When running the Calibration through the menu on the front of the 3D printer, sometimes it fails to calibrate. We are looking for someone to help or to make a fix to display when Calibration has passed or failed. We want it to not save the failed settings(if they do). If you know of a fix, or need more information, please let me know. I am not super familiar with SmoothieWare so any guidance would be appreciated. Here is sections from my config file that have to do with the settings for Calibration.
Deltabot
In Config:
zprobe.enable true # set to true to enable a zprobe
zprobe.probe_pin 1.29!^ # pin probe is attached to if NC remove the !
zprobe.slow_feedrate 5 # mm/sec probe feed rate
zprobe.fast_feedrate 100 # move feedrate (100 is default)
zprobe.probe_height 5 # how much above bed to start probe, must be 10 or above to avoid cailbration fail
- associated with zprobe the leveling strategy to use
leveling-strategy.delta-calibration.enable true # basic delta calibration
leveling-strategy.delta-calibration.radius 95 # the probe radius
custom_menu.calibrate.enable true #
custom_menu.calibrate.name Calibrate_Bed #
custom_menu.calibrate.command play_/sd/Archive_Config_Files/Calibration.gcode #
Calibration.gcode:
M117Calibrating Bed;
G32;
M117Calibration Complete;
M500;
G28;
G4 10;
M117;
Imported from wikidot