tinkergnome 927
8 hours ago, Gutharic said:I guess I would have to check how much the plunger moves down into the syringe, but measuring that would be quite difficult compared to measuring it with regular filaments.
It sounds like one revolution of the leadscrew moves the plunger by the pitch of the screw (multiplied by the reduction ratio of gear - if present).
0.44% is a very low factor - but you already determined it. If you know the current value of E steps/mm for your firmware, just multiply it with 0.0044 and you get the new value. The new value will be very small of course.
For Marlin firmware you can set it with gcode M92 (*) - it's possible to add it to the start script in Cura and test it. Don't forget to reset the setting for flow rate back to 100% if you try this.
(*) for example:
M92 E1.72 ;probably something near this value
Recommended Posts
tinkergnome 927
Slicers for FDM printers (usually) calculate the extruded volume based on filament diameter, linewidth and layer height.
I assume in your case it would be much better to create a new material with a more reasonable "filament" diameter and don't touch the flow rate at all.
Or even better: adjust the value for "steps/mm" for the extruder motor to achieve a suitable material transport for this setup (that's a firmware setting).
That said - which Cura version and which printer definition is used? If it is meaningful or not - in general one can specify a flow rate down to 0.001 percent in Cura and the extruded material volume will be multiplied by this factor (checked with Cura 4.12.1).
The 5% limit may be specific to this particular printer and/or material definition?
Link to post
Share on other sites
Gutharic 0
Dear tinkergnome,
Thank you so much for your reply. I've checked and you are completely right. I had left the material on PLA, thinking it wouldn't matter much, but that was indeed the reason why I couldn't go below a flowrate of 5%. Now that I made a custom material I can go way lower, just like you said. That means I can already make the printer work without gears, which is great!
As for the settings you suggest me to change rather than playing with flowrate, would you be able to explain it a bit more? I'm not really sure how to proceed. I calculated the flow rate based on how much material would be extruded from the syringe when the extruder motor would make one full rotation. So I disassembled the original printhead to see what volume of 1.75mm filament would be extruded when the motor made one rotation and compared that with what volume of material would be extruded with the setup that I made with the syringe (this was with the original leadscrew with an 8mm lead). This lead me to a 0.44% flow rate.
For the filament diameter, I'm guessing I should use the internal diameter of the syringe, which is 13.6mm. Filling that in in the material settings should be enough you think?
Steps/mm are a bit more complicated for me. I've been looking into it, but I don't really understand it. I found some webpages that explain how to measure the steps/mm for regular filaments but I'm not sure how to measure this with my printer. I guess I would have to check how much the plunger moves down into the syringe, but measuring that would be quite difficult compared to measuring it with regular filaments. I'm not sure if I can do it accurate enough. But I could definitely try. When I found a value for the steps/mm I have to put that into the printer's firmware right? I'm using a Creality CR-10V3 that is running on Marlin 2.0.x that I have already modified and flashed onto the printer.
It would be great if you could help me some more. Your suggestion to look into the material has already been great! So thanks again for that. Being able to remove the gears will make the system already a lot more simple to use and sturdy!
Yours sincerely,
Ennio
Link to post
Share on other sites