Skip to content

Commit

Permalink
Delete servo initial_angle to avoid unsafe default
Browse files Browse the repository at this point in the history
  • Loading branch information
ndanyluk authored and Frix-x committed May 26, 2023
1 parent 3f65109 commit 6979609
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/hardware/servos/probe_servo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gcode:

[servo probeservo]
pin: SERVO_PIN
initial_angle: 0
maximum_servo_angle: 90
minimum_pulse_width: 0.0011
maximum_pulse_width: 0.0021
1 change: 0 additions & 1 deletion config/hardware/servos/purgeclean_servo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gcode:

[servo purgeservo]
pin: SERVO_PIN
initial_angle: 0
maximum_servo_angle: 90
minimum_pulse_width: 0.0011
maximum_pulse_width: 0.0021
1 change: 0 additions & 1 deletion config/hardware/servos/shared_probepurge_servo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gcode:

[servo sharedservo]
pin: SERVO_PIN
initial_angle: 0
maximum_servo_angle: 90
minimum_pulse_width: 0.0011
maximum_pulse_width: 0.0021

0 comments on commit 6979609

Please sign in to comment.