Flip Y calibration +/- direction
This commit is contained in:
parent
b8230cb66d
commit
5b535d66da
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue