John Lewin
e814314466
Move temperature widgets into PrinterActionsBar
2017-06-30 23:07:48 -07:00
Lars Brubaker
a1a2afe244
Keep selection rect in view bounds.
2017-06-30 18:34:17 -07:00
Lars Brubaker
1a9ebebaed
Changed ReportPregress delegate to have touple and use CancellationTokenSource
2017-06-30 16:09:31 -07:00
Lars Brubaker
f74d731993
Fixed spelling added in a bit of documentation
2017-06-29 11:42:36 -07:00
Lars Brubaker
a3bbd75530
Ensuring Key commands are processed in the right order
2017-06-29 11:35:06 -07:00
John Lewin
942f94afd7
Hide temperature controls in layer view
2017-06-28 18:18:22 -07:00
John Lewin
bd10edc2aa
Revise temperature widgets
2017-06-27 18:52:13 -07:00
Lars Brubaker
5165270687
removing dead code.
2017-06-26 17:19:27 -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
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
273d47b5f8
Refactoring properties
2017-06-18 10:36:48 -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
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
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
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
John Lewin
5d55a3d83c
Move world transforms outs of TrackballTumbleWidget
...
- Host on MeshViewer in MatterControl
2017-06-01 18:29:01 -07:00
Lars Brubaker
0e2b319348
Working on getting the Object3DIterator working
2017-06-01 09:42:40 -07:00
Lars Brubaker
5a551e9fbe
Working on adding in the selection rectangle.
2017-05-31 17:47:12 -07:00