Browse Source

Removed malplaced comment.

Josef Larsson 9 years ago
parent
commit
379348487e
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/Marlin_main.cpp

+ 0
- 3
Marlin/Marlin_main.cpp View File

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

Loading…
Cancel
Save