mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Renamed monotonous infill to monotonic.
This commit is contained in:
parent
8d45b4c468
commit
7fbdda9080
9 changed files with 96 additions and 96 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue