johnlewin
13b1e415ed
Merge pull request #2456 from jlewin/design_tools
...
Rewrite library/view3D DragDrop for multi-select and clarity
2017-09-20 05:00:11 -07:00
John Lewin
74c561f656
Rewrite library/view3D DragDrop for multi-select and clarity
2017-09-19 20:01:22 -07:00
John Lewin
ceecb7d5a6
Add InsertGroup type to manage adding multiple items to the scene
2017-09-19 20:00:10 -07:00
Lars Brubaker
97e98f5bcb
Merge pull request #2455 from larsbrubaker/design_tools
...
Latest agg
2017-09-19 18:00:56 -07:00
Lars Brubaker
508288e314
Latest agg
2017-09-19 17:55:46 -07:00
Lars Brubaker
baca13b16a
Merge pull request #2454 from larsbrubaker/design_tools
...
Got align for dual extrusion working
2017-09-19 14:18:24 -07:00
Lars Brubaker
83e62d5a49
Got align for dual extrusion working
2017-09-19 14:03:38 -07:00
Lars Brubaker
48ec03349f
Merge pull request #2453 from jlewin/design_tools
...
Add disabled overlay to temperature controls
2017-09-19 14:02:34 -07:00
John Lewin
0adca628f7
Add disabled overlay to temperature controls
2017-09-19 13:55:31 -07:00
John Lewin
08364931fc
Extract embedded type to new file, make public, rename
2017-09-19 13:05:41 -07:00
johnlewin
5744104428
Merge pull request #2452 from jlewin/design_tools
...
Fix failing LoadProfile tests
2017-09-19 12:36:38 -07:00
John Lewin
9d3e63010a
Improve Inspector click handling, set Inspecting default
2017-09-19 12:27:00 -07:00
John Lewin
8c428689fe
Move SliceSettingData back into SliceSettingsOrganizer
2017-09-19 11:43:35 -07:00
johnlewin
cd66e98420
Merge pull request #2451 from jlewin/design_tools
...
Update Inspector
2017-09-19 11:43:09 -07:00
John Lewin
396b558579
Conditionally include Inspector in debug builds only
2017-09-19 08:57:48 -07:00
John Lewin
80dd7a379b
Move Inspector into utilities
2017-09-19 08:56:48 -07:00
John Lewin
0aebbbe841
Move property below constructor, remove key bindings
2017-09-19 08:51:08 -07:00
John Lewin
270025844e
Restore inspection toggle via F1, hooks for exit on mouse up
2017-09-19 08:44:43 -07:00
johnlewin
b2d35e853e
Merge pull request #2450 from jlewin/design_tools
...
Add debug inspector, prototype scene operations
2017-09-18 18:14:44 -07:00
John Lewin
d8078dbcc5
Move scene operations to model
2017-09-18 18:05:50 -07:00
John Lewin
70a87e3a13
Add bend operation
2017-09-18 18:05:50 -07:00
John Lewin
357a3728c6
Invalidate widget on property grid change
2017-09-18 18:05:50 -07:00
John Lewin
fa170f0a6b
Add experimental debug inspector
2017-09-18 18:05:49 -07:00
John Lewin
9721f93266
Rename instance method to Connect
2017-09-18 12:14:58 -07:00
Lars Brubaker
9a5c885202
Merge pull request #2449 from larsbrubaker/design_tools
...
Proof of concept for pinch and bend
2017-09-18 10:29:25 -07:00
Lars Brubaker
5ed33d9f8d
Proof of concept for pinch and bend
2017-09-18 10:08:49 -07:00
johnlewin
c1abd2e254
Merge pull request #2447 from jlewin/design_tools
...
Eliminate PrinterConnection.Instance
2017-09-18 07:17:32 -07:00
John Lewin
76e7af0436
Eliminate PrinterConnection.Instance
2017-09-17 21:08:16 -07:00
John Lewin
928fed9efe
Per printer instance rather than static ApplicationController.Printer
2017-09-17 14:23:28 -07:00
John Lewin
ed66d862a4
Rename ApplicationControl static printer property to ActivePrinter
2017-09-17 14:01:58 -07:00
johnlewin
2ac9b5932e
Merge pull request #2446 from jlewin/design_tools
...
Convert PrinterConnection usage from static to local references
2017-09-17 13:39:21 -07:00
John Lewin
de922d8a2e
Convert PrinterConnection usage from static to local references
2017-09-17 13:31:32 -07:00
John Lewin
0073500f8e
Remove redundant implementation
2017-09-17 13:31:32 -07:00
John Lewin
b21fafb0be
ListView/library widget should not have coupling to specific printer
...
- Containers might need to reload on printer change but not listview
2017-09-17 13:31:32 -07:00
John Lewin
d258b60bb1
Extract embedded types to new file
2017-09-17 13:31:32 -07:00
johnlewin
f823eb8eb9
Merge pull request #2444 from jlewin/design_tools
...
Convert ActiveSliceSettings usage from static to local references
2017-09-17 13:30:49 -07:00
John Lewin
ad770bfa22
Handle null printer case for 'Create Part' mode
2017-09-17 12:12:58 -07:00
John Lewin
a9efd3941a
Fix failing test
2017-09-17 11:34:49 -07:00
John Lewin
3280b8810a
Reduce MatterControl spin up from test code in shared AppDomain
2017-09-17 11:23:39 -07:00
John Lewin
45e275729c
Remove View3DWidget dependency
2017-09-17 10:30:32 -07:00
John Lewin
8e9c7082ea
Isolate SceneTests
2017-09-17 10:18:01 -07:00
John Lewin
294df0a588
Convert ActiveSliceSettings usage from static to local references
2017-09-17 01:12:18 -07:00
John Lewin
e926b747cf
Remove accidental debugging statements
2017-09-16 23:30:41 -07:00
johnlewin
81984e4c3c
Merge pull request #2443 from jlewin/design_tools
...
Tests
2017-09-16 23:11:45 -07:00
John Lewin
75cfa29a1c
Convert double AreEqual aserts to IsTrue due to NUnit bug
2017-09-16 21:25:32 -07:00
John Lewin
04c5653a84
Fix failing test, make more robust with better gating at start and end
2017-09-16 21:25:32 -07:00
John Lewin
b2800b60a2
Fix insidious bug with commands being dropped on MC shutdown
...
- When not gated at WaitOne, with queued commands, MC port shutdown
causes emulator read loop to exit without processing queue
- Don't exit loop until queue is empty
2017-09-16 21:25:32 -07:00
John Lewin
a10a8fd9e0
Add heaters to emulator, add ZPositionChanged event for test Z tracking
2017-09-16 21:25:31 -07:00
John Lewin
5f51ee0490
Add test helper to wait for CommunicationState->Disconnected
2017-09-16 21:25:31 -07:00
John Lewin
5f99479b33
Use Setup Wizard -> Create Printer window if open
2017-09-16 21:25:31 -07:00