Browse Source

Removed malplaced comment.

Josef Larsson 10 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
 }
3967
 }
3968
 
3968
 
3969
 #ifdef SCARA
3969
 #ifdef SCARA
3970
-  /**
3971
-   * M360: SCARA calibration: Move to cal-position ThetaA (0 deg calibration)
3972
-   */
3973
   bool SCARA_move_to_cal(uint8_t delta_x, uint8_t delta_y) {
3970
   bool SCARA_move_to_cal(uint8_t delta_x, uint8_t delta_y) {
3974
     //SoftEndsEnabled = false;              // Ignore soft endstops during calibration
3971
     //SoftEndsEnabled = false;              // Ignore soft endstops during calibration
3975
     //SERIAL_ECHOLN(" Soft endstops disabled ");
3972
     //SERIAL_ECHOLN(" Soft endstops disabled ");

Loading…
Cancel
Save