Removed malplaced comment.
This commit is contained in:
parent
9b3462f73f
commit
379348487e
1 changed files with 0 additions and 3 deletions
|
@ -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 ");
|
||||||
|
|
Reference in a new issue