add back small perimeter support

This commit is contained in:
SoftFever 2022-10-24 14:47:18 +08:00
parent c24680e09d
commit 166832cd94
11 changed files with 33 additions and 6 deletions

View file

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