Skip to content

Instantly share code, notes, and snippets.

@Qteb
Created May 9, 2020 20:38
Show Gist options
  • Save Qteb/6b16e4cce885b401d485e39f156dffe1 to your computer and use it in GitHub Desktop.
Save Qteb/6b16e4cce885b401d485e39f156dffe1 to your computer and use it in GitHub Desktop.
Acceleration 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 X9000 Y9000\nM205 J0.04\nM204 T1000 P1000"}
{REPLACE "G1 Z5.000 F1002" "G1 Z5.000 F1002\nM204 T1500 P1500"}
{REPLACE "G1 Z10.000 F1002" "G1 Z10.000 F1002\nM204 T2000 P2000"}
{REPLACE "G1 Z15.000 F1002" "G1 Z15.000 F1002\nM204 T2500 P2500"}
{REPLACE "G1 Z20.000 F1002" "G1 Z20.000 F1002\nM204 T3000 P3000"}
{REPLACE "G1 Z25.000 F1002" "G1 Z25.000 F1002\nM204 T3500 P5300"}
{REPLACE "G1 Z30.000 F1002" "G1 Z30.000 F1002\nM204 T4000 P4000"}
{REPLACE "G1 Z35.000 F1002" "G1 Z35.000 F1002\nM204 T4500 P4500"}
{REPLACE "G1 Z40.000 F1002" "G1 Z40.000 F1002\nM204 T5000 P5000"}
{REPLACE "G1 Z45.000 F1002" "G1 Z45.000 F1002\nM204 T5500 P5500"}
{REPLACE "G1 Z50.000 F1002" "G1 Z50.000 F1002\nM204 T6000 P6000"}
{REPLACE "G1 Z55.000 F1002" "G1 Z55.000 F1002\nM204 T6500 P6500"}
{REPLACE "G1 Z60.000 F1002" "G1 Z60.000 F1002\nM204 T7000 P7000"}
{REPLACE "G1 Z65.000 F1002" "G1 Z65.000 F1002\nM204 T7500 P7500"}
{REPLACE "G1 Z70.000 F1002" "G1 Z70.000 F1002\nM204 T8000 P8000"}
{REPLACE "G1 Z75.000 F1002" "G1 Z75.000 F1002\nM204 T8500 P8500"}
{REPLACE "G1 Z80.000 F1002" "G1 Z80.000 F1002\nM204 T9000 P9000"}
{REPLACE "G1 Z85.000 F1002" "G1 Z85.000 F1002\nM204 T9500 P9500"}
{REPLACE "G1 Z90.000 F1002" "G1 Z90.000 F1002\nM204 T10000 P10000"}
{REPLACE "G1 Z95.000 F1002" "G1 Z95.000 F1002\nM204 T10500 P10500"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment