added a T1 extrusion move speed multiplier
refactoring issue: MatterHackers/MCCentral#5291 Create T1 printing move speed multiplier
This commit is contained in:
parent
40bf064d55
commit
48f436cc4a
10 changed files with 129 additions and 16 deletions
|
|
@ -44,13 +44,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
|
||||
public static double FeedRateRatio { get; set; } = 1;
|
||||
|
||||
public override string DebugInfo
|
||||
{
|
||||
get
|
||||
{
|
||||
return $"FeedRateRatio = {FeedRateRatio}";
|
||||
}
|
||||
}
|
||||
public override string DebugInfo => $"Last Destination = {lastDestination}";
|
||||
|
||||
public override void SetPrinterPosition(PrinterMove position)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue