[Feature Request] Add support for using G0 instead of G1 for travel moves #7062
ADKMechETECH
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
I did that in post. If no E is in this line starting with G1, then replace G1 with G0. Works. But, I agree, this should be handled by the slicer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was sure that this Orca idiosyncracy would become an issue at some point. See please: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With multi-extruder support now available (and working pretty well), I am trying to get Orcaslicer optimized for my Raise3d Pro3.
This printer seems to expect G0 for travel (rapid) moves and not G1. With files generated in Orcaslicer, all moves are G1 including travel moves. In some cases this seems to work fine, however I have noticed that the Pro3 is ignoring feedrate changes for most travel moves. I am unsure why this is and since it is closed firmware I doubt anyone will get a straight answer. What I do know from looking a the code generated in Ideamaker (Raise3d native software), testing, and my start g-code is that G0 works as expected for travel moves.
I don't like to have unrealistic expectations, but I can't imagine it would be too difficult to have a setting or check box in the machine configuration to enforce the use of G0 instead of G1 for travel moves.
Beta Was this translation helpful? Give feedback.
All reactions