Files
OrcaSlicer/resources/profiles/Meltingplot/filament/Meltingplot TitanX @0.4 nozzle.json
T
timschneider 514749e121 Add per-nozzle volumetric flow limits and nozzle size in filename
Cap filament volumetric speed per nozzle (0.4: 14, 0.6: 20, 0.8: 26,
1.0: 30, 1.2: 40 mm3/s). Filaments whose limit exceeds a nozzle's
capability get a nozzle-scoped child profile that only lowers
filament_max_volumetric_speed; filament_id is inherited so all nozzle
variants remain the same material.

Also include layer height and nozzle diameter in the g-code filename.
2026-07-14 09:27:15 +02:00

19 lines
438 B
JSON

{
"type": "filament",
"name": "Meltingplot TitanX @0.4 nozzle",
"inherits": "Meltingplot TitanX",
"from": "system",
"setting_id": "i5ttRpqpqF3Kg8IF",
"instantiation": "true",
"filament_max_volumetric_speed": [
"14"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot CHX 350 0.4 nozzle"
]
}