Prusa CORE One Profiles (#9352)

* update profiles from 3b3aa19543

* capitalize SPEED

* Capitalize SPEED

* sync with cac592a462 (diff-b2ec55404a83d29c6c998171282a456702f47a98bade1a24aa583ea65c4314e0)

* sync with 1d5331b7d9

there was an issue with the filament start gcode conversion that appears to make the gcode invalid

* tweak Prusa CORE One

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Brandon Wees
2025-05-02 12:02:37 -04:00
committed by GitHub
parent a4f35e0291
commit 2304e6a9cd
145 changed files with 5176 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
{
"from": "system",
"inherits": "0.25mm STRUCTURAL @MK4S 0.6",
"instantiation": "true",
"name": "0.25mm STRUCTURAL @CORE One 0.6",
"type": "process",
"overhang_2_4_speed": "30",
"travel_speed": "350",
"travel_acceleration": "7000",
"default_acceleration": "3000",
"support_interface_top_layers": "3",
"initial_layer_infill_speed": "70",
"initial_layer_speed": "45",
"internal_solid_infill_acceleration": "4000",
"sparse_infill_acceleration": "6000",
"compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6",
"inner_wall_acceleration": "2500",
"outer_wall_acceleration": "1500",
"top_surface_acceleration": "2000"
}