Mechanical Settings:
  1. Printable radius: The printable radius was reduced during the modification to accommodate for the smaller printing environment required. #define DELTA_PRINTABLE_RADIUS 116 set to #define DELTA_PRINTABLE_RADIUS 30
  2. Y and Z probe offset from extruder: The Y and Z probe offsets were changed to accommodate for the smaller, newly included extruder nozzle. #define Y_PROBE_OFFSET_FROM_EXTRUDER -10 set to #define Y_PROBE_OFFSET_FROM_EXTRUDER 0#define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5 set to #define Z_PROBE_OFFSET_FROM_EXTRUDER -18.5
  3. Invert Extruder motor direction: The extruder stepper motor inversion was changed to false as it was extruding correctly. #define INVERT_E0_DIR true set to #define INVERT_E0_DIRfalse
  4. Z-Home position: The distance between the nozzle and the printing platform was changed regularly to accommodate for the different extruder used and the different length needles. #define MANUAL_Z_HOME_POS 295.2 set to #define MANUAL_Z_HOME_POS 116.5