Renamed monotonous infill to monotonic.

This commit is contained in:
Vojtech Bubnik 2020-10-05 16:38:28 +02:00
parent 8d45b4c468
commit 7fbdda9080
9 changed files with 96 additions and 96 deletions

View file

@ -43,8 +43,8 @@ struct FillParams
// Don't adjust spacing to fill the space evenly.
bool dont_adjust { true };
// Monotonous infill - strictly left to right for better surface quality of top infills.
bool monotonous { false };
// Monotonic infill - strictly left to right for better surface quality of top infills.
bool monotonic { false };
// For Honeycomb.
// we were requested to complete each loop;