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.
This commit is contained in:
timschneider
2026-07-14 09:27:15 +02:00
committed by Tim Schneider
parent 009978c638
commit 514749e121
28 changed files with 271 additions and 65 deletions
+48
View File
@@ -260,6 +260,10 @@
"name": "Meltingplot PLA",
"sub_path": "filament/Meltingplot PLA.json"
},
{
"name": "Meltingplot PLA @0.4 nozzle",
"sub_path": "filament/Meltingplot PLA @0.4 nozzle.json"
},
{
"name": "Meltingplot StoneFil",
"sub_path": "filament/Meltingplot StoneFil.json"
@@ -268,22 +272,50 @@
"name": "Meltingplot ABS",
"sub_path": "filament/Meltingplot ABS.json"
},
{
"name": "Meltingplot ABS @0.4 nozzle",
"sub_path": "filament/Meltingplot ABS @0.4 nozzle.json"
},
{
"name": "Meltingplot TitanX",
"sub_path": "filament/Meltingplot TitanX.json"
},
{
"name": "Meltingplot TitanX @0.4 nozzle",
"sub_path": "filament/Meltingplot TitanX @0.4 nozzle.json"
},
{
"name": "Meltingplot ASA",
"sub_path": "filament/Meltingplot ASA.json"
},
{
"name": "Meltingplot ASA @0.4 nozzle",
"sub_path": "filament/Meltingplot ASA @0.4 nozzle.json"
},
{
"name": "Meltingplot ASA @0.6 nozzle",
"sub_path": "filament/Meltingplot ASA @0.6 nozzle.json"
},
{
"name": "Meltingplot ASA @0.8 nozzle",
"sub_path": "filament/Meltingplot ASA @0.8 nozzle.json"
},
{
"name": "Meltingplot PETG",
"sub_path": "filament/Meltingplot PETG.json"
},
{
"name": "Meltingplot PETG @0.4 nozzle",
"sub_path": "filament/Meltingplot PETG @0.4 nozzle.json"
},
{
"name": "Meltingplot PA6 CF HT",
"sub_path": "filament/Meltingplot PA6 CF HT.json"
},
{
"name": "Meltingplot PA6 CF HT @0.4 nozzle",
"sub_path": "filament/Meltingplot PA6 CF HT @0.4 nozzle.json"
},
{
"name": "Meltingplot STYX 12",
"sub_path": "filament/Meltingplot STYX 12.json"
@@ -296,10 +328,26 @@
"name": "Meltingplot PET-CF15",
"sub_path": "filament/Meltingplot PET-CF15.json"
},
{
"name": "Meltingplot PET-CF15 @0.4 nozzle",
"sub_path": "filament/Meltingplot PET-CF15 @0.4 nozzle.json"
},
{
"name": "Extrudr PLA NX2 Matt",
"sub_path": "filament/Extrudr PLA NX2 Matt.json"
},
{
"name": "Extrudr PLA NX2 Matt @0.4 nozzle",
"sub_path": "filament/Extrudr PLA NX2 Matt @0.4 nozzle.json"
},
{
"name": "Extrudr PLA NX2 Matt @0.6 nozzle",
"sub_path": "filament/Extrudr PLA NX2 Matt @0.6 nozzle.json"
},
{
"name": "Extrudr PLA NX2 Matt @0.8 nozzle",
"sub_path": "filament/Extrudr PLA NX2 Matt @0.8 nozzle.json"
},
{
"name": "Igus iglidur J260",
"sub_path": "filament/Igus iglidur J260.json"
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Extrudr PLA NX2 Matt @0.4 nozzle",
"inherits": "Extrudr PLA NX2 Matt",
"from": "system",
"setting_id": "AL4mb7soA7L0FKTb",
"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"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Extrudr PLA NX2 Matt @0.6 nozzle",
"inherits": "Extrudr PLA NX2 Matt",
"from": "system",
"setting_id": "OCnoqOQbcfgikNmA",
"instantiation": "true",
"filament_max_volumetric_speed": [
"20"
],
"compatible_printers": [
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot CHX 350 0.6 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Extrudr PLA NX2 Matt @0.8 nozzle",
"inherits": "Extrudr PLA NX2 Matt",
"from": "system",
"setting_id": "HO2NCV1i1l21mokh",
"instantiation": "true",
"filament_max_volumetric_speed": [
"26"
],
"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"
]
}
@@ -67,29 +67,14 @@
"60"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
"Meltingplot CHX 350 1.2 nozzle"
]
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot ABS @0.4 nozzle",
"inherits": "Meltingplot ABS",
"from": "system",
"setting_id": "NjuuWYHSc7IlwWAy",
"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"
]
}
@@ -70,27 +70,22 @@
"110"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot ASA @0.4 nozzle",
"inherits": "Meltingplot ASA",
"from": "system",
"setting_id": "4EBXMyiXoLrw5rLC",
"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"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot ASA @0.6 nozzle",
"inherits": "Meltingplot ASA",
"from": "system",
"setting_id": "2UdzXwYGT5nqtcdK",
"instantiation": "true",
"filament_max_volumetric_speed": [
"20"
],
"compatible_printers": [
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot CHX 350 0.6 nozzle"
]
}
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot ASA @0.8 nozzle",
"inherits": "Meltingplot ASA",
"from": "system",
"setting_id": "4hk1aKrMkppVYH4z",
"instantiation": "true",
"filament_max_volumetric_speed": [
"26"
],
"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"
]
}
@@ -64,29 +64,14 @@
"90"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
"Meltingplot CHX 350 1.2 nozzle"
]
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot PA6 CF HT @0.4 nozzle",
"inherits": "Meltingplot PA6 CF HT",
"from": "system",
"setting_id": "yUlzU6KMVx8bpxj1",
"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"
]
}
@@ -76,27 +76,22 @@
"80"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot PET-CF15 @0.4 nozzle",
"inherits": "Meltingplot PET-CF15",
"from": "system",
"setting_id": "2fkQa1BwTGZbSi2z",
"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"
]
}
@@ -76,27 +76,22 @@
"90"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot PETG @0.4 nozzle",
"inherits": "Meltingplot PETG",
"from": "system",
"setting_id": "2ohDGd34awK2DVbV",
"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"
]
}
@@ -64,27 +64,22 @@
"90"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
@@ -0,0 +1,18 @@
{
"type": "filament",
"name": "Meltingplot PLA @0.4 nozzle",
"inherits": "Meltingplot PLA",
"from": "system",
"setting_id": "T3OEfrhyZ6ISyv20",
"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"
]
}
@@ -52,27 +52,22 @@
"65"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
@@ -0,0 +1,18 @@
{
"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"
]
}
@@ -61,27 +61,22 @@
"110"
],
"compatible_printers": [
"Meltingplot MBL 133 0.4 nozzle",
"Meltingplot MBL 133 0.6 nozzle",
"Meltingplot MBL 133 0.8 nozzle",
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 0.4 nozzle",
"Meltingplot MBL 136 0.6 nozzle",
"Meltingplot MBL 136 0.8 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 0.4 nozzle",
"Meltingplot MBL 308 0.6 nozzle",
"Meltingplot MBL 308 0.8 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 0.4 nozzle",
"Meltingplot MBL 480 0.6 nozzle",
"Meltingplot MBL 480 0.8 nozzle",
"Meltingplot MBL 480 1.0 nozzle",
"Meltingplot MBL 480 1.2 nozzle",
"Meltingplot CHX 350 0.4 nozzle",
"Meltingplot CHX 350 0.6 nozzle",
"Meltingplot CHX 350 0.8 nozzle",
"Meltingplot CHX 350 1.0 nozzle",
@@ -25,6 +25,6 @@
"printable_height": "943",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot CHX 350",
"default_filament_profile": [
"Meltingplot PLA"
"Meltingplot PLA @0.4 nozzle"
]
}
@@ -25,6 +25,6 @@
"printable_height": "394",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
"Meltingplot PLA @0.4 nozzle"
]
}
@@ -25,6 +25,6 @@
"printable_height": "396",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
"Meltingplot PLA @0.4 nozzle"
]
}
@@ -25,6 +25,6 @@
"printable_height": "896",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
"Meltingplot PLA @0.4 nozzle"
]
}
@@ -25,6 +25,6 @@
"printable_height": "1396",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
"Meltingplot PLA @0.4 nozzle"
]
}
@@ -4,6 +4,7 @@
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "false",
"filename_format": "{input_filename_base}_L{layer_height}mm_N{nozzle_diameter[0]}_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
"brim_object_gap": "0",
"brim_type": "outer_only",
"default_acceleration": "6000",
@@ -4,6 +4,7 @@
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "false",
"filename_format": "{input_filename_base}_L{layer_height}mm_N{nozzle_diameter[0]}_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0.8",
"bridge_speed": "20",