mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-23 21:19:58 +08:00
Merge remote-tracking branch 'origin/CURA-12096_move_gradual_flow_plugin_back_into_the_engine_core' into CURA-12096_move_gradual_flow_plugin_back_into_the_engine_core
This commit is contained in:
commit
c495527abd
@ -766,7 +766,8 @@
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"reset_flow_duration": {
|
||||
"reset_flow_duration":
|
||||
{
|
||||
"enabled": "gradual_flow_enabled",
|
||||
"value": 2.0,
|
||||
"label": "Reset flow duration",
|
||||
@ -3149,7 +3150,8 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"gradual_flow_enabled": {
|
||||
"gradual_flow_enabled":
|
||||
{
|
||||
"label": "Gradual flow enabled",
|
||||
"description": "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops.",
|
||||
"type": "bool",
|
||||
@ -3157,12 +3159,13 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"max_flow_acceleration": {
|
||||
"max_flow_acceleration":
|
||||
{
|
||||
"enabled": "gradual_flow_enabled",
|
||||
"label": "Gradual flow max acceleration",
|
||||
"description": "Maximum acceleration for gradual flow changes",
|
||||
"type": "float",
|
||||
"unit": "mm\u00b3\/s\u00b2",
|
||||
"unit": "mm\u00b3/s\u00b2",
|
||||
"default_value": 1,
|
||||
"minimum_value_warning": 0.1,
|
||||
"maximum_value_warning": 99999,
|
||||
@ -3171,13 +3174,14 @@
|
||||
"settable_per_extruder": true,
|
||||
"comments": "when enabled, each second the flow will at max be increased/decreased by this value"
|
||||
},
|
||||
"layer_0_max_flow_acceleration": {
|
||||
"layer_0_max_flow_acceleration":
|
||||
{
|
||||
"enabled": "gradual_flow_enabled",
|
||||
"value": "max_flow_acceleration",
|
||||
"label": "Initial layer max flow acceleration",
|
||||
"description": "Minimum speed for gradual flow changes for the first layer",
|
||||
"type": "float",
|
||||
"unit": "mm\u00b3\/s\u00b2",
|
||||
"unit": "mm\u00b3/s\u00b2",
|
||||
"default_value": 1,
|
||||
"minimum_value_warning": 0.1,
|
||||
"maximum_value_warning": 99999,
|
||||
@ -3185,7 +3189,8 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"gradual_flow_discretisation_step_size": {
|
||||
"gradual_flow_discretisation_step_size":
|
||||
{
|
||||
"enabled": "gradual_flow_enabled",
|
||||
"label": "Gradual flow discretisation step size",
|
||||
"description": "Duration of each step in the gradual flow change",
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,11 +12,11 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 0.5
|
||||
acceleration_print = 2500
|
||||
acceleration_wall_0 = 1000
|
||||
inset_direction = inside_out
|
||||
jerk_wall_0 = 20
|
||||
max_flow_acceleration = 0.5
|
||||
speed_print = 50
|
||||
speed_roofing = =math.ceil(speed_wall*(35/50))
|
||||
speed_wall_0 = =math.ceil(speed_wall*(20/50))
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
@ -12,10 +12,10 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
max_flow_acceleration = 1
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 20
|
||||
jerk_print = 30
|
||||
max_flow_acceleration = 1
|
||||
speed_infill = =speed_print
|
||||
speed_print = 35
|
||||
speed_roofing = =speed_topbottom
|
||||
|
@ -12,8 +12,8 @@ type = intent
|
||||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
gradual_flow_enabled = False
|
||||
acceleration_wall_0 = 2000
|
||||
gradual_flow_enabled = False
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 3
|
||||
infill_sparse_density = 40
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user