Skip to content

Instantly share code, notes, and snippets.

@Xophe92
Created September 11, 2018 20:40
Show Gist options
  • Save Xophe92/a55f9b135b25afcf017f36154b684c17 to your computer and use it in GitHub Desktop.
Save Xophe92/a55f9b135b25afcf017f36154b684c17 to your computer and use it in GitHub Desktop.
G28 ;Home
M92 X79.6 Y79 Z401 ;calibration lors de lachat
;2do calibration M92 E[93]
M117 Cleaning ; Indicate nozzle clean in progress on LCD
M109 S210 ; Temperature 210C
M107 ; Turn layer fan off
G21 ; Set to metric
G0 X1 Y10 Z0.15 F9000 ; Move
G92 E0 ; reset extruder
G1 Y110 E50 F500 ; Extrude
G92 E0 ; reset extruder, it will start print from there
G1 E-3 F500 ; Retract filament by 3 mm to reduce string effect
G0 X3 Y110 Z15 F9000 ; Move over and rise to safe Z height
G0 Y10 F9000 ; Move back to front of bed at safe Z height to shear strings
M117 Suis silencieuse! ; no comment !
G1 E0 F500 ; come back to last reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment