Pages

Wednesday, March 12, 2008

ExtruderDelay parameter mod

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

2 comments:

  1. Does it need to be repeated twice?

    ReplyDelete
  2. Whoops! Nice spot! The second set should have been Extruder1 not Extruder0. Will fix now. Thank you.

    ReplyDelete