Commit graph

13776 commits

Author SHA1 Message Date
jlewin
4009ea631e Simplify 2019-03-19 12:40:23 -07:00
jlewin
e90dc032d6 Expose LevelingData with property, use cached backing field ref
- Issue MatterHackers/MCCentral#5077
PrintLevelingData reloaded for each line in gcode file
2019-03-19 12:37:57 -07:00
Lars Brubaker
ad51c1c9f2
Merge pull request #4360 from jlewin/master
Conditionally enable GCodeExport based on validation results
2019-03-19 08:04:01 -07:00
jlewin
828660384a Conditionally enable Export based on validation results
- Show validation errors early
- Don't show Generate errors for GCode Export
- Issue MatterHackers/MCCentral#5158
Export Error
- Issue MatterHackers/MCCentral#5170
MatterControl Resets Pulse with Flow Sensor Firmware
2019-03-18 18:10:13 -07:00
jlewin
ac51976f38 Remove classic export warning message
- Issue MatterHackers/MCCentral#5158
Export Error
2019-03-18 18:10:11 -07:00
johnlewin
a916a5a44b
Merge pull request #4359 from jlewin/master
Move temp processing into PrinterConnection
2019-03-18 18:07:51 -07:00
jlewin
9702ef321a Use reference to self 2019-03-18 14:23:10 -07:00
jlewin
846d1597c6 Remove Printer property setter 2019-03-18 14:21:59 -07:00
jlewin
363dab7f02 Ensure toggle widget observes active state 2019-03-18 14:17:48 -07:00
jlewin
e6132a1492 Extract macro replacement construction to reusable method 2019-03-18 14:14:59 -07:00
jlewin
afedb2555a Move temp processing into PrinterConnection 2019-03-18 14:12:09 -07:00
Lars Brubaker
57c1b4c929
Merge pull request #4357 from jlewin/master
Remove redundant progress bar on expanded progress widget
2019-03-18 09:17:12 -07:00
John Lewin
dc626641c4 Remove redundant progress bar on expanded progress widget
- Issue MatterHackers/MCCentral#5180
2019-03-17 19:29:21 -07:00
johnlewin
1862cadc99
Merge pull request #4356 from larsbrubaker/master
master
2019-03-17 17:20:39 -07:00
LarsBrubaker
d7f6469a59 Make sure we apply the offset as we are printing 2019-03-17 14:01:00 -07:00
LarsBrubaker
2248dbfcfc Made it possible to pass in the shape of the wipe tower 2019-03-17 10:58:28 -07:00
LarsBrubaker
0685825ccf moved head to positive side 2019-03-17 10:56:31 -07:00
Lars Brubaker
665650095c Making reslice confirmation non-modal 2019-03-15 22:53:49 -07:00
johnlewin
a93691aeb5
Merge pull request #4355 from jlewin/master
Ensure OffsetChanged event fires if unset
2019-03-15 19:20:38 -07:00
jlewin
f07cedbde6 Ensure OffsetChanged event fires if unset
- Issue MatterHackers/MCCentral#5165
allow for clicking on the center position of the xy calibration
2019-03-15 16:11:24 -07:00
jlewin
50f0bfa8f2 Eliminate problematic side effects from Image setter
- Issue MatterHackers/MCCentral#5155
Collection modified exception during startup
2019-03-15 16:11:24 -07:00
johnlewin
6f0ec227b3
Merge pull request #4354 from larsbrubaker/master
master
2019-03-15 16:02:51 -07:00
LarsBrubaker
0e2f163f6e Working to add a xy calibration object 2019-03-15 14:12:13 -07:00
LarsBrubaker
92dfb8baf5 Working on making bend add geometry 2019-03-15 14:12:12 -07:00
Lars Brubaker
1930c63176
Merge pull request #4353 from jlewin/master
Use calculated E value
2019-03-15 14:07:55 -07:00
jlewin
bb4c31c2af Adjust sizing to account for extra pixel in calibration line 2019-03-15 13:36:23 -07:00
jlewin
a81e1e5411 Stroke glyph path, fix sizing and rendering artifacts 2019-03-15 13:36:23 -07:00
jlewin
4a3855ac87 Remove unretract at end of print
- Remove unretract per suggestion
- Issue MatterHackers/MCCentral#5164
Consider doing a retract at the end of the xy calibration
2019-03-15 13:36:23 -07:00
jlewin
99468f054c Use extrusion multiplier 2019-03-15 13:36:21 -07:00
jlewin
f8f130eec3 Use calculated E value 2019-03-15 13:35:42 -07:00
Lars Brubaker
7c9514aae6
Merge pull request #4352 from larsbrubaker/master
Getting T1 reporting to show up in the long running tasks
2019-03-15 07:29:40 -07:00
Lars Brubaker
5fa3297c9b Getting T1 reporting to show up in the long running tasks 2019-03-14 17:51:33 -07:00
johnlewin
126753a58a
Merge pull request #4351 from larsbrubaker/master
exclude support from lay flat consideration (if there is non-support)
2019-03-14 16:42:18 -07:00
Lars Brubaker
0164c1d48e exclude support from lay flat consideration (if there is non-support)
issue: MatterHackers/MCCentral#3989
Consider excluding support from layflat
2019-03-14 15:19:27 -07:00
johnlewin
804d05cb70
Merge pull request #4350 from larsbrubaker/master
master
2019-03-14 14:17:20 -07:00
Lars Brubaker
1f25a32ffd Make sure we only use homing endstop for z
delta printers home to top and x and y are undefined

