-
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
Q: acceleration issue with non prusa printer #1086
Comments
I think the easiest Way is to type your Firmware Values in the Machine Limits. Feedrate X+Y 200 Z12 E120 |
i tried that as the first thing, of course i could fill in 0 for all the machine limits and it then moved so slow i could not see it but only hear it and feel it |
I think your issue is the same as #1089 |
not sure how to confirm it |
the only difference that was clear to me was the gcode that comes out of the latest Slic3r latest has a section in the start with different codes that overrides the feedratest etc i would have used prusa firmware but on my selfbuild mendel90 i use dual z steppers and dual endstop and i have a full graphic display, and if i rememeber correct prusa version of marlin does not support that |
Marlin changed the definition of the M204 command, see the discussion at For the time estimator to work, the Slic3r needs to know the machine limit values with which the firmware operates. To keep both in sync, Slic3r now exports the machine limits as M-code block before the custom start G-code. The upcoming release will generate an M-code compatible with the upstream Marlin, so you should be good to go as long as you enter meaningful values into the machine limits table. I am closing this issue, let's continue at #1089 if you find any remaining issue with the upcoming release. |
great, will give it a go as soon i see the next version, again thanks for this great software |
Version
1.41.0-alpha2+win64
Operating system type + version
win10
Behavior
i used to use version 1.39.2 and was very happy with it
i use it together witn my mendel90 and marlin bugfix 2.0.x with the same feedrate, acceleration and jerk settings as for a mk2s taken from here: https://github.com/prusa3d/Prusa-Firmware/blob/MK3/Firmware/variants/1_75mm_MK25-RAMBo13a-E3Dv6full.h
and here: https://github.com/prusa3d/Prusa-Firmware/blob/MK3/Firmware/Configuration.h
then the youtuber cnc kitchen showed the gyroid infill and i found out that i have to update, no big deal i thought, but i was wrong
in version 1.39.2 i pretty much just copied the settings etc for the Mk2s and changed the start gcode, that was it
but in 1.41 in the gcode it adds a section in the start with feedrates etc and then every now and then a progress code
now my printer skips steps (at least during non print moves) because it moves to fast and i just cant figure how to get rid of that section in the start. i filled in the machine limits with just zero but then it moves so slow i cant see it moves
i even tried to create a custom setup from scratch but the same thing happend
any pinters or suggestions are welcome... and yes i know i dont have a prusa printer but it like the software :-/
The text was updated successfully, but these errors were encountered: