Commit graph

6794 commits

Author SHA1 Message Date
John Lewin
c1462d1749 Extract GCode details to model 2017-06-28 18:18:22 -07:00
John Lewin
942f94afd7 Hide temperature controls in layer view 2017-06-28 18:18:22 -07:00
johnlewin
d74b996d0f Merge pull request #2218 from jlewin/design_tools
Fix casing mismatch
2017-06-28 17:45:50 -07:00
John Lewin
2ee8fa6f5c Fix casing mismatch 2017-06-28 15:25:09 -07:00
johnlewin
51578c9a84 Merge pull request #2215 from jlewin/design_tools
Execute AddPlugins logic at load time
2017-06-28 09:29:31 -07:00
John Lewin
620c5e008a Execute AddPlugins logic at load time 2017-06-28 09:17:17 -07:00
johnlewin
a4a49291e0 Merge pull request #2214 from jlewin/design_tools
Revise temperature widgets
2017-06-27 19:37:19 -07:00
John Lewin
bd10edc2aa Revise temperature widgets 2017-06-27 18:52:13 -07:00
johnlewin
8564ba8969 Merge pull request #2213 from larsbrubaker/design_tools
New firmware support
2017-06-27 18:51:30 -07:00
Lars Brubaker
5bbd2e8eeb New firmware support 2017-06-27 16:48:54 -07:00
Lars Brubaker
9bd9f2e89c Merge pull request #2211 from larsbrubaker/design_tools
Patch to test
2017-06-27 15:45:01 -07:00
Lars Brubaker
345fefcecc Patch to test 2017-06-27 14:45:15 -07:00
Lars Brubaker
cd14bd11b5 Merge pull request #2210 from larsbrubaker/design_tools
Make sure we handle resend next line correctly.
2017-06-27 12:12:03 -07:00
Lars Brubaker
5fc7cc636f Make sure we handle resend next line correctly. 2017-06-27 10:14:48 -07:00
johnlewin
81bb009f00 Merge pull request #2207 from larsbrubaker/design_tools
removing dead code.
2017-06-26 17:31:15 -07:00
Lars Brubaker
5165270687 removing dead code. 2017-06-26 17:19:27 -07:00
johnlewin
6082ba5054 Merge pull request #2206 from jlewin/design_tools
Fix build/project validation failure
2017-06-26 16:10:51 -07:00
John Lewin
b538bdcb2a Fix build/project validation failure 2017-06-26 16:02:53 -07:00
Lars Brubaker
a14181e055 Merge pull request #2205 from larsbrubaker/design_tools
Design tools
2017-06-26 15:50:58 -07:00
Lars Brubaker
f7cdd1ca8a latest agg 2017-06-26 15:46:29 -07:00
Lars Brubaker
a92bafd2df Refoctoring 2017-06-26 15:42:58 -07:00
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