Flip Y calibration +/- direction

This commit is contained in:
jlewin 2019-02-26 18:16:11 -08:00
parent b8230cb66d
commit 5b535d66da

View file

@ -78,10 +78,10 @@ namespace MatterHackers.MatterControl
contentRow.AddChild(container);
container.AddChild(yOffsetWidget = new NozzleOffsetTemplateWidget(templatePrinter.ActiveOffsets, FlowDirection.TopToBottom, theme)
container.AddChild(yOffsetWidget = new NozzleOffsetTemplateWidget(templatePrinter.ActiveOffsets, FlowDirection.BottomToTop, theme)
{
Margin = new BorderDouble(top: 15),
Padding = new BorderDouble(top: 4),
Padding = new BorderDouble(bottom: 4),
Width = 110
});