mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 12:58:16 +01:00
ee465a7d0b
Updated PLA sample size to 50m. Fixed start.gcode missing from SF settings due to gitignore. Updated the manual. Assembly views moved to view folder and now all auto generated.
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
M83 ; use relative distances for extrusion
|
|
G28 ; home
|
|
G1 X0 Y98 F9000 ; Go to the middle of the front
|
|
G1Z0.05 ; close to the bed
|
|
M104 S185 ; set extruder temp
|
|
M190 S70 ; set bed temp & wait
|
|
M109 S185 ; wait for extruder temp
|
|
G92 E0
|
|
G1 X50 E5 F200 ; make a thick line to prime extruder
|
|
G1 E-1 F1200
|
|
G1Z0.3 ;lift Z
|