Skip to content

Instantly share code, notes, and snippets.

@shinmai
Created June 3, 2019 16:46
Show Gist options
  • Select an option

  • Save shinmai/2541ad4e0910e78f6a69a5c1f231ec3c to your computer and use it in GitHub Desktop.

Select an option

Save shinmai/2541ad4e0910e78f6a69a5c1f231ec3c to your computer and use it in GitHub Desktop.
Simplify3D pause at layer XXX
{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