Meltingplot: drop layer heights that cannot print 45 degree walls

A preset whose layer height exceeds ~45% of the outer wall line width has
less than ~6 degrees of reserve on a 45 degree wall (max self-supporting
angle atan((w-h)/h)), and support cannot compensate because the 45 degree
stair tread is only h wide - far below one support line. Those presets are
not usable in practice, so shipping them only invites failed prints.

Removes the 22 rungs above h/w = 0.45 and prunes them from the vendor
index. What remains per nozzle (default first):

  CHX 350   0.4: 0.18 | 0.6: 0.24 0.28 | 0.8: 0.32 0.36
            1.0: 0.44 0.48 | 1.2: 0.48 0.56
  MBL       0.4: 0.18 | 0.6: 0.24 0.28 | 0.8: 0.36 0.34
            1.0: 0.44 0.48 | 1.2: 0.48 0.56

The 0.4 nozzle keeps a single rung: 0.20 mm would qualify (h/w = 0.435) but
divides both screw leads evenly (4/0.20, 8/0.20) and stays excluded by the
Z-artifact rule, and 0.22 is already at 0.478.

Also corrects the MBL 0.8 default to 0.36 mm, which at w = 0.92 sits at
h/w = 0.391 and therefore still satisfies the stricter 40% default rule.
This commit is contained in:
timschneider
2026-08-05 11:37:21 +02:00
committed by Tim Schneider
parent 1ac3b466da
commit 5b4862b364
27 changed files with 4 additions and 389 deletions
-88
View File
@@ -46,14 +46,6 @@
"name": "0.18mm Fine 0.4 nozzle @Meltingplot CHX 350", "name": "0.18mm Fine 0.4 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.18mm Fine 0.4 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.18mm Fine 0.4 nozzle @Meltingplot CHX 350.json"
}, },
{
"name": "0.22mm Standard 0.4 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.22mm Standard 0.4 nozzle @Meltingplot CHX 350.json"
},
{
"name": "0.24mm Draft 0.4 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.24mm Draft 0.4 nozzle @Meltingplot CHX 350.json"
},
{ {
"name": "0.24mm Fine 0.6 nozzle @Meltingplot CHX 350", "name": "0.24mm Fine 0.6 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.24mm Fine 0.6 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.24mm Fine 0.6 nozzle @Meltingplot CHX 350.json"
@@ -62,14 +54,6 @@
"name": "0.28mm Optimal 0.6 nozzle @Meltingplot CHX 350", "name": "0.28mm Optimal 0.6 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.28mm Optimal 0.6 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.28mm Optimal 0.6 nozzle @Meltingplot CHX 350.json"
}, },
{
"name": "0.32mm Standard 0.6 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.32mm Standard 0.6 nozzle @Meltingplot CHX 350.json"
},
{
"name": "0.36mm Draft 0.6 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.36mm Draft 0.6 nozzle @Meltingplot CHX 350.json"
},
{ {
"name": "0.32mm Fine 0.8 nozzle @Meltingplot CHX 350", "name": "0.32mm Fine 0.8 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.32mm Fine 0.8 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.32mm Fine 0.8 nozzle @Meltingplot CHX 350.json"
@@ -78,14 +62,6 @@
"name": "0.36mm Optimal 0.8 nozzle @Meltingplot CHX 350", "name": "0.36mm Optimal 0.8 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.36mm Optimal 0.8 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.36mm Optimal 0.8 nozzle @Meltingplot CHX 350.json"
}, },
{
"name": "0.44mm Standard 0.8 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.44mm Standard 0.8 nozzle @Meltingplot CHX 350.json"
},
{
"name": "0.48mm Draft 0.8 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.48mm Draft 0.8 nozzle @Meltingplot CHX 350.json"
},
{ {
"name": "0.44mm Fine 1.0 nozzle @Meltingplot CHX 350", "name": "0.44mm Fine 1.0 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.44mm Fine 1.0 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.44mm Fine 1.0 nozzle @Meltingplot CHX 350.json"
@@ -94,18 +70,6 @@
"name": "0.48mm Optimal 1.0 nozzle @Meltingplot CHX 350", "name": "0.48mm Optimal 1.0 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.48mm Optimal 1.0 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.48mm Optimal 1.0 nozzle @Meltingplot CHX 350.json"
}, },
{
"name": "0.52mm Standard 1.0 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.52mm Standard 1.0 nozzle @Meltingplot CHX 350.json"
},
{
"name": "0.56mm Draft 1.0 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.56mm Draft 1.0 nozzle @Meltingplot CHX 350.json"
},
{
"name": "0.60mm Extra Draft 1.0 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.60mm Extra Draft 1.0 nozzle @Meltingplot CHX 350.json"
},
{ {
"name": "0.48mm Fine 1.2 nozzle @Meltingplot CHX 350", "name": "0.48mm Fine 1.2 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.48mm Fine 1.2 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.48mm Fine 1.2 nozzle @Meltingplot CHX 350.json"
@@ -114,14 +78,6 @@
"name": "0.56mm Optimal 1.2 nozzle @Meltingplot CHX 350", "name": "0.56mm Optimal 1.2 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.56mm Optimal 1.2 nozzle @Meltingplot CHX 350.json" "sub_path": "process/0.56mm Optimal 1.2 nozzle @Meltingplot CHX 350.json"
}, },
{
"name": "0.64mm Standard 1.2 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.64mm Standard 1.2 nozzle @Meltingplot CHX 350.json"
},
{
"name": "0.72mm Draft 1.2 nozzle @Meltingplot CHX 350",
"sub_path": "process/0.72mm Draft 1.2 nozzle @Meltingplot CHX 350.json"
},
{ {
"name": "fdm_process_meltingplot_mbl_common", "name": "fdm_process_meltingplot_mbl_common",
"sub_path": "process/fdm_process_meltingplot_mbl_common.json" "sub_path": "process/fdm_process_meltingplot_mbl_common.json"
@@ -134,14 +90,6 @@
"name": "0.18mm Fine 0.4 nozzle @Meltingplot MBL", "name": "0.18mm Fine 0.4 nozzle @Meltingplot MBL",
"sub_path": "process/0.18mm Fine 0.4 nozzle @Meltingplot MBL.json" "sub_path": "process/0.18mm Fine 0.4 nozzle @Meltingplot MBL.json"
}, },
{
"name": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"sub_path": "process/0.22mm Standard 0.4 nozzle @Meltingplot MBL.json"
},
{
"name": "0.24mm Draft 0.4 nozzle @Meltingplot MBL",
"sub_path": "process/0.24mm Draft 0.4 nozzle @Meltingplot MBL.json"
},
{ {
"name": "fdm_process_meltingplot_mbl_06_nozzle", "name": "fdm_process_meltingplot_mbl_06_nozzle",
"sub_path": "process/fdm_process_meltingplot_mbl_06_nozzle.json" "sub_path": "process/fdm_process_meltingplot_mbl_06_nozzle.json"
@@ -154,14 +102,6 @@
"name": "0.28mm Optimal 0.6 nozzle @Meltingplot MBL", "name": "0.28mm Optimal 0.6 nozzle @Meltingplot MBL",
"sub_path": "process/0.28mm Optimal 0.6 nozzle @Meltingplot MBL.json" "sub_path": "process/0.28mm Optimal 0.6 nozzle @Meltingplot MBL.json"
}, },
{
"name": "0.30mm Standard 0.6 nozzle @Meltingplot MBL",
"sub_path": "process/0.30mm Standard 0.6 nozzle @Meltingplot MBL.json"
},
{
"name": "0.36mm Draft 0.6 nozzle @Meltingplot MBL",
"sub_path": "process/0.36mm Draft 0.6 nozzle @Meltingplot MBL.json"
},
{ {
"name": "fdm_process_meltingplot_mbl_08_nozzle", "name": "fdm_process_meltingplot_mbl_08_nozzle",
"sub_path": "process/fdm_process_meltingplot_mbl_08_nozzle.json" "sub_path": "process/fdm_process_meltingplot_mbl_08_nozzle.json"
@@ -174,14 +114,6 @@
"name": "0.36mm Optimal 0.8 nozzle @Meltingplot MBL", "name": "0.36mm Optimal 0.8 nozzle @Meltingplot MBL",
"sub_path": "process/0.36mm Optimal 0.8 nozzle @Meltingplot MBL.json" "sub_path": "process/0.36mm Optimal 0.8 nozzle @Meltingplot MBL.json"
}, },
{
"name": "0.44mm Standard 0.8 nozzle @Meltingplot MBL",
"sub_path": "process/0.44mm Standard 0.8 nozzle @Meltingplot MBL.json"
},
{
"name": "0.48mm Draft 0.8 nozzle @Meltingplot MBL",
"sub_path": "process/0.48mm Draft 0.8 nozzle @Meltingplot MBL.json"
},
{ {
"name": "fdm_process_meltingplot_mbl_10_nozzle", "name": "fdm_process_meltingplot_mbl_10_nozzle",
"sub_path": "process/fdm_process_meltingplot_mbl_10_nozzle.json" "sub_path": "process/fdm_process_meltingplot_mbl_10_nozzle.json"
@@ -194,18 +126,6 @@
"name": "0.48mm Optimal 1.0 nozzle @Meltingplot MBL", "name": "0.48mm Optimal 1.0 nozzle @Meltingplot MBL",
"sub_path": "process/0.48mm Optimal 1.0 nozzle @Meltingplot MBL.json" "sub_path": "process/0.48mm Optimal 1.0 nozzle @Meltingplot MBL.json"
}, },
{
"name": "0.52mm Standard 1.0 nozzle @Meltingplot MBL",
"sub_path": "process/0.52mm Standard 1.0 nozzle @Meltingplot MBL.json"
},
{
"name": "0.56mm Draft 1.0 nozzle @Meltingplot MBL",
"sub_path": "process/0.56mm Draft 1.0 nozzle @Meltingplot MBL.json"
},
{
"name": "0.60mm Extra Draft 1.0 nozzle @Meltingplot MBL",
"sub_path": "process/0.60mm Extra Draft 1.0 nozzle @Meltingplot MBL.json"
},
{ {
"name": "fdm_process_meltingplot_mbl_12_nozzle", "name": "fdm_process_meltingplot_mbl_12_nozzle",
"sub_path": "process/fdm_process_meltingplot_mbl_12_nozzle.json" "sub_path": "process/fdm_process_meltingplot_mbl_12_nozzle.json"
@@ -217,14 +137,6 @@
{ {
"name": "0.56mm Optimal 1.2 nozzle @Meltingplot MBL", "name": "0.56mm Optimal 1.2 nozzle @Meltingplot MBL",
"sub_path": "process/0.56mm Optimal 1.2 nozzle @Meltingplot MBL.json" "sub_path": "process/0.56mm Optimal 1.2 nozzle @Meltingplot MBL.json"
},
{
"name": "0.64mm Standard 1.2 nozzle @Meltingplot MBL",
"sub_path": "process/0.64mm Standard 1.2 nozzle @Meltingplot MBL.json"
},
{
"name": "0.72mm Draft 1.2 nozzle @Meltingplot MBL",
"sub_path": "process/0.72mm Draft 1.2 nozzle @Meltingplot MBL.json"
} }
], ],
"filament_list": [ "filament_list": [
@@ -23,7 +23,7 @@
"0x405" "0x405"
], ],
"printable_height": "394", "printable_height": "394",
"default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_print_profile": "0.36mm Optimal 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [ "default_filament_profile": [
"Meltingplot PLA @0.8 nozzle" "Meltingplot PLA @0.8 nozzle"
] ]
@@ -23,7 +23,7 @@
"0x405" "0x405"
], ],
"printable_height": "396", "printable_height": "396",
"default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_print_profile": "0.36mm Optimal 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [ "default_filament_profile": [
"Meltingplot PLA @0.8 nozzle" "Meltingplot PLA @0.8 nozzle"
] ]
@@ -23,7 +23,7 @@
"0x405" "0x405"
], ],
"printable_height": "896", "printable_height": "896",
"default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_print_profile": "0.36mm Optimal 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [ "default_filament_profile": [
"Meltingplot PLA @0.8 nozzle" "Meltingplot PLA @0.8 nozzle"
] ]
@@ -23,7 +23,7 @@
"0x405" "0x405"
], ],
"printable_height": "1396", "printable_height": "1396",
"default_print_profile": "0.34mm Fine 0.8 nozzle @Meltingplot MBL", "default_print_profile": "0.36mm Optimal 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [ "default_filament_profile": [
"Meltingplot PLA @0.8 nozzle" "Meltingplot PLA @0.8 nozzle"
] ]
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.22mm Standard 0.4 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_small_nozzle",
"from": "system",
"setting_id": "VcfzH7aF20ZWOOYV",
"instantiation": "true",
"layer_height": "0.22",
"compatible_printers": [
"Meltingplot CHX 350 0.4 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_04_nozzle",
"from": "system",
"setting_id": "DBfImXEv3jTUnz38",
"instantiation": "true",
"layer_height": "0.22",
"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"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.24mm Draft 0.4 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_small_nozzle",
"from": "system",
"setting_id": "ayivk0vSz22TMNWt",
"instantiation": "true",
"layer_height": "0.24",
"compatible_printers": [
"Meltingplot CHX 350 0.4 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.24mm Draft 0.4 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_04_nozzle",
"from": "system",
"setting_id": "8L1fc1MCGM2mjVNz",
"instantiation": "true",
"layer_height": "0.24",
"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"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.30mm Standard 0.6 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_06_nozzle",
"from": "system",
"setting_id": "6exgbZxVLHjH3Bhd",
"instantiation": "true",
"layer_height": "0.30",
"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"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.32mm Standard 0.6 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_small_nozzle",
"from": "system",
"setting_id": "XwPZzRvdwc0DXrra",
"instantiation": "true",
"layer_height": "0.32",
"compatible_printers": [
"Meltingplot CHX 350 0.6 nozzle"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.36mm Draft 0.6 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_small_nozzle",
"from": "system",
"setting_id": "DJrJd7eeeDrg1eIB",
"instantiation": "true",
"layer_height": "0.36",
"compatible_printers": [
"Meltingplot CHX 350 0.6 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.36mm Draft 0.6 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_06_nozzle",
"from": "system",
"setting_id": "pP8Zt262xUXoBAJe",
"instantiation": "true",
"layer_height": "0.36",
"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"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.44mm Standard 0.8 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "hWhLDO3U3oxN4Fft",
"instantiation": "true",
"layer_height": "0.44",
"compatible_printers": [
"Meltingplot CHX 350 0.8 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.44mm Standard 0.8 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_08_nozzle",
"from": "system",
"setting_id": "DwHyBcmitGuE8FHo",
"instantiation": "true",
"layer_height": "0.44",
"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"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.48mm Draft 0.8 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "GOHOEUcXvTSJmiWy",
"instantiation": "true",
"layer_height": "0.48",
"compatible_printers": [
"Meltingplot CHX 350 0.8 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.48mm Draft 0.8 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_08_nozzle",
"from": "system",
"setting_id": "ILOl5sbVzIs5XYVE",
"instantiation": "true",
"layer_height": "0.48",
"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"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.52mm Standard 1.0 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "BlX2VZazls3H825o",
"instantiation": "true",
"layer_height": "0.52",
"compatible_printers": [
"Meltingplot CHX 350 1.0 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.52mm Standard 1.0 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_10_nozzle",
"from": "system",
"setting_id": "PgHZovtokXPswrf7",
"instantiation": "true",
"layer_height": "0.52",
"compatible_printers": [
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 480 1.0 nozzle"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.56mm Draft 1.0 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "zLCv34qfWGNOtZWf",
"instantiation": "true",
"layer_height": "0.56",
"compatible_printers": [
"Meltingplot CHX 350 1.0 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.56mm Draft 1.0 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_10_nozzle",
"from": "system",
"setting_id": "GnchMrLdOpeDZuWh",
"instantiation": "true",
"layer_height": "0.56",
"compatible_printers": [
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 480 1.0 nozzle"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.60mm Extra Draft 1.0 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "Ooxbb6TIcFdKPbtl",
"instantiation": "true",
"layer_height": "0.60",
"compatible_printers": [
"Meltingplot CHX 350 1.0 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.60mm Extra Draft 1.0 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_10_nozzle",
"from": "system",
"setting_id": "BZFJIztPtmReziym",
"instantiation": "true",
"layer_height": "0.60",
"compatible_printers": [
"Meltingplot MBL 133 1.0 nozzle",
"Meltingplot MBL 136 1.0 nozzle",
"Meltingplot MBL 308 1.0 nozzle",
"Meltingplot MBL 480 1.0 nozzle"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.64mm Standard 1.2 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "3JFQrxg9TSnIcxNq",
"instantiation": "true",
"layer_height": "0.64",
"compatible_printers": [
"Meltingplot CHX 350 1.2 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.64mm Standard 1.2 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_12_nozzle",
"from": "system",
"setting_id": "sSVLnoQYDBkDer6q",
"instantiation": "true",
"layer_height": "0.64",
"compatible_printers": [
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 1.2 nozzle"
]
}
@@ -1,12 +0,0 @@
{
"type": "process",
"name": "0.72mm Draft 1.2 nozzle @Meltingplot CHX 350",
"inherits": "fdm_process_meltingplot_chx_large_nozzle",
"from": "system",
"setting_id": "y8NQ1MmUvpAWtd3w",
"instantiation": "true",
"layer_height": "0.72",
"compatible_printers": [
"Meltingplot CHX 350 1.2 nozzle"
]
}
@@ -1,15 +0,0 @@
{
"type": "process",
"name": "0.72mm Draft 1.2 nozzle @Meltingplot MBL",
"inherits": "fdm_process_meltingplot_mbl_12_nozzle",
"from": "system",
"setting_id": "Qp9qv00vtywB8Kc3",
"instantiation": "true",
"layer_height": "0.72",
"compatible_printers": [
"Meltingplot MBL 133 1.2 nozzle",
"Meltingplot MBL 136 1.2 nozzle",
"Meltingplot MBL 308 1.2 nozzle",
"Meltingplot MBL 480 1.2 nozzle"
]
}