John Lewin
|
52fefd5766
|
Update ReportProgressRatio to new signature
|
2017-06-30 23:44:05 -07:00 |
|
John Lewin
|
fad2e0080c
|
Revise slider positions
|
2017-06-30 23:44:04 -07:00 |
|
John Lewin
|
ef14ab96f2
|
Remove temperature widget background color
|
2017-06-30 23:44:04 -07:00 |
|
John Lewin
|
2f13959f0e
|
Use initializer syntax
|
2017-06-30 23:44:04 -07:00 |
|
John Lewin
|
290eb8bedb
|
Wire up control reloads to new LoadedGCodeChanged event
|
2017-06-30 23:44:03 -07:00 |
|
John Lewin
|
6afbbe4cd8
|
Add new LoadGCode function to model
|
2017-06-30 23:44:02 -07:00 |
|
John Lewin
|
e441f25c63
|
Add LoadedGCodedChanged event, more code to model, less dynamic controls
|
2017-06-30 23:44:01 -07:00 |
|
John Lewin
|
933e2cf298
|
Consolidate and standardize Load functions
|
2017-06-30 23:07:48 -07:00 |
|
John Lewin
|
7fdae3bfe5
|
Discard GCodeFileIsComplete logic
|
2017-06-30 23:07:48 -07:00 |
|
John Lewin
|
50957e856b
|
Add async Slice method, move into PrinterActionsBar, switch after
|
2017-06-30 23:07:48 -07:00 |
|
John Lewin
|
e814314466
|
Move temperature widgets into PrinterActionsBar
|
2017-06-30 23:07:48 -07:00 |
|
John Lewin
|
f1df617317
|
Revise naming and implementation of slicing save functions
|
2017-06-30 23:07:48 -07:00 |
|
johnlewin
|
8cbce38e36
|
Merge pull request #2233 from larsbrubaker/design_tools
Keep selection rect in view bounds.
|
2017-06-30 23:05:52 -07:00 |
|
Lars Brubaker
|
c7cf773387
|
Merge branch 'design_tools' into design_tools
|
2017-06-30 18:34:58 -07:00 |
|
Lars Brubaker
|
a1a2afe244
|
Keep selection rect in view bounds.
|
2017-06-30 18:34:17 -07:00 |
|
Lars Brubaker
|
6ee495835f
|
Merge pull request #2232 from larsbrubaker/design_tools
Putting in regex export to gcode support
|
2017-06-30 18:32:56 -07:00 |
|
Lars Brubaker
|
d6dedc7fff
|
Merge branch 'design_tools' into design_tools
|
2017-06-30 18:25:54 -07:00 |
|
Lars Brubaker
|
d47b3a36b1
|
Putting in regex export to gcode support
|
2017-06-30 18:25:26 -07:00 |
|
Lars Brubaker
|
63cf426bf2
|
Merge pull request #2231 from larsbrubaker/design_tools
Put in a first pass at a temp graph
|
2017-06-30 18:25:01 -07:00 |
|
Lars Brubaker
|
235432a3fb
|
Put in a first pass at a temp graph
|
2017-06-30 18:00:11 -07:00 |
|
Lars Brubaker
|
325a3f5f67
|
Merge pull request #2230 from larsbrubaker/design_tools
Changed ReportPregress delegate to have touple and use CancellationTo…
|
2017-06-30 16:32:53 -07:00 |
|
Lars Brubaker
|
1a9ebebaed
|
Changed ReportPregress delegate to have touple and use CancellationTokenSource
|
2017-06-30 16:09:31 -07:00 |
|
Lars Brubaker
|
f7b5ea9386
|
Merge pull request #2227 from jlewin/design_tools
Fix key bindings, color wireframe, move ownership to model
|
2017-06-29 16:56:06 -07:00 |
|
John Lewin
|
6eb9f09976
|
Rename GCodeFileLoaded to GCodeMemoryFile
|
2017-06-29 14:22:04 -07:00 |
|
John Lewin
|
694024443c
|
Theme specific wireframe color
|
2017-06-29 14:17:08 -07:00 |
|
John Lewin
|
81e3cc1425
|
Rename NumChangesInZ to LayerCount
|
2017-06-29 14:17:08 -07:00 |
|
John Lewin
|
b57a63fe3e
|
Never set EndLayerIndex to 0
|
2017-06-29 14:17:08 -07:00 |
|
John Lewin
|
a2651a1ec8
|
Restore key up/down functionality for layer view, use new pattern
|
2017-06-29 14:17:08 -07:00 |
|
John Lewin
|
3ab89b8d3f
|
Move ownership of GCode ActiveLayer & FeatureToStart/StopOn to model
|
2017-06-29 14:17:08 -07:00 |
|
johnlewin
|
781ff748b4
|
Merge pull request #2226 from jlewin/design_tools
Downgrade ValueTuple to 4.3.0, fix null reference in ViewGCodeBasic
|
2017-06-29 14:15:49 -07:00 |
|
John Lewin
|
17b4cb8b77
|
Downgrade ValueTuple to 4.3.0, fix null reference in ViewGCodeBasic
|
2017-06-29 14:09:47 -07:00 |
|
johnlewin
|
e62f6ad1f2
|
Merge pull request #2224 from larsbrubaker/design_tools
Moved ProcessWriteRegex to stream
|
2017-06-29 13:14:44 -07:00 |
|
Lars Brubaker
|
ae9169b20d
|
Merge branch 'design_tools' of https://github.com/MatterHackers/MatterControl into design_tools
|
2017-06-29 13:03:02 -07:00 |
|
Lars Brubaker
|
f09f8fd939
|
Moved ProcessWriteRegex to stream
Made it work with gcode export
|
2017-06-29 13:02:36 -07:00 |
|
Lars Brubaker
|
89c54d176f
|
Merge pull request #2223 from larsbrubaker/design_tools
Design tools
|
2017-06-29 13:01:01 -07:00 |
|
Lars Brubaker
|
3d3629be78
|
Merge branch 'design_tools' into design_tools
|
2017-06-29 11:46:07 -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 |
|
Lars Brubaker
|
54dcfba449
|
Merge pull request #2221 from larsbrubaker/design_tools
Put in regex read write translation code
|
2017-06-29 11:33:03 -07:00 |
|
Lars Brubaker
|
9635b3308b
|
Put in regex read write translation code
|
2017-06-29 09:47:34 -07:00 |
|
johnlewin
|
10223878f5
|
Merge pull request #2220 from jlewin/design_tools
Design tools
|
2017-06-29 06:51:09 -07:00 |
|
John Lewin
|
bcf4c08d1e
|
Use lambda event handlers for clarity
|
2017-06-28 19:49:31 -07:00 |
|
John Lewin
|
2dfe25c9ee
|
Use auto properties
|
2017-06-28 19:01:21 -07:00 |
|
John Lewin
|
0047eec564
|
Add background color to 2D layer view
|
2017-06-28 18:45:40 -07:00 |
|
John Lewin
|
27f4a3ef14
|
Extract GCode details view to class
|
2017-06-28 18:43:30 -07:00 |
|
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 |
|