MatterHackers/MCCentral#5134
Prints confined to negative coordinates
2019-03-14 12:25:29 -07:00
Lars Brubaker
5b371273d0 Always allow some amount of negative z for baby stepping 2019-03-14 12:25:28 -07:00
Lars Brubaker
bbef086f28
Merge pull request #4349 from jlewin/master
Disable recovery on calibration prints
2019-03-14 12:25:18 -07:00
jlewin
37cc7f5289 Disable recovery on calibration prints 2019-03-14 12:11:35 -07:00
jlewin
6a535b2395 Add support for .StartPrint with recovery disabled
- Issue MatterHackers/MCCentral#5142
2019-03-14 12:11:35 -07:00
jlewin
6dda83eaa4 Index out of range exception after loading/printing gcode
- Issue MatterHackers/MCCentral#5152
2019-03-14 12:11:35 -07:00
Lars Brubaker
fe52da9cdc
Merge pull request #4348 from larsbrubaker/master
Move extruder offset back into baby step stream as it is always required
2019-03-13 16:43:35 -07:00
LarsBrubaker
64e3104d53 Move extruder offset back into baby step stream as it is always required
make sure we return the offsets for extruder 0 (needed for z offset)
Remove unused offset stream

issue:
MatterHackers/MCCentral#5150
re-slice not propogating final extruder through the stack correctly
2019-03-13 16:15:49 -07:00
Lars Brubaker
d3ea4778f5
Merge pull request #4347 from jlewin/master
Arrange All should be un-doable
2019-03-13 15:50:31 -07:00
John Lewin
9da48f69ed Await async tasks 2019-03-13 14:16:55 -07:00
John Lewin
c760429bbe Arrange All should be un-doable
- Issue MatterHackers/MCCentral#5034
2019-03-13 14:14:55 -07:00
jlewin
7d88861bc3 Prevent retract at start, unretract as final step 2019-03-12 15:02:34 -07:00
johnlewin
7936320d3b
Merge pull request #4345 from mmoening/master
Wrap Service Host in try catch
2019-03-12 14:55:55 -07:00
Matt Moening
a428cb774c Move service host behavior to Windows only
- updated service host pipe to be more specific (target /mattercontrol) to avoid conflicts with other programs
2019-03-12 12:16:07 -07:00
Matt Moening
1c775089b9 Wrap Service Host in in try catch to allow launching of application when .net pipe is in use 2019-03-12 11:12:24 -07:00