This commit is contained in:
Adrian Bowyer 2014-05-08 21:24:08 +01:00
commit ea86fe1c5a

View file

@ -1,6 +1,6 @@
; RepRapPro Ormerod
; Standard configuration G Codes
M111 S1; Debug on
M111 S0; Debug off
M550 POrmerod; Set the machine's name
M551 Preprap; Set the password
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; Set the MAC address
@ -8,6 +8,7 @@ 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
T1 ; Select head 1
M92 E420; Set extruder steps/mm
G21 ; Work in mm
G90 ; Absolute positioning
@ -15,4 +16,6 @@ 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
M201 X1000 Y1000 Z15 E1000; acceleration tweaks for improved finish
M203 X15000 Y15000 Z300 E3600; speed tweaks for improved finish