Move bed forward after printing templates, add Bed.Bounds property
This commit is contained in:
parent
79c448ba2b
commit
910ba6458d
2 changed files with 17 additions and 0 deletions
|
|
@ -139,6 +139,10 @@ namespace MatterHackers.MatterControl
|
|||
else
|
||||
{
|
||||
printer.Connection.MoveRelative(PrinterConnection.Axis.Z, 20, printer.Settings.Helpers.ManualMovementSpeeds().Z);
|
||||
|
||||
printer.Connection.MoveAbsolute(PrinterConnection.Axis.Y,
|
||||
printer.Bed.Bounds.Top,
|
||||
printer.Settings.Helpers.ManualMovementSpeeds().Y);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue