johnlewin
083d47eacf
Merge pull request #2849 from jlewin/design_tools
...
Remove SliceSettings coupling from PrinterConnection
2018-01-06 22:01:02 -08:00
John Lewin
59093ab73f
Move ReadLine replacement string parsing back into PrinterConnection
...
- Ensure update on settings change
2018-01-06 16:03:03 -08:00
John Lewin
f46aacf5c4
Remove SliceSettings coupling from PrinterConnection
...
- Add properties to PrinterConnection for dependencies in SliceSettings
- Set properties on construction
- Sync properties on change
2018-01-06 13:26:28 -08:00
johnlewin
b23ae8ca68
Merge pull request #2848 from jlewin/design_tools
...
Remove Connect failed/troubleshoot UI from PrinterConnection
2018-01-06 13:23:47 -08:00
John Lewin
723a48bcea
Remove Connect failed/troubleshoot UI from PrinterConnection
...
- Remove showHelpIfNoPort param
2018-01-06 12:00:14 -08:00
johnlewin
0f56751433
Merge pull request #2847 from jlewin/design_tools
...
Move Printing objects from GCodeVisualizer namespace to MC.Printing
2018-01-05 17:04:57 -08:00
John Lewin
f5d31e7d29
Move Printing objects from GCodeVisualizer namespace to MC.Printing
2018-01-05 12:44:57 -08:00
johnlewin
38e2aa55f7
Merge pull request #2846 from jlewin/design_tools
...
Design tools
2018-01-05 11:59:17 -08:00
John Lewin
976b0d18c6
Guard for null gCodeFileStream0
2018-01-05 11:46:07 -08:00
John Lewin
8f1e2183e3
Full height selection panel
2018-01-05 11:45:11 -08:00
johnlewin
ee35b8dd49
Merge pull request #2845 from jlewin/design_tools
...
Improve Connect
2018-01-04 18:39:09 -08:00
John Lewin
ccb833fc68
Improve Connect commands
...
- Move M110 reset from ClearQueuedGCode to CreateStreamProcessors
- Reduce to one M110 during connect
- Fix currentLineIndexToSend to position correctly
- Move loadedGCode into root stream processor
2018-01-04 18:32:54 -08:00
John Lewin
edceab2e85
Rename SendLineToPrinterNow -> QueueLine
...
- Issue MatterHackers/MCCentral#2550
SendLineToPrinterNow queues printer commands
2018-01-04 18:32:54 -08:00
John Lewin
2793db6a9a
During Connect, send raw line to printer rather than queueing
...
- Issue MatterHackers/MCCentral#2562
Unable to connect to Kossel Pro after PrinterConnection.Connect changes
2018-01-04 18:32:54 -08:00
johnlewin
09d79e00f6
Merge pull request #2844 from jlewin/design_tools
...
Revise slice settings
2018-01-04 18:31:15 -08:00
John Lewin
2ee6f3e59c
Move Extruder Change section to General
2018-01-04 12:38:43 -08:00
John Lewin
02d1d47850
Revise slice settings
2018-01-04 12:27:29 -08:00
John Lewin
7fdd4f6ebd
Reduce heading significance
2018-01-04 07:47:01 -08:00
John Lewin
197aa0eee8
Revise SliceSettings layout and style
2018-01-03 23:05:04 -08:00
johnlewin
2252979e46
Merge pull request #2843 from jlewin/design_tools
...
Remove unmapped settings and empty sections
2018-01-03 19:21:42 -08:00
John Lewin
146a45ffe4
Consolidate Cooling into Speeds
2018-01-03 17:45:49 -08:00
John Lewin
c824e0f9af
Remove unmapped settings and empty sections
...
- Issue MatterHackers/MCCentral#2569
Remove external slice settings from layouts.txt
2018-01-03 17:22:02 -08:00
johnlewin
2740b38371
Merge pull request #2842 from jlewin/design_tools
...
Maintain state across ReloadAll
2018-01-03 17:17:28 -08:00
John Lewin
38666e89c4
Maintain state across ReloadAll
...
- Issue MatterHackers/MCCentral#2561
Configure -> Printer should survive ReloadAll
2018-01-03 15:25:17 -08:00
johnlewin
13b1051eb2
Merge pull request #2841 from larsbrubaker/design_tools
...
Update the default name we use to save the workspace
2018-01-03 15:22:55 -08:00
Lars Brubaker
7741b3a278
Update the default name we use to save the workspace
2018-01-03 14:49:47 -08:00
Lars Brubaker
1e0c030bbb
Merge pull request #2840 from larsbrubaker/design_tools
...
Design tools
2018-01-03 14:49:10 -08:00
Lars Brubaker
8bb90dc2db
updated agg pointer
2018-01-03 14:23:38 -08:00
Lars Brubaker
5717bb5f19
Improving iteration of sub edit objects (stop at described root)
2018-01-03 14:17:48 -08:00
Lars Brubaker
73a54f0e3c
latest agg
2018-01-03 12:16:17 -08:00
johnlewin
aef539897a
Merge pull request #2838 from jlewin/design_tools
...
Revise SliceSettings
2018-01-03 11:29:15 -08:00
John Lewin
942eac9768
Consolidate Other speeds
2018-01-03 11:23:38 -08:00
John Lewin
3dac63cb30
Consolidate Output Options -> File Settings into Printer -> Features
2018-01-03 11:23:38 -08:00
John Lewin
f98576ef77
Consolidate Multiple Extruders/Extruder Change section into Support
2018-01-03 11:23:38 -08:00
John Lewin
fa613d515b
Consolidate Filament sections
2018-01-03 11:23:38 -08:00
John Lewin
df631a76a9
Remove unused sections
2018-01-03 11:23:38 -08:00
John Lewin
1399414af7
Use different alpha values for dark TabBodyBackground
...
- Issue MatterHackers/MCCentral#2559
Unexpected color change after opaque background change
2018-01-03 11:23:38 -08:00
Lars Brubaker
5dfac7c75f
Merge pull request #2837 from larsbrubaker/design_tools
...
Set the default culture
2018-01-03 10:53:34 -08:00
Lars Brubaker
a5f97fe12c
Set the default culture
2018-01-03 10:46:48 -08:00
johnlewin
5644f31a15
Merge pull request #2836 from jlewin/design_tools
...
Remove USE_STANDARD_SERIAL conditional compilation flag
2018-01-02 21:34:03 -08:00
John Lewin
091d4c9ed0
Remove USE_STANDARD_SERIAL conditional compilation flag
...
- Issue MatterHackers/MCCentral#2533
2018-01-02 21:26:50 -08:00
John Lewin
94f0c05e44
Reuse shared implementation
2018-01-02 21:22:18 -08:00
johnlewin
c4e20a1d7b
Merge pull request #2835 from jlewin/design_tools
...
Add gradient background
2018-01-02 20:38:08 -08:00
John Lewin
8e6ef66b42
Add gradient background
...
- Issue MatterHackers/MCCentral#2553
Draw transparent to opaque background on overflow menu
2018-01-02 19:43:43 -08:00
Lars Brubaker
376c3e17eb
Merge pull request #2834 from larsbrubaker/design_tools
...
Removed Lock and Unlock edit controls
2018-01-02 16:56:30 -08:00
Lars Brubaker
181ea3f204
Removed Lock and Unlock edit controls
2018-01-02 16:45:11 -08:00
johnlewin
c5d556475c
Merge pull request #2833 from larsbrubaker/design_tools
...
Design tools
2018-01-02 15:46:28 -08:00
Lars Brubaker
cb1f839db3
Latest agg
2018-01-02 15:28:16 -08:00
Lars Brubaker
14acfcd9be
Moved render bounds to InteractionLayer
2018-01-02 15:25:40 -08:00
johnlewin
86c2fbb8c8
Merge pull request #2832 from jlewin/design_tools
...
Move DataStore.Initialize before db dependent GetStartupBounds call
2018-01-01 21:43:07 -08:00