Skip to content

Instantly share code, notes, and snippets.

@quamilek
Created April 8, 2019 18:51
Show Gist options
  • Save quamilek/02798e73277d4d4fc9b4534b0369a64c to your computer and use it in GitHub Desktop.
Save quamilek/02798e73277d4d4fc9b4534b0369a64c to your computer and use it in GitHub Desktop.
Anet A8 cura 4.0 printer settings
M104 S0
M140 S0
;Retract the filament
G92 E1
G1 E-1 F300
G28 X0
G1 Y220 F3000 ; przesun stol do przodu drukarki dla latwiejszego zdejmowania wydruku
M84
G28 ; wyzeruj osie
G1 F30 Z1 ; unies nieco glowice
G1 F1800 Z0.2 X2.5 Y2.5 ; pojedz w lewy dolny rog stolu
G92 E0
G1 F50 E0.5 ; podaj nieco filamentu
G1 F600 Y31.5 E5 ; wydrukuj linie rozbiegowa
G1 F6000 X5 E4.5 ; odjedz w bok wycofujac nieco filamentu
G92 E-0.5 ; ustaw pozycje ekstrudera na minus pol milimetra
G1 F9000;Put printing message on LCD screen
M117 Printing..0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment