Created
June 3, 2019 16:46
-
-
Save shinmai/2541ad4e0910e78f6a69a5c1f231ec3c to your computer and use it in GitHub Desktop.
Simplify3D pause at layer XXX
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
| {REPLACE "; layer XXX, Z = " "\n; BEGIN PAUSE\nG91 ; relative positioning\nG1 Z100 F5000 ; lift 100mm\nG1 E-200 F6000 ; retract filament out\nG90 ; absolute positioning\nG1 X20 Y20 F9000 ; move head to X20 Y20\nM0 ; pause print\n; END PAUSE\n\n; layer XXX, Z = "} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment