Marek Bel
|
503d5551e6
Fix build of MK2. Global variable distance_from_min was removed, do not update it.
|
6 lat temu |
PavelSindler
|
553779a65d
Merge pull request #723 from mkbel/refactor_bed_geometry
|
6 lat temu |
Marek Bel
|
329ea199ec
Show measured bed offset from expected position even if not homed. Remove redundant lcd_quick_feedback() calls.
|
6 lat temu |
Marek Bel
|
f00bde09a4
Re-factor bed calibration point coordinates to match bed CAD data. Tested successfully on MK3 (auto home position not calibrated and calibrated printer and print area position of calibrated printer). MK25 not tested.
|
6 lat temu |
Marek Bel
|
d6aa149cfa
Conserve 58 bytes of flash by returning by reference.
|
7 lat temu |
Marek Bel
|
ae08788c99
Split lcd_service_mode_show_result screens to separate functions. Make them non blocking. Remove global array distance_from_min, pass it as function return value. Make Support submenus returning to Support menu.
|
7 lat temu |
PavelSindler
|
e7ad81e159
Merge pull request #660 from mkbel/fix_z_home_point
|
6 lat temu |
Robert Pelnar
|
0271ab3643
Meshbedleveling, calibration Z
|
6 lat temu |
Robert Pelnar
|
5f12289339
CalibrationZ/MK3 - check crash Z after homeaxis (kill with message "debris on nozzle...")
|
6 lat temu |
Marek Bel
|
3abfeb831f
Update documentation of mesh_bed_calibration.cpp.
|
7 lat temu |
Marek Bel
|
37ebe5c35d
Move default correction matrix of not calibrated printer to world2machine_default() function. Use world2machine_reset() to uncorrected matrix. Call it from world2machine_revert_to_uncorrected() and from world2machine_default() if there is no default shift to remove code duplication.
|
7 lat temu |
Marek Bel
|
82b31e8552
Set [0;0] point offset for uncalibrated printer.
|
7 lat temu |
Marek Bel
|
31ae097dba
mesh bed leveling / auto home Y coordinates updated
|
7 lat temu |
Robert Pelnar
|
339d2ebdef
Z-axis stealth mode
|
7 lat temu |
Robert Pelnar
|
3ff5686336
MK2-25-3 variant files
|
7 lat temu |
Robert Pelnar
|
ac1a56b493
Merge branch 'MK25' into MK3
|
7 lat temu |
Robert Pelnar
|
65a91b366d
New XYZ calibration with image processing
|
7 lat temu |
Robert Pelnar
|
a6f900fd3c
Merge remote-tracking branch 'upstream/MK25' into MK25
|
7 lat temu |
PavelSindler
|
a4b3389dfa
M45 verbosity, steel sheet define, minor modifications in xyz cal
|
7 lat temu |
PavelSindler
|
43b8b125bc
calibration points/offset corrections
|
7 lat temu |
Robert Pelnar
|
546314fda7
Removed debug messages from serial comunication (octoprint...).
|
7 lat temu |
PavelSindler
|
d7db407f32
xyz cal.: add delay_keep_alive messages to reset watchdog (LS optimization method takes more than 4s in some cases)
|
7 lat temu |
PavelSindler
|
ba1bb4aea3
whitespace
|
7 lat temu |
PavelSindler
|
6d0574dd0f
changed Y_MIN and probe points coordinates
|
7 lat temu |
PavelSindler
|
6bd221ad3b
Y distance between nozzle and PINDA corrected
|
7 lat temu |
PavelSindler
|
fbbcc27f1a
X max lowered to 250, XYZ/Z calibration: Z top coordinate changed, changes in xyz cal. because of stell sheet, still not final version
|
7 lat temu |
PavelSindler
|
c36b7be90c
SUPPORT_VERBOSITY initial version
|
7 lat temu |
PavelSindler
|
c4d7b801b9
Initial version. XYZ cal works, but bed ref. points coordinates must be checked.
|
7 lat temu |
Robert Pelnar
|
480838a0a1
Fixed homing (mbl and babystep - crashdetection recovery work fine now).
|
7 lat temu |
PavelSindler
|
6eb57da770
fan check can be turned off from support menu, saving parameters to eeprom with offset and different levels, fan kickstart,2nd heatbed version, fans check modified
|
7 lat temu |