mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
* 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>
20 lines
725 B
JSON
20 lines
725 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.10mm FAST DETAIL @CORE One 0.4",
|
|
"inherits": "0.10mm FAST DETAIL @MK4S 0.4",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inner_wall_acceleration": "3000",
|
|
"sparse_infill_acceleration": "6000",
|
|
"internal_solid_infill_acceleration": "4000",
|
|
"travel_speed": "350",
|
|
"travel_acceleration": "7000",
|
|
"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.*/ and nozzle_diameter[0]==0.4",
|
|
"small_perimeter_speed": "145",
|
|
"inner_wall_speed": "145",
|
|
"outer_wall_speed": "145"
|
|
} |