added motors-backup to onefinity defaults and modified gcode to origin y0 and z0
This commit is contained in:
@@ -378,8 +378,10 @@
|
||||
|
||||
function executeYOrigin(){
|
||||
ControllerMethods.send(`
|
||||
G53 G0 Z0
|
||||
G90
|
||||
G0 Z0
|
||||
G0 Y0
|
||||
G92 Y0 Z0
|
||||
M2
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user