Firmware2/Marlin/src
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
..
config Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
core Update copyright in headers 2019-02-12 15:30:11 -06:00
feature Add HAS_FILAMENT_SENSOR ahead of 12962 2019-02-12 20:13:20 -06:00
gcode Enhancements to G425 (#13159) 2019-02-14 16:45:31 -06:00
HAL Fix some spelling 2019-02-12 16:21:56 -06:00
inc Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
lcd Update Italian language, fix unused var warning (#13164) 2019-02-13 21:05:18 -06:00
libs Update copyright in headers 2019-02-12 15:30:11 -06:00
module Fix M125 XY parameters, export get_homing_bump_feedrate 2019-02-14 05:25:46 -06:00
pins Update BIQU SKR V1.1 pins, add TMC2130 settings (#13166) 2019-02-14 16:43:56 -06:00
sd Prettify some code comments 2019-02-12 17:43:37 -06:00
Marlin.cpp Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
Marlin.h Add HAS_FILAMENT_SENSOR ahead of 12962 2019-02-12 20:13:20 -06:00