Commit graph

116 commits

Author SHA1 Message Date
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
ae80f25b83 fixing typo 2022-06-13 09:16:57 -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
Lars Brubaker
6e12c4c4f3 Wait for Save to conclude before exiting
Wait for start of G34 before looking for 'ok'
2022-04-04 16:26:48 -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
68d361c2da Creating the conductive probe wizard procedure 2022-03-31 17:41:02 -07:00
LarsBrubaker
11ab09da21 Improve load filament feedback when swappable bed
Improve paper calibration message
2022-03-26 16:50:28 -07:00
Lars Brubaker
7b556918ee Improving z-calibration wizard
Improving materials
2022-03-18 14:06:52 -07:00
Lars Brubaker
52f5a15cb2 Move up more on printers that home down 2022-02-28 12:11:12 -08:00
Lars Brubaker
412c3d2a9e Reducing complexity of settings ui sync
Adding bed menu to load filament
2022-01-18 17:10:34 -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
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
fe31aaca05 Starting work on an automatic z offset validator 2021-11-03 18:09:01 -07:00
Lars Brubaker
076b04f689 Added G4 P1 to conductive probe
Added error message when conductive probe moves too low
2021-02-16 14:20:44 -08:00
LarsBrubaker
0492291e91 Make the minimum conductive probe height a variable 2021-02-16 07:56:28 -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
82c2f2ddf8 fixing warnings 2020-10-27 13:05:13 -07:00
LarsBrubaker
4b99d1accd Made error messages wrap 2020-08-14 07:41:40 -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
LarsBrubaker
23e7263da5 Print recovery test working for dual extruder no probe 2020-08-09 08:23:22 -07:00
LarsBrubaker
7ac7a295f2 Cleaning up icon scaling issues 2020-08-05 10:07:40 -07:00
jlewin
eeeda36135 Remove the 'find it in the future' details and preview
- MatterHackers/MCCentral#5652
Remove the rendered preview of find Calibration again
2019-06-06 16:55:12 -07:00
jlewin
fd90765008 Add OnAdvance to WizardPage, hook to persist nozzle offsets
- Issue MatterHackers/MCCentral#5559
XY calibration changing offsets on cancel
2019-05-29 12:25:31 -07:00
LarsBrubaker
bc76fec428 Making z-calibration work without a probe
also making it calibrate as many extruders as there are
2019-05-22 14:59:54 -07:00
jlewin
a8ad425ef4 Reuse PrinterDetails widget on AddPrinter page
- Issue MatterHackers/MatterControl#4543
Consider showing printer detail if available on create printer view
2019-05-21 10:27:47 -07:00
jlewin
1690d372b7 Ensure Done buttons are default/accept buttons
- Use common ShowWizardFinished helper method
- Add callback support for doneClicked
- Issue MatterHackers/MCCentral#5541
Wizard Done buttons should be default/accept button
2019-05-16 16:25:11 -07:00
John Lewin
ca7eb6f8ce Suppress conditional close in FinishWizard
- Issue MatterHackers/MatterControl#4527
Unexpected abort dialog on completing calibration wizard
2019-05-14 23:00:18 -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
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
a08f097df1 Use this.FinishWizard to exit and complete wizard
- Issue MatterHackers/MCCentral#5496
Clicking 'already loaded' on extruder 2 does not make xy calibration
available
2019-05-13 13:46:48 -07:00
LarsBrubaker
97fd35057b fixing warnings 2019-05-12 09:09:30 -07:00
jlewin
e4f8dc1b0c Extract finish wizard behavior for reuse - use in custom Done button
- Issue MatterHackers/MCCentral#5494
Unexpected abort dialog after completing XY calibration wizard
2019-05-09 18:05:21 -07:00
jlewin
f0d818313e Add timeout for manual page advance in case HomingAxis missed
- Issue MatterHackers/MCCentral#5491
Next button should be disabled on auto-advanced pages
2019-05-09 17:25:45 -07:00
jlewin
275e86fdf7 Advance to next page only after entering and leaving HomingAxis
- Issue MatterHackers/MCCentral#5491
Next button should be disabled on auto-advanced pages
2019-05-09 17:25:36 -07:00
jlewin
3dc6833e28 Move to constructor - start listening as early as possible 2019-05-09 16:53:51 -07:00
jlewin
8f036e85dc Move header text definition to page rather than caller 2019-05-09 16:49:15 -07:00
jlewin
feb86313dc Use standard EventHandler naming 2019-05-09 16:46:27 -07:00
jlewin
8f0c287636 Remove conditional autoadvance behavior from HomePrinterPage
- Issue MatterHackers/MCCentral#5491
Next button should be disabled on auto-advanced pages
2019-05-09 16:46:07 -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
c073b6768c Change AutoProbe page title and body text 2019-05-07 15:59:07 -07:00
jlewin
7fb403dc8e Use DefaultFontSize
- Issue MatterHackers/MCCentral#5442
Improve wizard page consistency
2019-05-07 15:59:05 -07:00
jlewin
efc8037cd5 Simplify page headers and overviews
- Issue MatterHackers/MCCentral#5442
Improve wizard page consistency
2019-05-07 15:58:29 -07:00
John Lewin
015e546c47 Revise scaling logic
- Issue MatterHackers/MCCentral#5439
Leveling Summary view should size itself as expected
2019-05-04 09:47:14 -07:00
John Lewin
118e670839 Add missing color change 2019-04-30 22:09:16 -07:00
John Lewin
b91f40c136 Show controls rather than a picture
- Issue MatterHackers/MCCentral#5406
Make the end of leveling and probe calibration show the actual
controls rather than a picture
2019-04-30 20:43:52 -07:00
jlewin
3e7adc6b8b Use bed theme colors 2019-04-26 12:22:33 -07:00
John Lewin
d9ffa62372 Simplify 2019-04-26 12:22:33 -07:00