How can I adjust the "extrusion multiplier"?
in CuraEngine
I have an issue where my new nozzles are not pushing as much filament through as the old nozzle did. I need to slightly increase the "extrusion multiplier" setting but can not find it in the CuraEngine slicer settings inside Repetier-Host. Can someone tell me where I can find this setting, please? Thanks!
Comments
In CuraEngine it is a filament parameter and called Flow. But that is normally only used to change different material behaviour.
OK Do you happen to know what the setting is called exactly in the firmware? It seemed to work fine when I had on the old nozzle (on the left, which I think was a 0.6 now). The new nozzle (on the right) is defiantly a 0.4 nozzle (printed on the side).
The current print leaving gaps...
The links below show the text of my currently used and modified firmware. I have a RepRap Guru DIY Prusa i3 v2 printer I built. I'm not sure if that matters but I wanted to give you as much info as possible.
Marlin.ino
https://pastebin.com/B8GegU8i
Configuration.h
https://pastebin.com/cQYLarYe
Configuration_adv.h
https://pastebin.com/ZYHxJmfU
Version.h
https://pastebin.com/L8nNK9XY
In CuraEngine configuration is only one page for filament settings and the second value is called flow for oyur adjustment.
In firmware it is this:
Since my printer does not seem to be pushing out enough filament and my current value for the Steps Per Unit on the extruder is 500... For testing, should I tell it to try 600 or 400? I'm assuming I would try to use 600 to tell it that it takes more steps to achieve what it thinks is the equivalent of 1 (~1mm I guess).
Also... Using the flow rate to manipulate the situation, I do get better results when decreasing the flow rate...
It seems that even though it has #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 } in my firmware, at some point a M92 command was issued and I guess followed by a M500 (to make it stick). That command was M92 X80.00 Y80.00 Z4000.00 E90.00 and the whole time (before the nozzle and at the time firmware upgrade) I was using an axis steps per unit for the extruder of 90! So, I'm going to update the firmware again and reflash so the issue is resolved at the root of the problem. I'll post an update soon.
And the current values I'm using...
DEAR GOD! ALL THAT TIME (A LONG TIME) that I have been using my printer my firmware (or settings in the printer at some point) were thinking it had a 3MM Nozzle!! Going through it this time I was apparently checking my values... I set them like they should have been set (D1.75) and now my printer is REALLY not calibrated!...
It's really interesting how it was producing such great prints before.
So now everything I'm trying to tweak is based off of a 3mm nozzle. Here are my test so far...
You can't really tell it in that image (I need to have a light under the paper) but there are still gaps in the top right one. I fell like I'm going to need to jack up the flow to 150% or more to get the results I want. I feel like that's just really wrong.
Any more suggestions?
Well, when calibrating the printer's extruder steps I had one heck of a time. It was just wrong every time I made a change to the steps/mm value. Then I just stopped changing values and ran 3 tests to see how much filament was used each time. Funny thing, it was different, VARY different!
Now I'm guessing I have some major slippage with the feeder. I think it might be the fact I'm just trying to send to much filament through a smaller hot end with the same temp as my larger hot end before. I'm going to try and raise the temp from 180 to 190-200 and/or slow down the speed at which it tries to push it out.
It seems to be much more stable now. Thanks for all the advice.