You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcio Teixeira 31c240a8db Enhancements to G425 (#13159)
- Turn off bed leveling prior to calibrating.
    - This prevents lateral probes from having a Z component that
      triggers the Z endstop and causes the motion to be aborted.
- Got rid of static const float arrays "dimension" and "true_center"
    - Frees up 24 bytes of SRAM
- Changed incorrect use of "bool" for float in backlash macros.
    - Replaced arguments with 0.0f and 1.0f for clarity.
- Now only disables soft endstops (since calibration cube is outside of bed)
    - Not necessary to disable global endstops
6 years ago
..
lib Module updates 8 years ago
src Enhancements to G425 (#13159) 6 years ago
Configuration.h Add PHOTO_GCODE option, photo trigger physical move (#13168) 6 years ago
Configuration_adv.h Add PHOTO_GCODE option, photo trigger physical move (#13168) 6 years ago
Makefile New boards entry for the A20M 6 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago