Lars Brubaker
90c5e2ae96
Fixing probe offset error
2021-04-09 10:49:01 -07:00
Lars Brubaker
d95d7ac58b
Re-capturing all the other changes made during leveling issues investigations
2021-03-05 15:07:50 -08: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
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
1599aa0fd4
Fixed issue with color control
...
refactoring GuiWidegt
2021-01-29 16:44:47 -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
995b081249
Fix temp tower rotation
2020-11-16 16:28:11 -08:00
Lars Brubaker
eb6960b053
Make sure we can't calibrate while printing
2020-11-13 17:24:15 -08:00
Lars Brubaker
6bd35c0260
Make sure we actually stay inside the boundary
2020-11-13 17:17:25 -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
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
82c2f2ddf8
fixing warnings
2020-10-27 13:05:13 -07:00
LarsBrubaker
0fbf9e8ccd
Improving end of print behavior
2020-10-25 08:48:43 -07:00
LarsBrubaker
93d37e1fd8
Made sure probe offset considered for mesh leveling
...
issue: MatterHackers/MatterControl#4854
unable to store software leveling
2020-09-20 19:25:32 -07:00
LarsBrubaker
23c409dd83
Don't apply extrusion multiplier while loading and unloading
...
issue: MatterHackers/MCCentral#6024
Load/Unload filament should ignore Extrusion Multiplier
2020-08-30 08:29:15 -07:00
LarsBrubaker
4b99d1accd
Made error messages wrap
2020-08-14 07:41:40 -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
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
LarsBrubaker
a3fd59e878
Making more things scale correctly
2020-07-19 18:04:02 -07:00
Lars Brubaker
5556a746e9
Adding Chinese and Japanese support
...
Made twist object have support for rotation distance and a base that specifies radius (gears)
2020-05-22 17:33:54 -07:00
LarsBrubaker
37e6f3bd44
Put in per extruder fan controls
2020-05-05 09:28:11 -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
531a2a60c6
Restore original pulse mode feed/pause rates
...
- Issue MatterHackers/MCCentral#5620
Change grab and run clean gcode back to the versions that make
audible clicks
2019-06-06 12:25:14 -07:00
jlewin
e6e11b6a70
Move XYCalibration abort confirmation to after print start
...
- Issue MatterHackers/MCCentral#5640
Abort confirmation should come after Start Print
2019-06-06 11:07:45 -07:00
Lars Brubaker
430162e80f
remove level_x_carriage_markdown
...
issue: MatterHackers/MCCentral#5619
Remove Z-Axis alignment step
2019-05-31 16:48:30 -07:00
Lars Brubaker
6bd047f8c3
update load filament text
2019-05-30 09:52: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
272ebc32cf
Make sure we don't mark done loading filament until we show the success page
...
issue: MatterHackers/MCCentral#5599
Aborted load filament wizard due to hardware failure - shows as completed
2019-05-29 08:10:01 -07:00
Lars Brubaker
66f88536de
Don't apply the probe offset if there is no probe being used
2019-05-22 14:59:55 -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
299585d7a9
Use more detailed headings
...
- Issue MatterHackers/MCCentral#5554
2019-05-20 17:13:07 -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
jlewin
ccb02da9b1
Print leveling wizard always visible unless has hardware leveling
...
- Issue MatterHackers/MCCentral#5537
Create a calibration wizard stage that is available in all configurations
2019-05-16 16:25:10 -07:00
jlewin
35f951b47b
Improve PrinterCalibrationWizard
2019-05-15 17:03:22 -07:00
jlewin
e7922550ce
Rename ZCalibration Wizard
2019-05-15 13:38:37 -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
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
jlewin
415d5206e7
Combine Start Print/Calibration Mode pages
...
- Issue MatterHackers/MCCentral#5479
Remove excess step from Nozzle Calibration wizard
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
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