buildbotics / bbctrl-firmware

Buildbotics CNC Controller Firmware
https://buildbotics.com/
Other
67 stars 24 forks source link

error handling G53 commands i.e. move in machine coordinates #316

Open cwallen93117 opened 2 years ago

cwallen93117 commented 2 years ago

It appears that when the buildbotics generates both the gcode warnings and 3d view it ignores any G53 Machine position moves, e.g. “G53 G0 Z150 “ and treats them as starting from the work coordinate origin e.g. “G0 Z150”. See the image from the 3d viewer below. The work coordinates were set at the blue/green/red origin.

Screen Shot

jcoffland commented 2 years ago

Looks like it doesn't take the work coordinates into account.

cwallen93117 commented 2 years ago

Anyway this can be fixed?

jcoffland commented 2 years ago

I'll take a look.

stromi65 commented 2 years ago

look at #297 - same problem, was not fixed yet