mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
PP-81: Set brim_gap to horizontal expansion + 50um
This commit is contained in:
parent
d11b3c011d
commit
eb2aa80ffa
@ -36,7 +36,6 @@
|
||||
"bridge_wall_coast": { "value": 0 },
|
||||
"bridge_wall_material_flow": { "value": "wall_material_flow" },
|
||||
"bridge_wall_speed": { "value": "bridge_skin_speed" },
|
||||
"brim_gap": { "value": "-xy_offset_layer_0 + 0.05" },
|
||||
"cool_fan_speed_0": { "value": "cool_fan_speed_min" },
|
||||
"cool_fan_speed_max": { "value": "100" },
|
||||
"cool_min_layer_time": { "value": 6 },
|
||||
|
@ -61,6 +61,7 @@
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
|
||||
"brim_width": { "value": "3" },
|
||||
"brim_gap": {"value": "-xy_offset_layer_0 + 0.05"},
|
||||
"cool_fan_speed": { "value": "50" },
|
||||
"default_material_print_temperature": { "value": "200" },
|
||||
"extruder_prime_pos_abs": { "default_value": true },
|
||||
|
@ -59,6 +59,7 @@
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 3500)" },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1000)" },
|
||||
"brim_width": { "value": "3" },
|
||||
"brim_gap": {"value": "-xy_offset_layer_0 + 0.05"},
|
||||
"build_volume_temperature": { "maximum_value": 50 },
|
||||
"cool_fan_speed": { "value": "50" },
|
||||
"default_material_print_temperature": { "value": "200" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user