ENH: add small perimeter speed and threshold

The original param is added by Prusa. Thanks orca for adding threshold.

1. Re add small perimeter speed and threhold.

github: #2221

Change-Id: I35b269b26f085d80f0edca28650bb21fc04898d7
This commit is contained in:
SoftFever
2023-10-17 10:19:02 +08:00
committed by Lane.Wei
parent 0ece8534db
commit bdaba79455
10 changed files with 44 additions and 9 deletions

View File

@@ -1439,6 +1439,7 @@ struct GlobalSpeedMap
double solidInfillSpeed;
double topSolidInfillSpeed;
double supportSpeed;
double smallPerimeterSpeed;
double maxSpeed;
Polygon bed_poly;
};