Skip to content

Commit

Permalink
Update fiber_extruder_3.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
frylock34 committed Aug 24, 2023
1 parent 50a9311 commit 3f956fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stereotech_config/fiber_extruder_3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ gcode:

[servo cutter_servo]
pin: PB6
initial_angle: 0
initial_angle: 90

[gcode_macro CUT_FIBER]
gcode:
{% if printer.toolhead.extruder == 'extruder1' %}
M400
SET_SERVO SERVO=cutter_servo ANGLE=90
SET_SERVO SERVO=cutter_servo ANGLE=0
G4 P1000
M400
SET_SERVO SERVO=cutter_servo ANGLE=0
SET_SERVO SERVO=cutter_servo ANGLE=90
M400
{% endif %}

Expand Down

0 comments on commit 3f956fe

Please sign in to comment.