File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ hardware:
76
76
V : 200
77
77
E : 120
78
78
slicing :
79
- angle : 30
79
+ angle : 40
80
80
bed_temperature : 60
81
81
bottom_of_cut_layers : 1
82
82
cmd : ./lib/goosli --cmd=slice --settings=
83
83
cmd_version : ./lib/goosli --version
84
84
consumption_material : 0
85
85
extruder_temperature : 200
86
- fan_off_layer1 : false
86
+ fan_off_layer1 : true
87
87
fan_speed : 95
88
88
fill_density : 20
89
89
filling_type : Triangles
@@ -157,12 +157,12 @@ slicing:
157
157
area : 0.1
158
158
fan_speed : 20
159
159
supports :
160
- enabled : true
160
+ enabled : false
161
161
xy_offset : 0.3
162
162
z_offset_layers : 1
163
163
priority_z_offset : true
164
164
fill_type : Lines
165
- fill_density : 5
165
+ fill_density : 25
166
166
bottoms_depth : 0
167
167
lids_depth : 0
168
168
create_walls : true
Original file line number Diff line number Diff line change @@ -1257,6 +1257,9 @@ def on_change():
1257
1257
retraction_compensation_value = QDoubleSpinBox ()
1258
1258
retraction_compensation_value .setMinimum (0.0 )
1259
1259
retraction_compensation_value .setMaximum (9999.0 )
1260
+ retraction_compensation_value .setValue (
1261
+ self .sett ().slicing .retract_compensation_amount
1262
+ )
1260
1263
retraction_compensation_value .validator = FloatValidator ()
1261
1264
panel .addWidget (retraction_compensation_label , panel_next_row (), 1 )
1262
1265
panel .addWidget (
You can’t perform that action at this time.
0 commit comments