More info at clone.earth.
This is Marlin 1.1.x Firmware which has been optimized for the Clone's hardware.
Much love to the Marlin folks. Thanks for the great work!
STRING_CONFIG_H_AUTHORSTRING_SPLASH_LINE1STRING_SPLASH_LINE2TEMP_SENSOR_BEDHEATER_0_MAXTEMPBED_MAXTEMPPREVENT_COLD_EXTRUSIONEXTRUDE_MINTEMPENDSTOPPULLUPSX_MIN_ENDSTOP_INVERTINGY_MIN_ENDSTOP_INVERTINGFIX_MOUNTED_PROBEX_PROBE_OFFSET_FROM_EXTRUDERINVERT_X_DIRINVERT_Z_DIRGRID_MAX_POINTS_XZ_MIN_ENDSTOP_INVERTINGZ_MIN_PROBE_ENDSTOP_INVERTINGAUTO_BED_LEVELING_BILINEARLEFT_PROBE_BED_POSITIONRIGHT_PROBE_BED_POSITIONBACK_PROBE_BED_POSITIONX_MAX_ENDSTOP_INVERTINGY_MAX_ENDSTOP_INVERTINGZ_MAX_ENDSTOP_INVERTINGZ_CLEARANCE_BETWEEN_PROBESDEFAULT_AXIS_STEPS_PER_UNIT
Disabled the following
MIN_SOFTWARE_ENDSTOPSMAX_SOFTWARE_ENDSTOPS
G28
- Home X, Y and Z
G29
- Bed Leveling Routine
G1 X50 Y30 F5000
- Move to a good place for the next steps
G1 Z0
- Move the Z Axis to it’s absolute 0 point
G92 Z10
- Tell the Z it’s now at 10mm, even though it won’t move
- Manually move to where paper slides under extruder tip
M114 Z
- Gets the axis current values
- Take the Z value reported and plug it into this equation (Offset = 10 - Z + 0.1)
M851 Z-Offset
- Note this means you would type the letter Z then a minus sign, and then the value of ‘Offset’ from the previous step: Ex:
M851 Z-0.7
M500
- Save to EEPROM
