Prusa CORE One L (C1L) Profiles (#11447)

# Description

This adds support for Prusa CORE One L.

Prusaslicer commit: 5bda77520e

# Screenshots/Recordings/Graphs

<img width="762" height="289" alt="image" src="https://github.com/user-attachments/assets/ff117547-daaa-46c1-a964-996d533613cc" />

(no i'm not sure if it's meant to be this wide)

## Tests

None yet, plz help
This commit is contained in:
Dmitrii
2026-01-22 01:34:43 -06:00
committed by GitHub
parent 27f2f2be62
commit f3f752d0be
129 changed files with 1699 additions and 68 deletions

View File

@@ -0,0 +1,17 @@
{
"type": "process",
"name": "0.20mm SPEED @CORE One L 0.3",
"inherits": "0.20mm SPEED @MK4S 0.3",
"from": "system",
"instantiation": "true",
"sparse_infill_acceleration": "6000",
"inner_wall_acceleration": "3000",
"travel_speed": "500",
"travel_acceleration": "6000",
"default_acceleration": "3000",
"support_interface_top_layers": "3",
"initial_layer_infill_speed": "60",
"initial_layer_speed": "45",
"top_surface_acceleration": "1500",
"compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3"
}