feat: update CORE One profiles for to Prusa 2.4.2 (#11453)

* feat: update CORE One profiles for to Prusa 2.4.2

* fix: top surface acceleration

* fix: top surface acceleration duplicates

* fix: incorrect overhang speed mappings

* fix: duplicate keys

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
Brandon Wees
2025-12-22 23:56:53 -05:00
committed by GitHub
parent f08cae6c5a
commit baf5f286c3
54 changed files with 152 additions and 98 deletions

View File

@@ -13,5 +13,8 @@
"initial_layer_infill_speed": "60",
"initial_layer_speed": "45",
"top_surface_acceleration": "1500",
"compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3"
"compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3",
"small_perimeter_speed": "160",
"inner_wall_speed": "160",
"outer_wall_speed": "160"
}