ENH: modify some profile params

1. Set brim_object_gap to 0 so brim will be attached to the model
2. Set extruder_clearance_height_to_rod to 34mm for X&P series to avoid
collisions

github:#3371

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Ia554519f2c0cc7bdb5b768ea996a7eed4e2e61d6
This commit is contained in:
XunZhangBambu 2024-03-05 18:11:01 +08:00 committed by Lane.Wei
parent 8e72eec778
commit 7b92f147e2
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_rod": "34",
"extruder_clearance_height_to_lid": "140",
"printer_settings_id": "",
"retraction_minimum_travel": [

View File

@ -9,7 +9,7 @@
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_speed": "50",
"brim_object_gap": "0.1",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",