PP-81: Set brim_gap to horizontal expansion + 50um

This commit is contained in:
Frederic Meeuwissen 2023-05-30 17:22:33 +02:00
parent d11b3c011d
commit eb2aa80ffa
3 changed files with 2 additions and 1 deletions

View File

@ -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 },

View File

@ -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 },

View File

@ -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" },