Commit graph

354 commits

Author SHA1 Message Date
Lars Brubaker
5165270687 removing dead code. 2017-06-26 17:19:27 -07:00
Lars Brubaker
a92bafd2df Refoctoring 2017-06-26 15:42:58 -07:00
John Lewin
b7c457309e Improve GCode/Model view toggling
- Switch models to Wireframe while in GCode view
- Conditionally render layers data on visibility of GCode widget
- Short term: Clear Scene selection on entering GCode view
- Use consistent formatting for GCodeRenderInfo constructor
2017-06-26 12:49:39 -07:00
John Lewin
7a27433bf0 Migrate GCodeVisualizer and MeshViewer content into MatterControl 2017-06-24 07:28:55 -07:00
John Lewin
14fd2be7bd Eliminate requirement of one item on bed 2017-06-23 13:02:38 -07:00
John Lewin
0c37c0b276 Convert BackgroundWorkers to async tasks 2017-06-21 21:43:36 -07:00
Lars Brubaker
04aabce4f0 Better decent into bvh inerator 2017-06-21 15:56:25 -07:00
John Lewin
4fd6879c3b Clean up ThemeChanged listeners, remove orphaned ThemeChanged bodies 2017-06-21 07:38:02 -07:00
John Lewin
909aa4740d Fix regression in drag/drop to View3DWidget 2017-06-19 22:19:45 -07:00
John Lewin
0e646a0c94 Move PartPreviewWidget factories into ThemeConfig
- Extract ThemeConfig to file
- Pass ThemeConfig to IObject3D creators
2017-06-19 09:19:00 -07:00
Lars Brubaker
3d330038b1 Putting in more tool control 2017-06-18 10:36:48 -07:00
Lars Brubaker
273d47b5f8 Refactoring properties 2017-06-18 10:36:48 -07:00
Lars Brubaker
80867e716e refactoring 2017-06-15 16:37:15 -07:00
John Lewin
d950e76722 Workarounds for DesignTools Android 2017-06-14 19:39:30 -07:00
John Lewin
1ac3274e7d Move CommunicationState enums into PrinterCommunication namespace 2017-06-13 17:33:23 -07:00
John Lewin
9aaf0f6311 Rename PrinterConnectionAndCommunication 2017-06-13 17:22:49 -07:00
John Lewin
ea34d072e4 Fix Generate regression 2017-06-13 12:31:50 -07:00
Lars Brubaker
04a486044d Moved tab controls into printer
Put terminal into tab controls
2017-06-12 16:51:17 -07:00
John Lewin
9021f918a5 Remove partial View3DWidget class wrapper 2017-06-09 08:16:46 -07:00
John Lewin
05b9b52190 Make DeleteSelection into a Scene extension method 2017-06-09 08:13:09 -07:00
John Lewin
375dc9e12a Make DuplicateSelection into a Scene extension method 2017-06-09 08:09:53 -07:00
John Lewin
e4d00c8948 Make AutoArrangeChildren into a Scene extension method 2017-06-09 08:05:01 -07:00
John Lewin
9fd2ee08c9 Make GroupSelection into a Scene extension method 2017-06-09 07:59:59 -07:00
John Lewin
058cc565f3 Make AlignToSelection into a Scene extension method 2017-06-09 07:56:48 -07:00
John Lewin
5a5db8de83 Make UngroupSelection into a Scene extension method 2017-06-09 07:49:45 -07:00
John Lewin
ef9982cdc5 Move AlignSelected() body into AlignToSelection() 2017-06-09 07:37:46 -07:00
John Lewin
1ade968db3 AlignToSelectedMeshGroup -> AlignToSelection 2017-06-09 07:34:06 -07:00
John Lewin
221a075fa9 DeleteSelectedMesh -> DeleteSelection 2017-06-09 07:21:58 -07:00
John Lewin
352b516563 UngroupSelectedMeshGroup -> UngroupSelection 2017-06-09 07:19:44 -07:00
John Lewin
96c924bee8 GroupSelectedMeshs -> GroupSelection 2017-06-09 07:19:44 -07:00
John Lewin
b1e3a0dd97 AutoArrangePartsInBackground ->AutoArrangeChildren 2017-06-09 07:19:44 -07:00
John Lewin
9eb37d2679 MakeCopyOfGroup -> DuplicateSelection 2017-06-09 07:19:22 -07:00
Lars Brubaker
6c22a896d9 Taking out center on bed for design tools. 2017-06-08 14:43:01 -07:00
John Lewin
a4d93b1869 Revise layout, sync up more sizes and colors 2017-06-08 10:14:06 -07:00
Lars Brubaker
a689781772 Merging in 1.7.1 improvements 2017-06-07 16:09:42 -07:00
John Lewin
e524422857 Remove Rotate/Scale controls 2017-06-06 15:21:54 -07:00
Lars Brubaker
0c64f9ff30 Missed a compile and continue code change. 2017-06-06 14:41:49 -07:00
Lars Brubaker
6ce533681f Making control add to selection.
Turned off control and shift from changing view state.
2017-06-06 13:34:42 -07:00
John Lewin
3d28b65269 Revise variable names, fix typo 2017-06-06 10:57:13 -07:00
Lars Brubaker
4302f8f05e Got selection working well on mouse up. 2017-06-06 10:06:38 -07:00
John Lewin
9389281ba8 Revise LibraryQueueViewRefreshesOnAddItem test
- Fix naming issue with SaveAs->LocalLibrary
2017-06-05 22:51:28 -07:00
Lars Brubaker
2c5f9d6c32 Make the selection consider polygons. 2017-06-05 17:57:05 -07:00
John Lewin
3ef57c7c92 Update selection from filtered results, use new .Filter method 2017-06-05 17:23:55 -07:00
Lars Brubaker
43d20880b7 Selection rect is working much better (test draw) 2017-06-05 15:45:03 -07:00
John Lewin
2a9e70c28c Ensure bedplate is saved before slicing
- Remove cheat in AddSelectedItemToBedplate helper which saved bed
- Invoke PersistePlateIfNeeded before slicing
- Mark plate as dirty when adding items
- Make SaveChanges awaitable so slicing queues until save is done
- Remove unused Action in functionToCallOnSaveAs delegate
- Change saveas delegate to support new awaitable signature
2017-06-05 14:37:32 -07:00
John Lewin
564b7cc651 Use icons for terminal, eeprom, undo and redo printer actions
- Use placeholder images until custom MC assets are made
- Add attribution for placeholder images
- Remove disabled prototyping code
2017-06-04 14:46:31 -07:00
John Lewin
6a1c0b5769 Revise HardwareLevelingUITests 2017-06-03 08:20:09 -07:00
John Lewin
a324a036bc Remove UnsavedChanges prompt - always save bedplate changes before print 2017-06-02 20:59:33 -07:00
John Lewin
55e217641a Better expose reusable components
- Move ActiveView3D reference to ApplicationController
- Use ActivewView3D reference rather than ChildrenRecursive search
- Reuse EditPrinter button on action bar to get more tests passing
- Move IsContentFileType helper to LibraryConfig
- Make PlatingHelpers operate on IEnumerable<IObject3D> versus Scene
- Pass Scene.Children rather than Scene
- When plating multiple items, pass the updated IEnumerable context
2017-06-02 13:23:08 -07:00
John Lewin
efc4d93cd7 Fix merge errors 2017-06-01 22:03:36 -07:00