tinkergnome 927
Fixed that variable and other called extruder_multiply to float32 and so far it's working. Doing sometest to do a extrusion test but so far so good!
"Party time! Excellent!"
Fixed that variable and other called extruder_multiply to float32 and so far it's working. Doing sometest to do a extrusion test but so far so good!
"Party time! Excellent!"
I'll post all the necessary changes as soon I get 2-3 prints finished with this
Great news, couriouse to get the details :-)
b.t.w. has anymbody of you guys tried the new Marlin RC7?
Edited by GuestSo far all the test show that works, been busy printing non stop. It's great because the colorfabb spool I print the most it's 1.74mm ish size and with 101% it overextrude a bit but with 100.55 it gives me the quality I need
RC7 I did actually assemble it (or was rc6? I can't remember.. it was 1 month ago), but I didn't print with it, the menus have change a lot, there's a few cool options like the assisted manual calibration. There are a loot of small settings that need adjusts, like homing speed, it also doesn't have led control like amedee build ofc. One interesting think I saw was that it has a different acceleration setting for just 'travel'.
It was a really fast test of 1-2h after assembling the settings, but in the end I did give up and didn't even print with it
Edited by Guest
Recommended Posts
tinkergnome 927
For a three digit float with 2 decimals it would be "float32" IMHO...
..but that's not sufficient, because extrudemultiply is declared as int (in Marlin.h)
If i were you... i would change the declaration (and the definition) to float and give it a try. Probably some rounding is useful for the e-steps calculation.
And that's it.
If in doubt, just search the Marlin folder for the term "extrudemultiply". There are only a few places where this is used.
Link to post
Share on other sites
neotko 1,417
Thanks @tunkergnome! Fixed that variable and other called extruder_multiply to float32 and so far it's working. Doing sometest to do a extrusion test but so far so good!
I'll post all the necessary changes as soon I get 2-3 prints finished with this
Link to post
Share on other sites