Commit graph

97 commits

Author SHA1 Message Date
LarsBrubaker
58e77cfe60 GuiWiget Children working as a SafeList 2020-02-07 15:27:43 -08: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
jlewin
e2cbb3cf29 Remove embedded LoadFilament wizards from XyCalibrationWizard
- Conditionally include in PrinterCalibrationWizard
2019-05-09 15:20:28 -07:00
jlewin
a7a53c6712 Eliminate base override abortCancel 2019-05-09 13:26:10 -07:00
jlewin
dffb778cec Fix typo 2019-05-08 18:06:23 -07:00
jlewin
487384a061 Revise widget scaling
- Issue MatterHackers/MCCentral#5475
During print leveling the bed image is too big
2019-05-07 16:12:29 -07:00
jlewin
fcae79528d Remove staged filament wizard and related printer validation 2019-05-07 15:58:29 -07:00
jlewin
8d4547d706 Revise naming to match behavior 2019-05-01 15:39:16 -07:00
jlewin
570539724f Localize literal string 2019-05-01 15:38:35 -07:00
jlewin
a016c7229d Inline variable 2019-05-01 15:38:35 -07:00
jlewin
a6fe9fa824 Consider XYCalibrationWizard in SetupRequired 2019-04-29 16:19:16 -07:00
jlewin
f64c20418f Add support for SectionWidgets without expansion icons 2019-04-26 13:03:35 -07:00
jlewin
a273c5d4fe Add XYCalibration summary 2019-04-26 12:22:34 -07:00
John Lewin
56cf2c6f89 Remove unused parameter 2019-04-26 12:22:33 -07:00
jlewin
da7dcd43f9 Add and use new ValueTag control 2019-04-26 12:22:33 -07:00
jlewin
265fa90ff8 Inactive stages should be ignored 2019-04-26 12:22:33 -07:00
John Lewin
3b22db983e Revised CalibrationWizard home page 2019-04-26 12:22:33 -07:00
jlewin
db06995fb1 Probe calibration should happen before print leveling
- Issue MatterHackers/MCCentral#5368
2019-04-22 12:54:54 -07:00
LarsBrubaker
73ebdde9e5 Changing nozzle1_inset to t0_inset
refactoring some surrounding code to talk about tool rather than nozzle
or hotend

figure it's better to do this change before we have any profiles with this set into them

issue: MatterHackers/MCCentral#5333
Consider if Tool nomenclature should be used instead of Nozzle
2019-04-20 21:03:05 -07:00
jlewin
b561ed65aa Fix spelling 2019-04-17 14:34:36 -07:00
jlewin
af374e0abf Remove redundant EnableChanged event
- Issue MatterHackers/MCCentral#5265
Consider removing PrinterConnection.EnableChanged event
2019-04-05 11:44:55 -07:00
jlewin
6953742123 Add new print validation for load filament operation
- Issue MatterHackers/MCCentral#5264
Determine where best to include filament load/unload wizards
2019-04-05 10:54:49 -07:00
jlewin
50e2419d72 Improve support for StagedSetupWizards 2019-04-04 17:26:34 -07:00
jlewin
8c29b4a2c3 Add basic calibration wizard home page text 2019-04-04 14:36:31 -07:00
jlewin
44f56561d7 Move fixed size to caller 2019-03-25 17:46:13 -07:00
jlewin
f92e6b71d5 Use new XYCalibrationWizard 2019-03-22 14:19:06 -07:00
jlewin
b871ba932b Consolidate calibration wizard button rows 2019-03-22 14:19:06 -07:00