
Added almost instant pause functonality Support pause and resume macros Support nested macros Support zpl's web interface Merge in zpl's web interface and network changes Add R parameter to M105 command for PanelDue M98 can now run macros from any SD card folder
16 lines
691 B
Text
16 lines
691 B
Text
; Ormerod 1 homeall file for use with dc42 Duet firmware
|
|
; Adjust the bed upper and lower limits in config.g (M208 commands) to get the correct homing positions
|
|
G91
|
|
G1 Z4 F200
|
|
G1 X-240 Y240 F2000 S1
|
|
G1 X4 Y-4 F500
|
|
G1 X-10 Y10 S1
|
|
G90
|
|
; Adjust the XY coordinates in the following to place the IR sensor over a suitable spot
|
|
; If you are using a dc42 IR sensor then you can change the cootdinates to be near the centre of the bed
|
|
G1 X45 Y0 F2000
|
|
G30
|
|
; This file leaves the head at the zprobe trigger height so that you can slip a piece of paper under it and then do G0 Z0 to check the height.
|
|
; If you prefer to send the printer to X0Y0Z0, un-comment the folloeing lines
|
|
;G1 X0 Y0 F5000
|
|
;G1 Z0
|