-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
AUTOLEVELER: (error:22) Feed rate has not yet been set or is undefined. #1579
Comments
You might be able to put something like |
I will test and return reply .... |
I'm using UGS version 2.1.4 with GRBL 1.1h (lasted version) and have the same problem with the feedrate: it is far too low and when trying to cut out 2mm acrylglas, the material is melting and the milling bit is clutterd in a very short time. |
@morxgrillhamster can you post your gcode file? |
Here we go: (actually I changed the feed rate from 1200 to 800, it's less scary;-): (Exported by FreeCAD) |
Thanks for looking into that. I did a quick check and with your suggestion it moves now much faster. Is the "Arc line segment length" a fixed small value independent of the radius of the original arc ? I guess, 0.5mm is ok for my original radius of approx. 46mm, but what if I have little arcs in my engraving (r=1mm, for example).... |
Yes it is unfortunately fixed at the moment
I have had the need for this as well, I was thinking of adding an export gcode button in the auto leveler but haven't gotten around to it yet. If you open the log file (go to the menu Tools -> Open log directory) and open the messages.log file you will find these lines at the bottom:
This line in particular will show where the temporary file is located which contains all the preprocessed lines. It is a bit difficult to read though...
I agree, for cases like this it would be really nice to see the current bandwidth usage. |
Thanks a lot, that was very helpful, I found it. The original file had 160 lines, the generated file >23500 lines. |
Describe the bug
After performing the Autoleveler procedure and applying it to gcode, when starting the milling the feed rate is changed, becoming very slow or not even starting the milling, this infamous appearance "(error: 22) Feed rate has not yet been set or is undefined ".
To reproduce
Steps to reproduce the behavior:
described above
Expected behavior
that self-leveling is incorporated into gcode without changing feed rate rates
Version
UGS Platform 2.0.6 and 2.0.7
Hardware
GRBL 1.1h (lasted version)
Operating system (please complete the following information):
Windows 10 PRO 20H2
Additional context
I still notice that in the error messages they describe (java.lang.NullPointerException).
The text was updated successfully, but these errors were encountered: