Clean Marlin with support for installed motors and BLTouch
TMC2209-LA
TMC2225-SA
Based on that project: https://www.thingiverse.com/thing:4611997
#define Z_MIN_PROBE_ENDSTOP_INVERTING false #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #define BLTOUCH #define Z_SAFE_HOMING #define AUTO_BED_LEVELING_BILINEAR #define NOZZLE_TO_PROBE_OFFSET { 40, -0.7, 0 } # For the right version. #define NOZZLE_TO_PROBE_OFFSET { -40, -0.7, 0 } # For the left version. #define GRID_MAX_POINTS_X 4 #define LCD_BED_LEVELING