Error 907 Z Axis travel exceeded (RESOLVED)

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Gixer
Posts: 45
Joined: Tue Jun 30, 2020 3:18 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: 0324202376
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Error 907 Z Axis travel exceeded

Post by Gixer »

Yes it was the bottom part of the G28 command missing all working ok now .

if (words.length > 0) {
switch (method) {
case "G28":
gMotionModal.reset();
gAbsIncModal.reset();
writeBlock(gFormat.format(28), gAbsIncModal.format(91), words);
writeBlock(gAbsIncModal.format(90));
break;
case "G53":
gMotionModal.reset();
writeBlock(gAbsIncModal.format(90), gFormat.format(53), gMotionModal.format(0), words);
break;
default:
error(localize("Unsupported safe position method."));
return;
}

Cheers for help.
Gix.
Post Reply