Skip to content

Instantly share code, notes, and snippets.

@Qteb
Created May 9, 2020 20:39
Show Gist options
  • Save Qteb/c6f10eb9fcd8485ed0ed0ed97857df68 to your computer and use it in GitHub Desktop.
Save Qteb/c6f10eb9fcd8485ed0ed0ed97857df68 to your computer and use it in GitHub Desktop.
Junction deviation calibration post script for Simplify3D
{STRIP ";"}
{DELETE "M201\n"}
{DELETE "M204\n"}
{DELETE "M205\n"}
{DELETE "M900\n"}
{REPLACE "M117 Printing..." "M117 Printing...\nM900 K0\nM201 X3000 Y3000\n205 J0.02"}
{REPLACE "G1 Z5.000 F1002" "G1 Z5.000 F1002\nM205 J0.04"}
{REPLACE "G1 Z10.000 F1002" "G1 Z10.000 F1002\nM205 J0.06"}
{REPLACE "G1 Z15.000 F1002" "G1 Z15.000 F1002\nM205 J0.08"}
{REPLACE "G1 Z20.000 F1002" "G1 Z20.000 F1002\nM205 J0.10"}
{REPLACE "G1 Z25.000 F1002" "G1 Z25.000 F1002\nM205 J0.12"}
{REPLACE "G1 Z30.000 F1002" "G1 Z30.000 F1002\nM205 J0.14"}
{REPLACE "G1 Z35.000 F1002" "G1 Z35.000 F1002\nM205 J0.16"}
{REPLACE "G1 Z40.000 F1002" "G1 Z40.000 F1002\nM205 J0.18"}
{REPLACE "G1 Z45.000 F1002" "G1 Z45.000 F1002\nM205 J0.20"}
{REPLACE "G1 Z50.000 F1002" "G1 Z50.000 F1002\nM205 J0.22"}
{REPLACE "G1 Z55.000 F1002" "G1 Z55.000 F1002\nM205 J0.24"}
{REPLACE "G1 Z60.000 F1002" "G1 Z60.000 F1002\nM205 J0.26"}
{REPLACE "G1 Z65.000 F1002" "G1 Z65.000 F1002\nM205 J0.28"}
{REPLACE "G1 Z70.000 F1002" "G1 Z70.000 F1002\nM205 J0.30"}
{REPLACE "G1 Z75.000 F1002" "G1 Z75.000 F1002\nM205 J0.32"}
{REPLACE "G1 Z80.000 F1002" "G1 Z80.000 F1002\nM205 J0.34"}
{REPLACE "G1 Z85.000 F1002" "G1 Z85.000 F1002\nM205 J0.36"}
{REPLACE "G1 Z90.000 F1002" "G1 Z90.000 F1002\nM205 J0.38"}
{REPLACE "G1 Z95.000 F1002" "G1 Z95.000 F1002\nM205 J0.40"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment