ENH: refine the logic of extruder_clearance_radius

1. use extruder_clearance_max_radius instead
2. set the value of P1P/P1S to the same value of X1C
JIRA: STUDIO-4214

Change-Id: I1ae5e4203db0933854b4388b5505dbf34b40edae
This commit is contained in:
lane.wei
2023-08-24 22:05:19 +08:00
committed by Lane.Wei
parent 1266e1f19e
commit a22fd80bf4
5 changed files with 8 additions and 10 deletions

View File

@@ -21,7 +21,6 @@
"Bambu PLA Basic @BBL X1"
],
"default_print_profile": "0.20mm Standard @BBL P1P",
"extruder_clearance_max_radius": "56",
"extruder_offset": [
"0x2"
],
@@ -40,4 +39,4 @@
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle"
]
}
}

View File

@@ -20,7 +20,6 @@
"Bambu PLA Basic @BBL X1C"
],
"default_print_profile": "0.20mm Standard @BBL X1C",
"extruder_clearance_max_radius": "56",
"extruder_offset": [
"0x2"
],