Skip to content

Instantly share code, notes, and snippets.

@crstian19
Created May 18, 2020 17:18
Show Gist options
  • Save crstian19/42864f19b9ea1ac89b8c775dc7bf6787 to your computer and use it in GitHub Desktop.
Save crstian19/42864f19b9ea1ac89b8c775dc7bf6787 to your computer and use it in GitHub Desktop.
My start gcode config
G90
M82
M106 S0
M104 S205 T0
M109 S205 T0
G21;
G90;
M82;
M107;
G28 X0 Y0;
G28 Z0;
G29;
G0 X0 Y0 F9000;
G0 Z0.15;
G92 E0;
G1 X70 E25 F500;
G92 E0;
G1 E-1 F500;
G1 X80 F4000;
G92 E0;
G1 Z10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment