Commit graph

122 commits

Author SHA1 Message Date
Lars Brubaker
569d016d30 Refactoring and creating new RemovePreMultipliedProcess 2023-10-03 16:17:01 -07:00
LarsBrubaker
3307e204ee All buttons switch to agg themed buttons 2022-08-03 16:56:51 -07:00
Lars Brubaker
32a192c2b8 Upgrading to .net 6 2022-07-15 17:28:39 -07:00
Lars Brubaker
fc64b45978 Fixing warning and error icons 2022-03-24 09:55:35 -07: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
fe406720f2 Got rid of invert icons 2021-05-21 15:23:25 -07: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
eb6960b053 Make sure we can't calibrate while printing 2020-11-13 17:24:15 -08:00
Lars Brubaker
332f3ed9d5 fix buttons on calibration page
issue: MatterHackers/MCCentral#6175
Make the buttons look like buttons
2020-11-13 16:36:12 -08:00
Lars Brubaker
464e92c177 Need to still show them 2020-11-13 09:12:14 -08:00
LarsBrubaker
f5cf5a7418 Improving calibration display when disconnected
issue: MatterHackers/MCCentral#6169
View Leveling Data when not connected to Printer
2020-11-12 21:56:20 -08:00
LarsBrubaker
7f7f092393 improving setup feedback
issue: MatterHackers/MCCentral#6164
If Validate Leveling is enabled mark leveling calibration as complete
2020-11-12 07:52:34 -08:00
Lars Brubaker
dff86bb5a6 finishing up validate leveling stream 2020-10-27 17:45:01 -07:00
LarsBrubaker
a5009558f6 Fixing scaling issues 2020-08-16 12:12:24 -07:00
Lars Brubaker
d8375572ba Add buttons to calibration page to make it easier to run them
issue: MatterHackers/MCCentral#5998
Have 'Do It' button on each calibration type
2020-08-13 11:15:30 -07:00
Lars Brubaker
3a06515052 Putting in buttons to enable re-calibration easier 2020-08-12 18:08:35 -07:00
LarsBrubaker
012fad0b65 Making per tool baby stepping 2020-08-11 11:06:56 -07:00
LarsBrubaker
7945b381f5 Put in baby stepping for T1 (extruder 2)
issue: MatterHackers/MCCentral#5877
Print recovery does not work correctly when the print is extruder 2 only
2020-08-09 12:37:37 -07:00
Lars Brubaker
9df2078d0d fixed more scaling issues 2020-08-04 14:56:27 -07:00
LarsBrubaker
45178b1baf Adding baby stepping controls to print progress control 2020-08-01 22:35:53 -07:00
Lars Brubaker
fbde630394 Fixing tests 2020-07-02 15:45:36 -07:00
LarsBrubaker
6ef6503b94 Making feedrate and multiplier apply to current printer
issue: https://github.com/matterhackers/mattercontrol/issues/4793
2020-07-01 21:59:06 -07:00
LarsBrubaker
b6a10fd0fc Added messaging to leveling when not required 2020-05-16 11:47:42 -07:00
LarsBrubaker
37e6f3bd44 Put in per extruder fan controls 2020-05-05 09:28:11 -07:00
LarsBrubaker
7b2d95bbd9 adding in C axis 2020-05-01 08:02:58 -07:00
Lars Brubaker
2c0b0a8716 Check for null
issue: MatterHackers/MCCentral#5782
Should be able to export STLs from a design tab
2019-09-11 17:57:48 -07:00
LarsBrubaker
6abe190922 Merge remote-tracking branch 'origin/2.19.6' 2019-06-01 17:36:09 -07:00
LarsBrubaker
4803344673 Make "Select the calibration task on the left to continue" conditional 2019-06-01 09:30:55 -07:00
jlewin
c46b3f519e Enable FullRowSelect on ErrorValidationRows with fixes
- Issue MatterHackers/MCCentral#5618
Print validation error rows are not clickable
2019-05-31 18:00:57 -07:00
jlewin
14ab51af33 Fix tests 2019-05-29 17:01:44 -07:00
Tyler Anderson
643243a254 Fixed casing of icon file 2019-05-17 12:13:27 -07:00
jlewin
bfbc4bf3a7 Add missing file 2019-05-16 16:53:47 -07:00
jlewin
b344e22ea9 Move fan controls 2019-05-16 16:25:11 -07:00
jlewin
93da6c0380 Rename connectedPrinting to requiresLoadedFilament 2019-05-16 16:25:10 -07:00
jlewin
018e8ed0d0 Simplify 2019-05-16 16:25:10 -07:00
jlewin
186738bb17 Move Edit Leveling button into Calibration Wizard 2019-05-15 17:42:42 -07:00
jlewin
35f951b47b Improve PrinterCalibrationWizard 2019-05-15 17:03:22 -07:00
jlewin
ba599ba898 Add calibration icon 2019-05-15 13:38:38 -07:00
jlewin
e7922550ce Rename ZCalibration Wizard 2019-05-15 13:38:37 -07:00
LarsBrubaker
4626a59092 xy calibration wizard shows if it has been run 2019-05-14 22:20:11 -07:00
jlewin
60beceea6d Only advance to next unfinished stage, if started in that mode
- Issue MatterHackers/MCCentral#5496
Clicking 'already loaded' on extruder 2 does not make xy calibration available
2019-05-14 18:39:02 -07:00
Lars Brubaker
77020ee924 Making T1 setup dependent on having T1 used in the print
issue: MatterHackers/MCCentral#5497
Create protocol for single material setup on dual printer
2019-05-14 18:20:02 -07:00
Lars Brubaker
fd1f14cec6 put leveling switch on its own row
issue: MatterHackers/MCCentral#5517
Toggle switch for print leveling should not be on Print Calibration row
2019-05-14 15:27:30 -07:00
jlewin
2b8d794232 Add Enter key support for primary/Accept button
- Issue MatterHackers/MCCentral#5489
Inconsistent keyboard support in wizard pages
2019-05-13 15:38:53 -07:00
jlewin
adb61f29fc Show leveling solution with new ValueTag control 2019-05-13 13:46:48 -07:00
jlewin
ed4e52ad45 Revert back to default height
- Issue MatterHackers/MCCentral#5492
Irregular field styling
2019-05-13 13:46:48 -07:00
jlewin
df3be5eb2c Remove custom EditableNumberDisplay, use MHNumberEdit
- Issue MatterHackers/MCCentral#5492
Irregular field styling
2019-05-13 13:46:48 -07:00
LarsBrubaker
97fd35057b fixing warnings 2019-05-12 09:09:30 -07:00
LarsBrubaker
4b0d34b39d fix warnings 2019-05-11 08:20:33 -07:00