Files
OrcaSlicer-KX/resources/profiles/BBL/process/0.20mm Strength @BBL X1C.json
Arthur 7889dddee8 ENH: reduce 100% overhang wall speed to 10mm/s
The old speed 50mm/s is too high and cause some print quality problems.

Also change the display of overhang speeds to better adhere to the code.

jira: STUDIO-9641
Change-Id: I6efa981db5bf88a9cf5bb70abb443cdfa1783025
(cherry picked from commit 979fefffd528ab1fb4e670fd88f716a3aed2e6f2)
2025-09-10 09:35:38 +08:00

19 lines
732 B
JSON

{
"type": "process",
"name": "0.20mm Strength @BBL X1C",
"inherits": "fdm_process_single_0.20",
"from": "system",
"setting_id": "GP013",
"instantiation": "true",
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
"outer_wall_speed": "60",
"smooth_coefficient": "150",
"sparse_infill_density": "25%",
"wall_loops": "6",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab X1E 0.4 nozzle"
]
}