
Further improved web file upload speed Dealt with Eclipse code analysis warnings Made some more functions and parameters const-correct
16 lines
511 B
Text
16 lines
511 B
Text
; RepRapPro Ormerod
|
|
; Standard configuration G Codes
|
|
M550 POrmerod; Set the machine's name
|
|
M551 Preprap; Set the password
|
|
M552 P192.168.1.14; Set the IP address
|
|
M553 P255.255.255.0; Set netmask
|
|
M554 P192.168.1.1; Set the gateway
|
|
M555 P2; Emulate Marlin USB output
|
|
M92 E420; Set extruder steps/mm
|
|
G21 ; Work in mm
|
|
G90 ; Absolute positioning
|
|
M83 ; Extrusions relative
|
|
M558 P1 ; Turn Z Probe on
|
|
G31 Z0.5 P500 ; Set Z probe height and threshold
|
|
M906 X800 Y800 Z800 E800 ; Motor currents (mA)
|
|
T0 ; Select extruder 0
|