added a T1 extrusion move speed multiplier

refactoring

issue: MatterHackers/MCCentral#5291
Create T1 printing move speed multiplier
This commit is contained in:
Lars Brubaker 2019-04-09 13:34:16 -07:00
parent 40bf064d55
commit 48f436cc4a
10 changed files with 129 additions and 16 deletions

View file

@ -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)
{