mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
New option to randomize starting points across layers
This commit is contained in:
parent
b360b2bcea
commit
fa4f2c8b97
8 changed files with 50 additions and 24 deletions
|
@ -105,6 +105,7 @@ our $fill_pattern = 'rectilinear';
|
|||
our $solid_fill_pattern = 'rectilinear';
|
||||
our $fill_density = 0.4; # 1 = 100%
|
||||
our $fill_angle = 45;
|
||||
our $randomize_start = 1;
|
||||
our $support_material = 0;
|
||||
our $support_material_tool = 0;
|
||||
our $start_gcode = "G28 ; home all axes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue