Created
December 23, 2016 03:35
-
-
Save sgrankin/aa2d1a38000a211209ed418ab49b5040 to your computer and use it in GitHub Desktop.
m2 simplify3d scripts
This file contains hidden or 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
M140 S0 ; turn off bed | |
G91 ; relative mode | |
G1 Z20 ; lift | |
G90 ; absolute mode | |
G92 E18 ; extruder relative pos | |
G1 F300 ; set speed | |
G1 E0 ; retract filament | |
G92 E0 ; extruder relative pos | |
M104 S0 ; turn off extruder | |
M106 S0 ; stop bed fan | |
G1 F6000 ; medium speed | |
G1 X205 ; off to right | |
G1 Z200 F2500 ; run platform down to near bottom | |
G1 Y240 ; present part | |
M84 ; disable motors |
This file contains hidden or 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
M108 S255 ; turn on M2 fans | |
M201 X1000 Y500 ; lower default acceleratios | |
G28 ; home all axes | |
G1 Y50 F9600 ; move forward just a bit | |
G1 X205 ; move off platform | |
G1 Z0.4 ; raise bed to prepare for wipe | |
G92 E0 ; zero extruder | |
G1 E25 F225 ; purge nozzle | |
G92 E0 ; zero extruder | |
G1 X190 Z0.1 E1.0 F1200 ; slow wipe | |
G1 X180 Z0.25 ; lift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment