浏览代码

Follow-up the PR #4065 (Remove support for XY servo endstops)

・Update a forgotten Configuration.h of Cartesio
esenapaj 9 年前
父节点
当前提交
d55b94d606
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2
    4
      Marlin/example_configurations/Cartesio/Configuration.h

+ 2
- 4
Marlin/example_configurations/Cartesio/Configuration.h 查看文件

419
 // To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
419
 // To use a separate Z probe, your board must define a Z_MIN_PROBE_PIN.
420
 //
420
 //
421
 // For a servo-based Z probe, you must set up servo support below, including
421
 // For a servo-based Z probe, you must set up servo support below, including
422
-// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and SERVO_ENDSTOP_ANGLES.
422
+// NUM_SERVOS, Z_ENDSTOP_SERVO_NR and Z_SERVO_ANGLES.
423
 //
423
 //
424
 // - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
424
 // - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
425
 // - Use 5V for powered (usu. inductive) sensors.
425
 // - Use 5V for powered (usu. inductive) sensors.
1155
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
1155
 // This allows for servo actuated endstops, primary usage is for the Z Axis to eliminate calibration or bed height changes.
1156
 // Use M851 to set the Z probe vertical offset from the nozzle. Store that setting with M500.
1156
 // Use M851 to set the Z probe vertical offset from the nozzle. Store that setting with M500.
1157
 //
1157
 //
1158
-//#define X_ENDSTOP_SERVO_NR 1
1159
-//#define Y_ENDSTOP_SERVO_NR 2
1160
 //#define Z_ENDSTOP_SERVO_NR 0
1158
 //#define Z_ENDSTOP_SERVO_NR 0
1161
-//#define SERVO_ENDSTOP_ANGLES {{0,0}, {0,0}, {70,0}} // X,Y,Z Axis Extend and Retract angles
1159
+//#define Z_SERVO_ANGLES {70,0} // Z Servo Extend and Retract angles
1162
 
1160
 
1163
 // Servo deactivation
1161
 // Servo deactivation
1164
 //
1162
 //

正在加载...
取消
保存