-
Notifications
You must be signed in to change notification settings - Fork 2k
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
G1 E GCODE is getting generated without a whole number #7505
Comments
@cjackson234 Does it cause any issues? Does your Klipper+Voron combination not process it correctly? |
Klipper immediately throws an error and the print fails |
If that is the case, would you please open a Klipper issue? |
Sure, but they will correctly point out that the problem doesn't exist in other slicers. |
But they don't conform to G-code standard. |
I will reach out to them now. Is this something that could be patched in the meantime by adding an additional gcode flavor? |
We are not going to fix it for PrusaSlicer 2.4.0. We will fix it after the release. You can write yourself a simple post processing script, even a simple
will likely work Edit: Sorry that was meant to #7503 |
I will test that while I wait on their response. Thanks |
Sorry guys, this response was meant to #7503 |
Which klipper. Frankly I am printing with PrusaSlicer on Prusa Mini with Klipper and I did not experience any issue. |
We optimized G-code export, you will enjoy a significantly faster G-code export now. Along the way we optimized for the file size while conforming to the G-code specification. I am frankly pretty surprised if there was a number parser that cannot parse such a number. |
Klipper v0.10.0-184-gdd714fc7 What version are you using? |
@bubnikv Sorry, yeah i saw that in the release notes of 2.4.1-alpha2, that's why i deleted my comment. Should have looked first. Im just printing g-code generated by the new 2.4.1-rc without any issues. My current Klipper version is |
Very interesting. Would you mind sharing additional details? Are you using octoprint or fluidd/mainsail? |
Im using Mainsail. |
I am using |
I just updated to Klipper to |
Closing the issue for now as other users were not able to reproduce. I'll post back here when I find a solution. |
This is a configuration issue. How variables set has changed. In my print start gcode was parsing a value incorrectly. That caused all subsequent G1 E commands to fail. Oddly, manually changing the compiled gcode to start with a whole number fixed the issue for me. That being said, thank you for looking into this. |
You can add zeroes with
|
My "day job" is developing and marketing CNC software for 35 years. |
Version
2.4 RC
Operating system type + version
Windows 10 19042.1348
3D printer brand / version + firmware version (if known)
Voron Switchwire - Klipper v0.10.0-184-gdd714fc7
Behavior
G1 E GCODE is getting generated without a whole number
For instance
G1 E0.8 F2100 outputs as G1 E.8 F2100
Slice any file
G1 E0.8
G1 E.8
Is this a new feature request?
no
The text was updated successfully, but these errors were encountered: