adding ability to set acceleration on a printer profile
This commit is contained in:
parent
09c553ae64
commit
ec501191dc
12 changed files with 1979 additions and 1875 deletions
|
|
@ -261,11 +261,6 @@ namespace MatterControl.Printing
|
|||
}
|
||||
}
|
||||
|
||||
if (feedRateMmPerMin > 0)
|
||||
{
|
||||
instruction.secondsThisLine = (float)GetSecondsThisLine(deltaPositionThisLine, deltaEPositionThisLine, feedRateMmPerMin);
|
||||
}
|
||||
|
||||
readLineCount++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue