Skip to content

Commit

Permalink
Set default extrude amount to 10mm
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewin committed Aug 16, 2018
1 parent efbbe32 commit 27ce5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionBar/TemperatureWidgetExtruder.cs
Expand Up @@ -43,7 +43,7 @@ namespace MatterHackers.MatterControl.ActionBar
{
internal class ControlContentExtruder : FlowLayoutWidget
{
private int moveAmount = 1;
private int moveAmount = 10;
private PrinterConfig printer;

internal ControlContentExtruder(PrinterConfig printer, int extruderIndex, ThemeConfig theme)
Expand Down

0 comments on commit 27ce5e5

Please sign in to comment.