-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
units wrong for RepRap firmware #632
Comments
kind of duplicate of #440 |
Thanks for the response. The latest released version for windows I saw ist 2.2.53. Is there really a 2.3.53.X or is it a typo? The SuperSlicer tells me its version is 2.2.53, even tho the extracted folder is named SuperSlicer_2.2.53.3_win64_20201005. |
I updated the displayed name from the 2.2.54.1 version, previously only the third first are used. current stable release: 2.2.53.3 And I am going to publish the merge with the prusa 2.3 alpha later this week. |
Version
2.2.53
Operating system type + version
Win10 x64
First of all:
Thanks for this great software.
This slicer is really nice and I never had issues on Marlin.
Now I am using this the first time on a RepRap Firmware Printer had a really hard time on tuning a 3D printer because the SuperSlicer has some messed up units. (in Machine limits settings)
These settings:
generates this gcode:
The result were stuttering prints.
The mistake is on the jerk setting, as M566 is mm/min not per second in RepRapFirmware:
Source:
https://duet3d.dozuki.com/Wiki/Gcode#Section_M204_Set_printing_and_travel_accelerations
So this has to be calculated differently or the unit in the fields should be renamed to mm/min instead of mm/s.
M203 is also mistakenly commented in the GCODE.
This resulted in more confusing of myself:
M203 X500 Y500 Z12 E120 ; sets maximum feedrates, mm/sec
It is in mm/min
I hope you can take a look and fix this issue.
Thanks and all the best :)
The text was updated successfully, but these errors were encountered: