mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 10:21:00 +00:00
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.
19 lines
438 B
JSON
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"
|
|
]
|
|
}
|