mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Follow up 0b5ea8f429
- Un-select random sequence by default - Added a check for interval height. It have to be bigger then print layer height
This commit is contained in:
parent
2e54648b97
commit
c5cb94d92c
2 changed files with 8 additions and 2 deletions
|
@ -146,7 +146,7 @@ struct ExtrudersSequence
|
|||
bool is_mm_intervals = true;
|
||||
double interval_by_mm = 3.0;
|
||||
int interval_by_layers = 10;
|
||||
bool random_sequence { true };
|
||||
bool random_sequence { false };
|
||||
bool color_repetition { false };
|
||||
std::vector<size_t> extruders = { 0 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue