Skip to content

Instantly share code, notes, and snippets.

@NeoTech
Created February 9, 2021 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeoTech/78c879e16ae79bddbb4cf84c1bccd2db to your computer and use it in GitHub Desktop.
Save NeoTech/78c879e16ae79bddbb4cf84c1bccd2db to your computer and use it in GitHub Desktop.
Artillery X1 Marlin settings.

Start of print.

G28 ; home all axes
M117 Purge extruder
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position
G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line
G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little
G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line
G92 E0 ; reset extruder
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
M150 R0 B0;

End of print.

M104 S0; turn off extruder
M140 S0 ; turn off bed
G1 X0 Y280 F1500 ; prepare for part removal
G91; Set all axes to relative
G1 Z50 F1000 ; Move Z relativly up 50mm
G90;
M84 ; disable motors
M106 S0 ; turn off fan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment