Files
OrcaSlicer/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.8 nozzle.json
T
timschneider fab23695c5 Derive per-nozzle volumetric speed caps from physical limit formula
Caps now follow V = 34*d * m / S: the 34*d limit line calibrated on
Micro Swiss Volcano plated copper at 2.85 mm, material factor m from
the OrcaFilamentLibrary generic ratios (PLA/ABS/ASA 1.0, PETG 10/12,
PETG-CF 11.5/12, PA-CF 8/12, PLA Matte 11/12), safety factor S = 1.25
covering batch/moisture/wear/diameter tolerances.

Each material base now serves the 1.2 nozzle at its maximum cap;
children @0.4-@1.0 lower the cap per nozzle. Machine variant
default_filament_profile entries point at the matching preset.
2026-07-20 22:29:13 +02:00

19 lines
432 B
JSON

{
"type": "filament",
"name": "Meltingplot ASA @0.8 nozzle",
"inherits": "Meltingplot ASA",
"from": "system",
"setting_id": "4hk1aKrMkppVYH4z",
"instantiation": "true",
"filament_max_volumetric_speed": [
"22"
],
"compatible_printers": [
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot CHX 350 0.8 nozzle"
]
}