Last active
August 27, 2017 17:15
-
-
Save vanilla-thunder/7d7aceb725a61fc024beea9b4090fef9 to your computer and use it in GitHub Desktop.
FFCP Starting Scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; **** Replicator 1 dual start.gcode **** | |
M73 P0 ; enable build progress | |
G162 X Y F3000 ; home XY maximum | |
G161 Z F1200 ; home Z minimum | |
G92 Z-5 ; set Z to -5 | |
G1 Z0 ; move Z to 0 | |
M140 S[bed0_temperature] T0 | |
G161 Z F100 ; home Z slowly | |
M132 X Y Z A B ; recall home offsets | |
M135 T0 ; load right extruder offsets | |
G1 X150 Y-70 Z30 F9000 ; move to wait position right hand side of the table | |
G130 X20 Y20 Z20 A20 B20 ; lower stepper Vrefs while heating | |
M126 S[fan_speed_pwm] | |
M104 S[extruder1_temperature] T1 | |
M134 T0 ; stabilize bed temperature | |
M133 T1 ; stabilize left extruder temperature | |
G130 X127 Y127 Z40 A127 B127 ; default stepper Vrefs | |
G92 A0 B0 ; zero extruders | |
G1 Z0.4 ; position nozzle | |
M135 T1 ; left tool | |
G1 X110 Y-70 E10 F300 ; move nozzle | |
G1 X120 Y-70 Z0.15 F1200 ; slow wipe | |
G1 X110 Y-70 Z0.5 F1200 ; lift | |
G92 A0 B0 ; zero extruders | |
M73 P1 ;@body (notify GPX body has started) | |
; **** end of start.gcode **** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; **** Replicator 1 dual start.gcode **** | |
M73 P0 ; enable build progress | |
G162 X Y F3000 ; home XY maximum | |
G161 Z F1200 ; home Z minimum | |
G92 Z-5 ; set Z to -5 | |
G1 Z0 ; move Z to 0 | |
M140 S[bed0_temperature] T0 | |
G161 Z F100 ; home Z slowly | |
M132 X Y Z A B ; recall home offsets | |
M135 T0 ; load right extruder offsets | |
G1 X150 Y-70 Z30 F9000 ; move to wait position right hand side of the table | |
G130 X20 Y20 Z20 A20 B20 ; lower stepper Vrefs while heating | |
M126 S[fan_speed_pwm] | |
M104 S[extruder0_temperature] T0 | |
M134 T0 ; stabilize bed temperature | |
M133 T0 ; stabilize right extruder temperature | |
G130 X127 Y127 Z40 A127 B127 ; default stepper Vrefs | |
G92 A0 B0 ; zero extruders | |
G1 Z0.4 ; position nozzle | |
G1 X110 Y-70 E10 F300 ; purge nozzle | |
G1 X120 Y-70 Z0.15 F1200 ; slow wipe | |
G1 X110 Y-70 Z0.5 F1200 ; lift | |
G92 A0 B0 ; zero extruders | |
M73 P1 ;@body (notify GPX body has started) | |
; **** end of start.gcode **** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment