|
@ -3967,9 +3967,6 @@ inline void gcode_M303() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#ifdef SCARA |
|
|
#ifdef SCARA |
|
|
/**
|
|
|
|
|
|
* M360: SCARA calibration: Move to cal-position ThetaA (0 deg calibration) |
|
|
|
|
|
*/ |
|
|
|
|
|
bool SCARA_move_to_cal(uint8_t delta_x, uint8_t delta_y) { |
|
|
bool SCARA_move_to_cal(uint8_t delta_x, uint8_t delta_y) { |
|
|
//SoftEndsEnabled = false; // Ignore soft endstops during calibration
|
|
|
//SoftEndsEnabled = false; // Ignore soft endstops during calibration
|
|
|
//SERIAL_ECHOLN(" Soft endstops disabled ");
|
|
|
//SERIAL_ECHOLN(" Soft endstops disabled ");
|
|
|