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

@@ -4,7 +4,7 @@
"inherits": "0.15mm SPEED @MK4S 0.4",
"from": "system",
"instantiation": "true",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "50",
"travel_speed": "350",
"travel_acceleration": "7000",
"default_acceleration": "3000",
@@ -16,5 +16,6 @@
"internal_solid_infill_acceleration": "6000",
"inner_wall_acceleration": "6000",
"outer_wall_acceleration": "3000",
"top_surface_acceleration": "2000"
"top_surface_acceleration": "2000",
"support_threshold_angle": "35"
}