John Lewin
aae2ffdf76
Revise tab ordering and persistence logic
...
- Issue MatterHackers/MCCentral#4555
2018-12-10 14:15:37 -08:00
John Lewin
980b9e6236
Clean up comments, null ContentStore for GCode as expected
2018-12-10 14:15:36 -08:00
John Lewin
742887c354
Extract embedded type to new file
2018-12-10 14:15:36 -08:00
John Lewin
501760590e
Add comments, revise member ordering per guidelines
2018-12-10 14:15:36 -08:00
John Lewin
2296912424
Consolidate all GCodePath methods into EditContext
2018-12-10 14:15:36 -08:00
John Lewin
7b7267f0b2
Remove PrintItemWrapper from EditContext
...
- Move PrintItemWrapper dependency to PrinterConnection, where it's
still used
2018-12-10 14:15:36 -08:00
John Lewin
23148fa43a
Consolidate methods into single implementation
2018-12-10 14:15:35 -08:00
John Lewin
79ed39cf8b
Consolidate public API into a single callable 'GetPath' method
2018-12-10 14:15:35 -08:00
John Lewin
dd91bba01b
Simplify
2018-12-10 14:15:35 -08:00
johnlewin
8d411e8073
Merge pull request #4073 from larsbrubaker/master
...
moved temp to controls panel as imbedded popup menus
2018-12-10 14:15:19 -08:00
Lars Brubaker
587564b3b6
moved temp to controls panel as imbedded popup menus
...
issue: MatterHackers/MCCentral#4687
consider adding hotend and bed controls back onto settings page
2018-12-10 13:59:05 -08:00
johnlewin
87c3042ce4
Merge pull request #4072 from larsbrubaker/master
...
Don't middle click close tabs that don't have close buttons
2018-12-07 18:42:10 -08:00
Lars Brubaker
4d14474458
Put in temperature help message
...
issue: MatterHackers/MCCentral#4687
consider adding hotend and bed controls back onto settings page
2018-12-07 18:03:57 -08:00
Lars Brubaker
5165ab4339
Don't middle click close tabs that don't have close buttons
2018-12-07 17:50:11 -08:00
Lars Brubaker
e5078c78de
Merge pull request #4071 from larsbrubaker/master
...
Make sure we track positions correctly over relative moves
2018-12-07 17:45:04 -08:00
Lars Brubaker
f322a5106e
Make sure we track positions correctly over relative moves
...
issue: MatterHackers/MCCentral#4675
Massive extrudes ramping up to z-max
issue: MatterHackers/MCCentral#4674
Over retract on last layer
2018-12-07 17:06:15 -08:00
Lars Brubaker
a51d469c61
Merge pull request #4070 from larsbrubaker/master
...
Working on making the radial color picker an option
2018-12-07 14:29:09 -08:00
Lars Brubaker
af9d26ae68
Fixed the mirror test
2018-12-07 14:05:03 -08:00
Lars Brubaker
0d776e20f2
removing unused setting
2018-12-07 13:21:33 -08:00
Lars Brubaker
cb4b2675b1
Working on making the radial color picker an option
2018-12-07 13:03:58 -08:00
Lars Brubaker
79e3825098
Merge pull request #4069 from larsbrubaker/master
...
fix for re-slice
2018-12-06 18:08:50 -08:00
Lars Brubaker
57113f48f2
fixing test with new first move code
2018-12-06 17:58:36 -08:00
Lars Brubaker
62b6b9ae44
Fixe to realtime position tracking and gcode e tracking
...
This hopefully fixes issues with re-slice (did on test environment)
2018-12-06 17:01:33 -08:00
Lars Brubaker
4494ac8251
MaxLengthStream don't interpolate any position until we know the destination completely
...
Only build a movement string for the values we know the position of
initialize unknown positions to Unknown (rather than Zero)
Added get to check for fully known position
issue: MatterHackers/MCCentral#4681
Export making M114 assumptions about Z
2018-12-06 17:01:33 -08:00
Lars Brubaker
4a454a95ad
Merge pull request #4067 from larsbrubaker/master
...
Fixing test for new UI
2018-12-06 16:02:21 -08:00
Lars Brubaker
22de333b5b
Fixing test for new UI
2018-12-06 12:03:46 -08:00
Lars Brubaker
5227b54b77
Merge pull request #4064 from larsbrubaker/master
...
improving export dialog and options
2018-12-06 11:48:38 -08:00
Lars Brubaker
b3dfbb5330
improving export dialog and options
...
issue: MatterHackers/MCCentral#4643
Export dumps users to empty Select Printer page
2018-12-05 17:48:40 -08:00
Lars Brubaker
a3862b44ce
Merge pull request #4063 from larsbrubaker/master
...
make menu close on button click
2018-12-05 15:39:28 -08:00
Lars Brubaker
73241b5c6c
make menu close on button click
...
issue: MatterHackers/MCCentral#4670
Print pop-up should close after clicking print (same for after clicking setup if available)
2018-12-05 15:17:41 -08:00
Lars Brubaker
0b2a8f6328
Merge pull request #4062 from larsbrubaker/master
...
Fixing android
2018-12-05 14:40:08 -08:00
Lars Brubaker
13b0193145
Fixing android
2018-12-05 14:22:53 -08:00
Lars Brubaker
126a425875
Merge pull request #4061 from larsbrubaker/master
...
Say who is the owner of executing tasks. This allows us to filter run…
2018-12-05 14:10:58 -08:00
Lars Brubaker
8de283dbfe
Say who is the owner of executing tasks. This allows us to filter running tasks displays
...
issue: MatterHackers/MCCentral#4660
Not printing printer tab showing print progress from printing printer tab
2018-12-05 13:48:57 -08:00
Lars Brubaker
273e20be89
Merge pull request #4060 from jlewin/master
...
Base X3GExport on GCodeExport
2018-12-05 13:48:42 -08:00
John Lewin
4da12f4ff8
Simplify
2018-12-05 13:30:30 -08:00
John Lewin
34b14c7de8
Make DisabledReason virtual
2018-12-05 13:30:30 -08:00
John Lewin
42f2f89262
Base X3GExport on GCodeExport
...
- Issue MatterHackers/MatterControl#4021
X3G for Makerbot profile exports as 0kb
2018-12-05 13:30:29 -08:00
John Lewin
c5eb20f110
Fix typo
2018-12-05 13:30:29 -08:00
johnlewin
0dd722eb7e
Merge pull request #4059 from larsbrubaker/master
...
Make sure we are always on the right extruder before extruding
2018-12-05 13:30:09 -08:00
Lars Brubaker
039f82f980
Make sure we are always on the right extruder before extruding
2018-12-05 11:49:26 -08:00
Lars Brubaker
d410e4968e
Merge pull request #4058 from larsbrubaker/master
...
Return that SliceItem failed if we have nothing on the bed
2018-12-05 11:48:37 -08:00
Lars Brubaker
384113835c
Switching to single window mode. Will investigate consequences
...
issue: MatterHackers/MCCentral#4667
Printer setup dialog boxes need to be modal
2018-12-05 11:33:00 -08:00
Lars Brubaker
977a2ec922
Return that SliceItem failed if we have nothing on the bed
2018-12-05 11:28:24 -08:00
johnlewin
9cdfabb75f
Merge pull request #4057 from larsbrubaker/master
...
adding libigl to about
2018-12-05 10:50:18 -08:00
LarsBrubaker
f131f9c3a5
adding libigl to about
...
issue: MatterHackers/MCCentral#4633
add libigl to about page
2018-12-05 07:43:28 -08:00
johnlewin
eee292e785
Merge pull request #4055 from larsbrubaker/master
...
Make it possible to set material when not connected
2018-12-04 23:20:31 -08:00
Lars Brubaker
4482f5f20b
Make it possible to set material when not connected
...
Make it possible to export gcode without selecting material.
2018-12-04 16:25:02 -08:00
Lars Brubaker
65f1d7c531
Merge pull request #4053 from larsbrubaker/master
...
Moved extruder offsets from passing to MS to being part of stream pro…
2018-12-04 13:41:59 -08:00
Lars Brubaker
1a434b6388
Moved extruder offsets from passing to MS to being part of stream processing
...
Made '; NO_PROCESSING' track printer position correctly
issue: MatterHackers/MCCentral#4658
Create setting for ZOffset for extruder 2
2018-12-04 13:28:46 -08:00