Missed a relative extrusion consideration
This commit is contained in:
parent
e2f109d556
commit
a7b5494fee
1 changed files with 5 additions and 0 deletions
|
|
@ -882,6 +882,11 @@ namespace MatterControl.Printing
|
|||
if (processingMachineState.XyzeMovementType == PrinterMachineInstruction.MovementTypes.Relative)
|
||||
{
|
||||
position = Vector3.Zero;
|
||||
}
|
||||
|
||||
if (processingMachineState.XyzeMovementType == PrinterMachineInstruction.MovementTypes.Relative
|
||||
|| processingMachineState.ExtuderRelativeOverride)
|
||||
{
|
||||
ePosition = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue