-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fusion "no motion mode active" G28 G91 Z0 #166
Comments
Hi Levi, thanks! :) Yeah, there is no direct support for G28 (also G53, or any other coordinate systems). I also like to have something like "G53 G0 Z-1" at the end of my Fusion G-Code, which gives me the same warning. Supporting different coordinate systems is not something I plan on adding, since it doesn't make sense to change coordinate systems during PCB milling and it would be a lot of work. That said, this warning doesn't stop you from running the g-code as it is, you just can't use the editing functions and height maps. If you want to use height maps, you'll have to change the line to not use G28. Cheers! |
Hi Martin, Ofcourse i get that :) the main issue for me is the previewing also doesn't work with the error, which is kindof a bummer since i really like that about OpenCNCPilot. :D Friendly regards, |
I think I did something similar in the https://github.com/martin2250/OpenCNCPilot/compare/passthrough branch. Not sure why it is abandoned... I can look into this some time |
Hi, :)
First: Wonderful project! :D
Im trying to send a fusion360 generated file to openCNCPilot, im getting "no motion mode active" in the parser on the line G28 G91 Z0.
I think it is because it doesn't support the Z-only homing yet with G28? is it possible to add that?
Thanks! <3
The text was updated successfully, but these errors were encountered: