muele-marlin/Marlin/src/gcode
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
2019-02-14 16:45:31 -06:00
..
bedlevel Update copyright in headers 2019-02-12 15:30:11 -06:00
calibrate Enhancements to G425 (#13159) 2019-02-14 16:45:31 -06:00
config Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
control Update copyright in headers 2019-02-12 15:30:11 -06:00
eeprom Update copyright in headers 2019-02-12 15:30:11 -06:00
feature Patch for M240 2019-02-14 15:13:57 -06:00
geometry Update copyright in headers 2019-02-12 15:30:11 -06:00
host Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
lcd Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
motion Update copyright in headers 2019-02-12 15:30:11 -06:00
probe Update copyright in headers 2019-02-12 15:30:11 -06:00
scara Update copyright in headers 2019-02-12 15:30:11 -06:00
sdcard Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
stats Service interval watchdog (#13105) 2019-02-12 15:58:56 -06:00
temperature Update copyright in headers 2019-02-12 15:30:11 -06:00
units Update copyright in headers 2019-02-12 15:30:11 -06:00
gcode.cpp Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
gcode.h Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
parser.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
parser.h Update copyright in headers 2019-02-12 15:30:11 -06:00
queue.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
queue.h Update copyright in headers 2019-02-12 15:30:11 -06:00