mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 13:32:44 +00:00
Prusa CORE One L (C1L) Profiles (#11447)
# Description This adds support for Prusa CORE One L. Prusaslicer commit: https://github.com/prusa3d/PrusaSlicer/commit/5bda77520e420ba62bb2dbbc39c5c8d9f9418481 # 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:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm SPEED @CORE One L 0.5",
|
||||
"inherits": "0.25mm SPEED @MK4S 0.5",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"overhang_2_4_speed": "50",
|
||||
"travel_speed": "500",
|
||||
"travel_acceleration": "6000",
|
||||
"default_acceleration": "3000",
|
||||
"support_interface_top_layers": "3",
|
||||
"initial_layer_infill_speed": "100",
|
||||
"initial_layer_speed": "45",
|
||||
"compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"sparse_infill_acceleration": "7000",
|
||||
"internal_solid_infill_acceleration": "6000",
|
||||
"inner_wall_acceleration": "6000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"top_surface_acceleration": "2000"
|
||||
}
|
||||
Reference in New Issue
Block a user