Reduce flow
This commit is contained in:
parent
7c238615a9
commit
708daaf841
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ namespace MatterHackers.MatterControl
|
|||
position = Transform.Transform(position);
|
||||
|
||||
var delta = this.CurrentPosition - position;
|
||||
currentE += delta.Length * 0.06;
|
||||
currentE += delta.Length * 0.048;
|
||||
|
||||
this.WriteSpeedLine(
|
||||
string.Format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue