Skip to content

Commit

Permalink
feat: add new default values
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Dec 22, 2024
1 parent 22797d2 commit be93ab5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,27 +97,27 @@ slicing:
bottoms_depth: 3
line_width: 0.4
magic_epsilon: 40
material_shrinkage: 1.5
material_shrinkage: 0.0
flow_rate: 100
pressure_advance_on: false
pressure_advance_on: true
pressure_advance: 0.45
mesh_file: lib/goosli_middle.msh
minimum_path_area: 0.001
model_centering: false
originx: 0.0
originy: 0.0
originz: 0.0
overlapping_infill_percentage: 100.0
overlapping_infill_lid_percentage: 60.0
overlapping_infill_percentage: 30.0
overlapping_infill_lid_percentage: 30.0
random_layer_start: false
is_wall_outside_in: true
planes_contact_with_nozzle: ""
print_speed: 50
print_speed_layer1: 50
print_speed_wall: 50
print_time: 0
retract_compensation_amount: 0.0
retraction_distance: 0.3
retract_compensation_amount: 3.0
retraction_distance: 3.0
retraction_on: true
retraction_speed: 50
rotationx: 0.0
Expand Down Expand Up @@ -153,7 +153,7 @@ slicing:
wall_thickness: 0.8
supports:
enabled: true
xy_offset: 1.0
xy_offset: 0.3
z_offset_layers: 1
priority_z_offset: true
fill_type: Lines
Expand Down

0 comments on commit be93ab5

Please sign in to comment.