EEPROM settings for Marlin
I'm running a MP3DP with Marlin RC8 bugfix. When I bring up the EEPROM settings I see no entries for changing the entruder rate. When I watch the saved settings log it sets it to 200, it just doesn't let me tweak it.
I ask because when I tried tuning the extruder I was seeing 40mm of filament extruded when I asked for 100mm. I checked to make sure I wasn't just slipping, but the 40:100 ratio was consistent unless I adjusted the tension enough to force slipping, when the rate dropped. I'm working around it with a 2.5 multiplier, but something isn't right and my latest change to the environment was the upgrade from 1.6.2...
I ask because when I tried tuning the extruder I was seeing 40mm of filament extruded when I asked for 100mm. I checked to make sure I wasn't just slipping, but the 40:100 ratio was consistent unless I adjusted the tension enough to force slipping, when the rate dropped. I'm working around it with a 2.5 multiplier, but something isn't right and my latest change to the environment was the upgrade from 1.6.2...
Comments
<entry type="float" min="1">
<descripton unit="[Steps/mm]">Extruder resolution</descripton>
<set>M92 E@</set>
<detect>M92.*E(-?\d*\.?\d*)</detect>
</entry>
M92 E200,200,200
That would set the steps per mm for E0, E1 and E2 on a three extruder system. Maybe something nested in the <entry> section?