Code:
G90 ; Set to Absolute Positioning
M82 ; Set extruder to absolute mode
G21 ; Metric values
M107 ; Start with the fan off
G92 X0 Y0 Z0 E0 ; Set all axis to 0
G28 Y F1000 ; Home Y axis
G28 X F1000 ; Home X axis
G1 X140...
You do not have permission to view the full content of this resource.
Log in or register now.