Kevin Pope
ff6e05cb4d
Set default render to Shaded, if Outlines are not supported.
2014-10-27 19:54:01 -07:00
Kevin Pope
caed3e4b52
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-10-27 11:50:22 -07:00
Kevin Pope
e3af28900e
Make 3D view panels visible in edit mode only.
...
Make 2D view panel visible only after layer data is generated.
2014-10-27 11:49:59 -07:00
larsbrubaker
a7989de8e2
Fixed a bug with trying to render null meshes.
...
Starting work on fixing grid on gcode view not being able to be hidden.
2014-10-27 10:33:41 -07:00
larsbrubaker
3af659dc9d
Making canceling during load work much better.
...
STLs can now stop loading during most of the load operations (only sort verts cannot)
Changed the signature on report progress ratio to make it clearer.
Made mesh viewer handle better load stoping.
2014-10-26 18:08:03 -07:00
larsbrubaker
ff9c13baa6
Fixed entering edit when clicking "add" (large models could cause a race condition).
...
Made better progress indication while loading models on add
2014-10-24 17:27:38 -07:00
larsbrubaker
af16d96004
Now we always add to our library folder when adding to the library.
2014-10-24 15:37:03 -07:00
larsbrubaker
b2643d55c4
Making the library always save to its own store
...
fixed a problem when the extension mc is opened with is nothing a part would be added to the plate.
2014-10-24 14:55:27 -07:00
larsbrubaker
08dc379472
Merge remote-tracking branch 'Greg/development' into development
...
Conflicts:
PrinterControls/PrinterConnections/PrinterListItems.cs
2014-10-24 13:53:00 -07:00
larsbrubaker
222a5a46a7
Changed ButtonEventHandler to EventHandler
...
Made lock disable the selection widget but be more inteligent about re-enabling it after unlock
2014-10-24 13:41:13 -07:00
larsbrubaker
e3ba5f3ea7
Made an enum rather than an opaque bool.
2014-10-23 18:06:16 -07:00
larsbrubaker
27b921635f
Make sure we only center files that have not had their position changed by the user.
2014-10-23 17:58:48 -07:00
larsbrubaker
e7678a7b1d
On enter edit click the select part button.
2014-10-23 16:00:33 -07:00
larsbrubaker
3386bba281
Made any save of a file unsure that we put it in the library.
...
Took out dead CreateCopyInQueue code
Made it possible to update the FileLocation of a PrintItem.
2014-10-23 14:40:12 -07:00
John Lewin
87026439c1
Invoke ShowMessageBox on UI Thread
2014-10-23 10:05:29 -07:00
kevinepope
e936fe98f7
Change message confirmation dialogs from modal to async w/callback.
2014-10-21 21:20:09 -07:00
larsbrubaker
6dd447e415
Improved the material selection code.
...
Started work on changing material color
fixed some bugs.
2014-10-20 17:02:25 -07:00
larsbrubaker
df686386e2
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
...
Conflicts:
ApplicationView/CompactTabView.cs
Made a new Draw EventHandler for GuiWidget
Made mesh viewer have colors per material
Made the screen reload on change printer
Made the select material a radio button, much easier to use.
2014-10-18 13:23:53 -07:00
larsbrubaker
38e55eefbb
Working on material color setting
2014-10-18 10:26:36 -07:00
Kevin Pope
6646db683f
Spelling correction.
2014-10-17 19:17:10 -07:00
larsbrubaker
55923d8f2a
Fixed the text creator to work with new MeshGroups code for AMF.
...
Move more stuff from View3DWidget into separate files.
Renamed View3DWidget.
2014-10-16 17:52:21 -07:00