To give more control over any hysteresis in the extruder I've committed code and two new parameters to the properties.
This means deleting from your properties file:
ExtrusionDelay(ms)_Extruder0=?
ExtrusionDelay(ms)_Extruder1=?
And adding:
ExtrusionDelayForBorder(ms)_Extruder0=1000
ExtrusionDelayForHatch(ms)_Extruder0=1000
ExtrusionDelayForBorder(ms)_Extruder1=1000
ExtrusionDelayForHatch(ms)_Extruder1=1000
Does it need to be repeated twice?
ReplyDeleteWhoops! Nice spot! The second set should have been Extruder1 not Extruder0. Will fix now. Thank you.
ReplyDelete