Lars Brubaker
cd8a7ffa86
Merge pull request #2204 from jlewin/design_tools
...
Merge and unify GCode/mesh viewers into MatterControl
2017-06-26 14:21:08 -07:00
John Lewin
352ae2c7db
Update public solution
2017-06-26 13:52:10 -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
c17b06d3d0
Tweak GCode view to support rendering widgets on top of MeshViewer
2017-06-24 13:55:12 -07:00
John Lewin
878d004a50
Remove inherited MeshViewer, push rendering to external mesh viewer
2017-06-24 13:17:43 -07:00
John Lewin
848708c36c
Revise ViewGCodeWidget naming to clarify behavior
2017-06-24 12:35:02 -07:00
John Lewin
822faa99a1
Fix 2D/3D view button event listeners
2017-06-24 12:24:40 -07:00
John Lewin
4a105fa02f
Fix colors for white menu background
2017-06-24 12:24:01 -07:00
John Lewin
1339f7573f
Remove widget proxy to Clear3DGCode, call directly on model
2017-06-24 10:45:02 -07:00
John Lewin
8b3bc325cd
Extract GCodeRenderer from widget to model
2017-06-24 10:38:08 -07:00
John Lewin
847c088cce
Extract loaded GCodeFile from widget to model
2017-06-24 10:30:11 -07:00
John Lewin
3dd9f8c4d7
Use existing button factory, remove unused button factory instances
2017-06-24 10:28:33 -07:00
John Lewin
7808ffe221
Remove tree processing in OnDraw for keyboard hooks
2017-06-24 09:05:49 -07:00
John Lewin
156f44dce8
Extract SetLayer class to file
2017-06-24 09:00:13 -07:00
John Lewin
0f47dc4ef3
Extract button factory to model, use lambda events & initializer pattern
2017-06-24 08:59:14 -07:00
John Lewin
c88e63361e
Extract LayerNavigation class to file
2017-06-24 08:54:47 -07:00
John Lewin
6300e4468f
Extract button factory to model, use lambda events & initializer pattern
2017-06-24 08:53:19 -07:00
John Lewin
baa9feba81
Closer to gcode/mesh viewer consolidation
...
- Collapse right panel content into scene
- Move GCode view options into overflow menu
- Extract View3D options state from widgets to app model
2017-06-24 08:32:09 -07:00
John Lewin
7a27433bf0
Migrate GCodeVisualizer and MeshViewer content into MatterControl
2017-06-24 07:28:55 -07:00
Lars Brubaker
6edbbffabc
Merge pull request #2201 from larsbrubaker/design_tools
...
Made line chopping only happen when printing.
2017-06-23 18:22:35 -07:00
Lars Brubaker
007f7468f0
Made line chopping only happen when printing.
2017-06-23 17:00:44 -07:00
johnlewin
831851b3a2
Merge pull request #2200 from jlewin/design_tools
...
Restore Software Print Leveling options into Controls section
2017-06-23 15:39:38 -07:00
John Lewin
d264a9fc7c
Restore Software Print Leveling options into Controls section
2017-06-23 15:13:39 -07:00
Lars Brubaker
89ece98b16
Merge pull request #2199 from jlewin/design_tools
...
Eliminate requirement of one item on bed
2017-06-23 13:41:15 -07:00
John Lewin
14fd2be7bd
Eliminate requirement of one item on bed
2017-06-23 13:02:38 -07:00
johnlewin
34e90c2c0e
Merge pull request #2198 from larsbrubaker/design_tools
...
Fixed selection rect
2017-06-23 13:01:26 -07:00
Lars Brubaker
465f8e3855
Correct agg
2017-06-23 12:25:00 -07:00
Lars Brubaker
0bc7668210
Fixed selection rect
2017-06-23 12:14:25 -07:00
johnlewin
4f3411d839
Merge pull request #2197 from jlewin/design_tools
...
Convert BackgroundWorkers to async tasks
2017-06-21 22:05:25 -07:00
John Lewin
0c37c0b276
Convert BackgroundWorkers to async tasks
2017-06-21 21:43:36 -07:00
Lars Brubaker
b342ef9c4d
Merge pull request #2196 from larsbrubaker/design_tools
...
Better decent into bvh iterator
2017-06-21 17:23:36 -07:00
Lars Brubaker
04aabce4f0
Better decent into bvh inerator
2017-06-21 15:56:25 -07:00
Lars Brubaker
388d05772b
Merge pull request #2195 from larsbrubaker/design_tools
...
Fixed the M280 command to work with marlin
2017-06-21 13:30:03 -07:00
Lars Brubaker
74eab854e0
New translations.
2017-06-21 13:04:52 -07:00
Lars Brubaker
5fe3e3e433
Fixed the M280 command to work with marlin
...
Server auto leveling working with marlin firmware
2017-06-21 12:09:55 -07:00
johnlewin
f21554f28e
Merge pull request #2193 from jlewin/design_tools
...
Design tools
2017-06-21 08:49:27 -07:00
John Lewin
d9b28cdd86
Add 'Print' menu action, implement Print for GCode and SD card GCode
...
- Fix and rename CloseShouldNotStopSDPrint test
- Fix product bugs regarding selecting and printing GCode
2017-06-21 07:43:40 -07:00
John Lewin
aba13453a7
Add GCode content provider for custom icon, future custom drag behavior
2017-06-21 07:41:12 -07:00
John Lewin
4fd6879c3b
Clean up ThemeChanged listeners, remove orphaned ThemeChanged bodies
2017-06-21 07:38:02 -07:00
John Lewin
d6d625245f
Remove Theme Suspend/Resume calls, only fire ReloadAll if not loading
2017-06-21 07:29:22 -07:00
johnlewin
e9d7cefa85
Merge pull request #2192 from jlewin/design_tools
...
Revise Is32Bit
2017-06-20 10:41:29 -07:00
John Lewin
1da8f1912c
Revise Is32Bit
2017-06-20 10:09:35 -07:00
johnlewin
b5b44ac34a
Merge pull request #2191 from jlewin/design_tools
...
Consolidate ButtonFactories
2017-06-20 06:59:05 -07:00
John Lewin
31eb98b9f9
Remove unused type with ButtonFactory
2017-06-20 06:24:13 -07:00
John Lewin
e87db56e92
Remove unused factories
2017-06-20 06:17:17 -07:00
John Lewin
c1972f7ec8
Distribute AddChild calls
2017-06-20 06:15:19 -07:00
John Lewin
bfebaa5643
Remove anonymous block
2017-06-20 06:12:57 -07:00
John Lewin
e4b5575a36
Consolidate ButtonFactory - UpdateControlView
2017-06-20 06:09:01 -07:00
John Lewin
7d3bf69e95
Use inline event handlers
...
- Localize string resource
2017-06-20 06:01:47 -07:00
John Lewin
bc08c2a0c0
Reuse existing SelectionChanged event handler for CheckForUpdate()
2017-06-20 05:46:22 -07:00