Commit graph

344 commits

Author SHA1 Message Date
Lars Brubaker
32a192c2b8 Upgrading to .net 6 2022-07-15 17:28:39 -07:00
Lars Brubaker
338bc0c3dd Finishing up warning messages for conductive probing
Added support for conductive probing to emulator
spend up rendering a bit (check less bounds)
Refactoring trackball a bit
2022-05-19 13:34:04 -07:00
LarsBrubaker
4f0b03ce78 Send the actual WeldTolerance
Fixe tests
2022-05-08 18:22:22 -07:00
Lars Brubaker
b0d84a0a36 Make sure we put the leveling steam in after the max length stream
Fixes bug with leveling long lines
2022-04-27 14:10:01 -07:00
Lars Brubaker
619d2b63cc Made the calibration cubes have instructions
Description Object can have clickable links
Markdown widget keeps its size correctly
Printer connection switches to disconnected when com port lost
Fixed material temp
2022-04-01 16:12:33 -07:00
Lars Brubaker
b25694f8c3 Added has_independent_z
Added z calibration wizard
Finished probe calibration wizard
2022-04-01 11:28:58 -07:00
Lars Brubaker
55a6f0fdc7 On print complete text show printer name 2022-01-27 16:49:46 -08:00
Lars Brubaker
4ee02584c4 Fixed problem with leveling validation canceling
Fixed 'connections succeeded' color
2022-01-24 17:09:24 -08:00
Lars Brubaker
fa86c58a7c Making it possible to set a bed surface and have settings for bed temperature / material 2022-01-17 11:33:39 -08:00
Lars Brubaker
42cff97679 Added override for Spanish and Polish 2022-01-03 18:01:37 -08:00
Lars Brubaker
35ef85b73e improving connect procedure 2021-11-30 17:45:47 -08:00
Lars Brubaker
03890b1155 More work on probe validation
Started work on a new boolean operation stack
2021-11-05 18:08:58 -07:00
Lars Brubaker
4ade4b7c6b updating spelling 2021-10-19 10:33:37 -07:00
Lars Brubaker
05d8aaafb3 Working on fix for autopilot start up 2021-10-17 16:12:12 -07:00
Lars Brubaker
1a136a755e improving sheet and array rebuild inclusion 2021-09-30 11:29:46 -07:00
LarsBrubaker
cad6ea3dd6 Fixing tests (YAY TESTS!) 2021-09-19 16:03:08 -07:00
Lars Brubaker
2eacc07781 Fixed an issue with the fan speed no displaying correctly in the gcode preview
Fixed an issue with writing '; Software Leveling Applied' more than once into gocde files if double exported.
The gcode file was output correctly before but had multiple lines describing '; Software Leveling Applied'
2021-09-17 13:24:09 -07:00
Lars Brubaker
c61afe9fee Making tool bar able to hind elements 2021-09-15 17:44:24 -07:00
Lars Brubaker
5836725712 fixing null reference crash exceptions 2021-09-10 17:52:19 -07:00
Lars Brubaker
82adc982d8 refactoring 2021-08-25 17:58:00 -07:00
Lars Brubaker
86ee3b4b9c Added waiting to pause so the pause resume button work better 2021-08-13 16:51:12 -07:00
Lars Brubaker
fe50c75fec Improving variable parsing 2021-07-30 15:18:46 -07:00
Lars Brubaker
98093f15d2 Adding volume to server data 2021-06-29 11:24:19 -07:00
Lars Brubaker
f2b19dc6ef When turned on, run validation if no bed or no temp. 2021-06-28 10:31:16 -07:00
Lars Brubaker
874bd53def making autopilot report time better
Making autopilot write to history
2021-06-24 10:48:43 -07:00
LarsBrubaker
3d753cfa13 Added the ability to turn off firmware sounds 2021-06-11 07:26:02 -07:00
Lars Brubaker
25abae93ca Added additional errors that can be checked for while printing 2021-05-18 17:06:44 -07:00
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