diff --git a/resources/profiles/Meltingplot.json b/resources/profiles/Meltingplot.json index ac6dd58b80..1ab3556c71 100644 --- a/resources/profiles/Meltingplot.json +++ b/resources/profiles/Meltingplot.json @@ -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" diff --git a/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.4 nozzle.json new file mode 100644 index 0000000000..cad6ec21f5 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.4 nozzle.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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.6 nozzle.json b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.6 nozzle.json new file mode 100644 index 0000000000..06446961d9 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.6 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.8 nozzle.json b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.8 nozzle.json new file mode 100644 index 0000000000..aa251390f2 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt @0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt.json b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt.json index a4dc38b7bb..f6f5841d29 100644 --- a/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt.json +++ b/resources/profiles/Meltingplot/filament/Extrudr PLA NX2 Matt.json @@ -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" ] diff --git a/resources/profiles/Meltingplot/filament/Meltingplot ABS @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot ABS @0.4 nozzle.json new file mode 100644 index 0000000000..9aea407bad --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot ABS @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot ABS.json b/resources/profiles/Meltingplot/filament/Meltingplot ABS.json index 27a5e453a7..53b58e9943 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot ABS.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot ABS.json @@ -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", diff --git a/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.4 nozzle.json new file mode 100644 index 0000000000..648b063b5c --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.6 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.6 nozzle.json new file mode 100644 index 0000000000..a17b4c020c --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.6 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.8 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.8 nozzle.json new file mode 100644 index 0000000000..5c28e888e5 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot ASA @0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot ASA.json b/resources/profiles/Meltingplot/filament/Meltingplot ASA.json index 7c4732b9f5..5ce14368bf 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot ASA.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot ASA.json @@ -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" ] diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT @0.4 nozzle.json new file mode 100644 index 0000000000..6b3aa06472 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT.json b/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT.json index badc16ed2c..07304acdda 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot PA6 CF HT.json @@ -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", diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15 @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15 @0.4 nozzle.json new file mode 100644 index 0000000000..9d6cac8a70 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15 @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15.json b/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15.json index 16aaf57a27..22494e5569 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot PET-CF15.json @@ -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", diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PETG @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot PETG @0.4 nozzle.json new file mode 100644 index 0000000000..d73b05f623 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot PETG @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PETG.json b/resources/profiles/Meltingplot/filament/Meltingplot PETG.json index 57bb4093d8..46b5abe12c 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot PETG.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot PETG.json @@ -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", diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PLA @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot PLA @0.4 nozzle.json new file mode 100644 index 0000000000..a4e26124a8 --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot PLA @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot PLA.json b/resources/profiles/Meltingplot/filament/Meltingplot PLA.json index 80c2a3fe6f..090d5f3391 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot PLA.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot PLA.json @@ -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", diff --git a/resources/profiles/Meltingplot/filament/Meltingplot TitanX @0.4 nozzle.json b/resources/profiles/Meltingplot/filament/Meltingplot TitanX @0.4 nozzle.json new file mode 100644 index 0000000000..30ebcd496a --- /dev/null +++ b/resources/profiles/Meltingplot/filament/Meltingplot TitanX @0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Meltingplot/filament/Meltingplot TitanX.json b/resources/profiles/Meltingplot/filament/Meltingplot TitanX.json index 4e652c90fc..c2c4da3620 100644 --- a/resources/profiles/Meltingplot/filament/Meltingplot TitanX.json +++ b/resources/profiles/Meltingplot/filament/Meltingplot TitanX.json @@ -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", diff --git a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json index 72b899150d..2888ddf11a 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot CHX 350 0.4 nozzle.json @@ -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" ] } diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json index d732d2d809..90e190fa39 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 133 0.4 nozzle.json @@ -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" ] } diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json index 5949e1679a..cca5d27fc0 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 136 0.4 nozzle.json @@ -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" ] } diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json index d4ce841418..79660d8f4e 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 308 0.4 nozzle.json @@ -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" ] } diff --git a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json index c9bc1077a0..2cfbb8c875 100644 --- a/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json +++ b/resources/profiles/Meltingplot/machine/Meltingplot MBL 480 0.4 nozzle.json @@ -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" ] } diff --git a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_common.json b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_common.json index 1d7bc51300..2a27efcb54 100644 --- a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_common.json +++ b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_chx_common.json @@ -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", diff --git a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_common.json b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_common.json index 52aed3e085..0e94be6513 100644 --- a/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_common.json +++ b/resources/profiles/Meltingplot/process/fdm_process_meltingplot_mbl_common.json @@ -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",