Commit graph

317 commits

Author SHA1 Message Date
Lars Brubaker
1a1bbadea0 Fixing mesh blend error
Making switch gcode be closer
2021-04-02 11:19:55 -07:00
Lars Brubaker
92d4d21372 Working on bread crumb improvement
Make switch layer height have more accuracy in the switch layer
2021-04-01 18:05:10 -07:00
Lars Brubaker
3909383e0f Fixing export button in print menu 2021-03-15 12:27:44 -07:00
LarsBrubaker
550d96645f Fixing more tests 2021-03-06 22:34:28 -08:00
Lars Brubaker
5131b7356b Add export button to error dialog
issue: MatterHackers/MatterControl#4968
Printer Error Dialog Box, to include Export print log button
2021-03-01 10:57:27 -08:00
Lars Brubaker
3708e17ab1 Don't run validation if not printing 2021-02-26 12:47:27 -08:00
Lars Brubaker
acc72177d3 Make sure we don't have a stale gcode file after re-slice 2021-02-24 16:57:34 -08:00
Lars Brubaker
59fbb34b60 Refactoring 2021-02-24 16:57:34 -08:00
Lars Brubaker
1f09ea58b1 Adding the ability to calibrate the probe against a conductive tab 2021-02-15 17:42:15 -08:00
Lars Brubaker
e9ee7a8cae Make mesh leveling go to the next closest point
issue: MatterHackers/MCCentral#6232
Homing to the back left (min x, max y) should start leveling at back left
2021-02-09 17:27:26 -08:00
Lars Brubaker
71d2b13830 Cancel correctly during leveling validation
issue: MatterHackers/MCCentral#6259
If cancel while heating the bed w' leveling validation does not stop imediately
2021-02-09 16:54:42 -08:00
LarsBrubaker
408d053934 Leveling validation needs to be before line cutting 2021-02-09 15:40:08 -08:00
Lars Brubaker
531b1dbfe0 adding message to encourage trying to re-connect 2021-01-29 17:07:04 -08:00
Lars Brubaker
1599aa0fd4 Fixed issue with color control
refactoring GuiWidegt
2021-01-29 16:44:47 -08:00
Lars Brubaker
5e37350142 Track print canceled state better 2021-01-15 17:52:13 -08:00
Lars Brubaker
9fa1061f1e Making it easier to start a print that will not ask for feedback
Ability to ask what printer an object is on
Starting work on ability to have a button on an object to execute arbitrary code
Cleanup and dead code removal
2021-01-14 15:49:34 -08:00
LarsBrubaker
c023f6b865 Fixing test
issue: MatterHackers/MCCentral#6206
Large retraction after purge line when exporting gcode to SD
2020-12-19 23:14:33 -08:00
LarsBrubaker
d8c47419f5 don't validate the leveling while recovering a print 2020-12-05 07:46:58 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
Lars Brubaker
325d0fab57 Fixing warnings 2020-11-17 17:37:58 -08:00
LarsBrubaker
19691833cf Make sure regex stream is last 2020-11-15 17:28:50 -08:00
LarsBrubaker
a84805e164 Added temp tower to calibration folder
issue: MatterHackers/MCCentral#6123
Create a temperature calibration object
2020-11-15 17:03:28 -08:00
LarsBrubaker
975c9294ca Adding change temp object
issue: MatterHackers/MCCentral#6123
Create a temperature calibration object
2020-11-14 13:35:39 -08:00
Lars Brubaker
93c4aa3c0c Adding M851 to the emulator (Set XYZ Probe Offset) 2020-11-13 17:18:04 -08:00
LarsBrubaker
25fdfc73c2 More descriptive 2020-11-12 22:42:35 -08:00
LarsBrubaker
0820af1057 More of what we wanted 2020-11-12 22:38:40 -08:00
LarsBrubaker
6b5b16319d Report probe result z
issue: MatterHackers/MCCentral#6172
Report Bed Validation Point
2020-11-12 22:31:01 -08:00
Lars Brubaker
0e91994427 making the ratio settable 2020-11-12 16:24:14 -08:00
Lars Brubaker
57f9f65ed0 Put in validation_threshold 2020-11-04 16:53:30 -08:00
Lars Brubaker
91d5e14e6f Fixing tests 2020-11-04 15:06:29 -08:00
Lars Brubaker
8ff919b6e3 Handling M83 better 2020-11-03 17:50:28 -08:00
LarsBrubaker
0f5499217f relative move test fix 2020-11-03 07:39:04 -08:00
Lars Brubaker
c3f434fe3e Merge branch 'master' of https://github.com/MatterHackers/MatterControl
# Conflicts:
#	MatterControl.Printing/Settings/PrinterSettingsLayer.cs
#	MatterControlLib/SlicerConfiguration/Settings/ProfileManager.cs
2020-11-02 18:24:19 -08:00
Lars Brubaker
a4d05c1bf4 remove debugging pause 2020-10-29 18:00:18 -07:00
LarsBrubaker
7af4ff5571 make validation have feedback
issue: MatterHackers/MCCentral#6126
Add leveling feedback to printing dialog (like heating)
2020-10-28 19:44:02 -07:00
Lars Brubaker
8036326b10 Make sure we cancel correctly 2020-10-28 16:37:23 -07:00
Lars Brubaker
77e7aab2ac Fixing bugs with leveling validation 2020-10-28 12:09:12 -07:00
Lars Brubaker
fb95a351f5 Test a single point before doing the entire bed 2020-10-28 09:53:52 -07:00
Lars Brubaker
c439ea2908 Make it more consistent 2020-10-28 09:17:32 -07:00
Lars Brubaker
dff86bb5a6 finishing up validate leveling stream 2020-10-27 17:45:01 -07:00
Lars Brubaker
89052879fc working on print validation stream 2020-10-27 13:06:58 -07:00
Lars Brubaker
3a5a9a3b1c make emulated probe return reasonable result 2020-10-27 13:05:35 -07:00
Lars Brubaker
a14972459a make sure we accumulate the print leveling stream 2020-10-26 13:42:46 -07:00
LarsBrubaker
0fbf9e8ccd Improving end of print behavior 2020-10-25 08:48:43 -07:00
Lars Brubaker
8be14b44ce Make it easier to turn on and off working with the test server 2020-10-23 16:57:26 -07:00
LarsBrubaker
e832522155 Starting to collect data at the end of a print 2020-10-04 22:21:17 -07:00
LarsBrubaker
b88243e35d add probe error
issue: MatterHackers/MCCentral#6093
report error for Probe fail
2020-09-30 18:40:10 -07:00
Lars Brubaker
a29ec6ea42 Make sure we dispose delegates correctly
Option to turn on run out sensor diagnostics
2020-09-21 08:55:25 -07:00
LarsBrubaker
8511191abb Refactoring to build a Height scaling top control 2020-09-16 22:44:51 -07:00
Lars Brubaker
fc4dd6d72d Adding default options to history notes 2020-08-14 18:46:54 -07:00