Add Meltingplot vendor profiles (CHX 350 + MBL series)

Adds the Meltingplot vendor bundle with 5 printer models:
- CHX 350 (880x422x943, RepRapFirmware/Duet)
- MBL 133/136/308/480 (RepRapFirmware/Duet)

Each model ships 0.4/0.6/0.8/1.0/1.2 nozzle variants. Layer height
presets span 40-60% of the nozzle diameter and deliberately avoid
heights that divide the Z screw lead evenly (CHX: 1204 ball screw,
4 mm lead; MBL: TR4x2 trapezoidal screw, 8 mm lead) so periodic
screw error does not repeat as banding.

All printers use 2.85 mm filament, so the bundle carries its own
filament library (PLA, StoneFil, ABS, TitanX, ASA, PETG, PA6 CF HT,
STYX 12, PP 9-2, PET-CF15, Extrudr PLA NX2 Matt, Igus iglidur J260)
with the 2.85 mm diameter pinned once in the vendor-local
fdm_filament_common base.

Machine limits mirror the printers' firmware configuration; machine
limit emission is disabled so the values only feed the time estimator.
This commit is contained in:
timschneider
2026-07-13 22:20:47 +02:00
committed by Tim Schneider
parent 88262ee504
commit 009978c638
118 changed files with 4794 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot CHX 350 0.4 nozzle",
"inherits": "fdm_machine_meltingplot_chx",
"from": "system",
"setting_id": "gyTKYZ8qKgen4dOM",
"instantiation": "true",
"printer_model": "Meltingplot CHX 350",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"min_layer_height": [
"0.16"
],
"max_layer_height": [
"0.24"
],
"printable_area": [
"0x0",
"880x0",
"880x422",
"0x422"
],
"printable_height": "943",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot CHX 350",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot CHX 350 0.6 nozzle",
"inherits": "fdm_machine_meltingplot_chx",
"from": "system",
"setting_id": "OeqLbNEMEImXnJBz",
"instantiation": "true",
"printer_model": "Meltingplot CHX 350",
"printer_variant": "0.6",
"nozzle_diameter": [
"0.6"
],
"min_layer_height": [
"0.24"
],
"max_layer_height": [
"0.36"
],
"printable_area": [
"0x0",
"880x0",
"880x422",
"0x422"
],
"printable_height": "943",
"default_print_profile": "0.32mm Standard 0.6 nozzle @Meltingplot CHX 350",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Meltingplot CHX 350 0.8 nozzle",
"inherits": "fdm_machine_meltingplot_chx",
"from": "system",
"setting_id": "IlK23KWfTD7BLPpZ",
"instantiation": "true",
"printer_model": "Meltingplot CHX 350",
"printer_variant": "0.8",
"nozzle_diameter": [
"0.8"
],
"min_layer_height": [
"0.32"
],
"max_layer_height": [
"0.48"
],
"printable_area": [
"0x0",
"880x0",
"880x422",
"0x422"
],
"printable_height": "943",
"default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot CHX 350",
"default_filament_profile": [
"Meltingplot PLA"
],
"min_resonance_avoidance_speed": "55",
"max_resonance_avoidance_speed": "115"
}
@@ -0,0 +1,33 @@
{
"type": "machine",
"name": "Meltingplot CHX 350 1.0 nozzle",
"inherits": "fdm_machine_meltingplot_chx",
"from": "system",
"setting_id": "AGIxh7arXUPLFcnj",
"instantiation": "true",
"printer_model": "Meltingplot CHX 350",
"printer_variant": "1.0",
"nozzle_diameter": [
"1.0"
],
"min_layer_height": [
"0.40"
],
"max_layer_height": [
"0.60"
],
"printable_area": [
"0x0",
"880x0",
"880x422",
"0x422"
],
"printable_height": "943",
"default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot CHX 350",
"default_filament_profile": [
"Meltingplot PLA"
],
"nozzle_type": [
"hardened_steel"
]
}
@@ -0,0 +1,33 @@
{
"type": "machine",
"name": "Meltingplot CHX 350 1.2 nozzle",
"inherits": "fdm_machine_meltingplot_chx",
"from": "system",
"setting_id": "xcwkp9Kdund0y4Zh",
"instantiation": "true",
"printer_model": "Meltingplot CHX 350",
"printer_variant": "1.2",
"nozzle_diameter": [
"1.2"
],
"min_layer_height": [
"0.48"
],
"max_layer_height": [
"0.72"
],
"printable_area": [
"0x0",
"880x0",
"880x422",
"0x422"
],
"printable_height": "943",
"default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot CHX 350",
"default_filament_profile": [
"Meltingplot PLA"
],
"nozzle_type": [
"hardened_steel"
]
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Meltingplot CHX 350",
"model_id": "Meltingplot-CHX-350",
"nozzle_diameter": "0.4;0.6;0.8;1.0;1.2",
"machine_tech": "FFF",
"family": "Meltingplot",
"bed_model": "chx350-printbed.stl",
"bed_texture": "chx350-texture.svg",
"hotend_model": "",
"default_materials": "Meltingplot PLA;Meltingplot PETG;Meltingplot ABS;Meltingplot ASA"
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 133 0.4 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "wyroTvO4uFQPS3Se",
"instantiation": "true",
"printer_model": "Meltingplot MBL 133",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"min_layer_height": [
"0.16"
],
"max_layer_height": [
"0.24"
],
"printable_area": [
"0x0",
"835x0",
"835x405",
"0x405"
],
"printable_height": "394",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 133 0.6 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "QbxTZqa4I7jaXUzw",
"instantiation": "true",
"printer_model": "Meltingplot MBL 133",
"printer_variant": "0.6",
"nozzle_diameter": [
"0.6"
],
"min_layer_height": [
"0.24"
],
"max_layer_height": [
"0.36"
],
"printable_area": [
"0x0",
"835x0",
"835x405",
"0x405"
],
"printable_height": "394",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 133 0.8 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "VXumP32DSNKwddyS",
"instantiation": "true",
"printer_model": "Meltingplot MBL 133",
"printer_variant": "0.8",
"nozzle_diameter": [
"0.8"
],
"min_layer_height": [
"0.32"
],
"max_layer_height": [
"0.48"
],
"printable_area": [
"0x0",
"835x0",
"835x405",
"0x405"
],
"printable_height": "394",
"default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 133 1.0 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "A2a4j8nclQxokoHn",
"instantiation": "true",
"printer_model": "Meltingplot MBL 133",
"printer_variant": "1.0",
"nozzle_diameter": [
"1.0"
],
"min_layer_height": [
"0.40"
],
"max_layer_height": [
"0.60"
],
"printable_area": [
"0x0",
"835x0",
"835x405",
"0x405"
],
"printable_height": "394",
"default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 133 1.2 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "wn8Ez4ZM1ubuftLv",
"instantiation": "true",
"printer_model": "Meltingplot MBL 133",
"printer_variant": "1.2",
"nozzle_diameter": [
"1.2"
],
"min_layer_height": [
"0.48"
],
"max_layer_height": [
"0.72"
],
"printable_area": [
"0x0",
"835x0",
"835x405",
"0x405"
],
"printable_height": "394",
"default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Meltingplot MBL 133",
"model_id": "Meltingplot-MBL-133",
"nozzle_diameter": "0.8;0.4;0.6;1.0;1.2",
"machine_tech": "FFF",
"family": "Meltingplot",
"bed_model": "mbl133-printbed.stl",
"bed_texture": "mbl-133-texture.svg",
"hotend_model": "",
"default_materials": "Meltingplot PLA;Meltingplot PETG;Meltingplot ABS;Meltingplot ASA"
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 136 0.4 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "Wv2F2INNahYnIP2n",
"instantiation": "true",
"printer_model": "Meltingplot MBL 136",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"min_layer_height": [
"0.16"
],
"max_layer_height": [
"0.24"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "396",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 136 0.6 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "bmYfNrpRLtITsguf",
"instantiation": "true",
"printer_model": "Meltingplot MBL 136",
"printer_variant": "0.6",
"nozzle_diameter": [
"0.6"
],
"min_layer_height": [
"0.24"
],
"max_layer_height": [
"0.36"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "396",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 136 0.8 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "9fv3aEc4tAsdeaPI",
"instantiation": "true",
"printer_model": "Meltingplot MBL 136",
"printer_variant": "0.8",
"nozzle_diameter": [
"0.8"
],
"min_layer_height": [
"0.32"
],
"max_layer_height": [
"0.48"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "396",
"default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 136 1.0 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "l45hlHUCFi1UcGpM",
"instantiation": "true",
"printer_model": "Meltingplot MBL 136",
"printer_variant": "1.0",
"nozzle_diameter": [
"1.0"
],
"min_layer_height": [
"0.40"
],
"max_layer_height": [
"0.60"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "396",
"default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 136 1.2 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "LAAqt3v5IkT75PMJ",
"instantiation": "true",
"printer_model": "Meltingplot MBL 136",
"printer_variant": "1.2",
"nozzle_diameter": [
"1.2"
],
"min_layer_height": [
"0.48"
],
"max_layer_height": [
"0.72"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "396",
"default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Meltingplot MBL 136",
"model_id": "Meltingplot-MBL-136",
"nozzle_diameter": "0.8;0.4;0.6;1.0;1.2",
"machine_tech": "FFF",
"family": "Meltingplot",
"bed_model": "mbl136-printbed.stl",
"bed_texture": "mbl-136-texture.svg",
"hotend_model": "",
"default_materials": "Meltingplot PLA;Meltingplot PETG;Meltingplot ABS;Meltingplot ASA"
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 308 0.4 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "AbxDaZCTmysg7JTf",
"instantiation": "true",
"printer_model": "Meltingplot MBL 308",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"min_layer_height": [
"0.16"
],
"max_layer_height": [
"0.24"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "896",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 308 0.6 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "YRQhtucLD6iZRcY0",
"instantiation": "true",
"printer_model": "Meltingplot MBL 308",
"printer_variant": "0.6",
"nozzle_diameter": [
"0.6"
],
"min_layer_height": [
"0.24"
],
"max_layer_height": [
"0.36"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "896",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 308 0.8 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "3scvx4P2vXtmoMmI",
"instantiation": "true",
"printer_model": "Meltingplot MBL 308",
"printer_variant": "0.8",
"nozzle_diameter": [
"0.8"
],
"min_layer_height": [
"0.32"
],
"max_layer_height": [
"0.48"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "896",
"default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 308 1.0 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "VpAHWQ6v3aZLUIs1",
"instantiation": "true",
"printer_model": "Meltingplot MBL 308",
"printer_variant": "1.0",
"nozzle_diameter": [
"1.0"
],
"min_layer_height": [
"0.40"
],
"max_layer_height": [
"0.60"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "896",
"default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 308 1.2 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "WuT3Qj2xyAPfDsXW",
"instantiation": "true",
"printer_model": "Meltingplot MBL 308",
"printer_variant": "1.2",
"nozzle_diameter": [
"1.2"
],
"min_layer_height": [
"0.48"
],
"max_layer_height": [
"0.72"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "896",
"default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Meltingplot MBL 308",
"model_id": "Meltingplot-MBL-308",
"nozzle_diameter": "0.8;0.4;0.6;1.0;1.2",
"machine_tech": "FFF",
"family": "Meltingplot",
"bed_model": "mbl308-printbed.stl",
"bed_texture": "mbl-308-texture.svg",
"hotend_model": "",
"default_materials": "Meltingplot PLA;Meltingplot PETG;Meltingplot ABS;Meltingplot ASA"
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 480 0.4 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "14E0ywGwPgPzuR7q",
"instantiation": "true",
"printer_model": "Meltingplot MBL 480",
"printer_variant": "0.4",
"nozzle_diameter": [
"0.4"
],
"min_layer_height": [
"0.16"
],
"max_layer_height": [
"0.24"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "1396",
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 480 0.6 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "RntAZ9kYe1JiK9qL",
"instantiation": "true",
"printer_model": "Meltingplot MBL 480",
"printer_variant": "0.6",
"nozzle_diameter": [
"0.6"
],
"min_layer_height": [
"0.24"
],
"max_layer_height": [
"0.36"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "1396",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 480 0.8 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "3wnBTip16mjzuNaR",
"instantiation": "true",
"printer_model": "Meltingplot MBL 480",
"printer_variant": "0.8",
"nozzle_diameter": [
"0.8"
],
"min_layer_height": [
"0.32"
],
"max_layer_height": [
"0.48"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "1396",
"default_print_profile": "0.44mm Standard 0.8 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 480 1.0 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "KXzVlZQpxRpoYCZC",
"instantiation": "true",
"printer_model": "Meltingplot MBL 480",
"printer_variant": "1.0",
"nozzle_diameter": [
"1.0"
],
"min_layer_height": [
"0.40"
],
"max_layer_height": [
"0.60"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "1396",
"default_print_profile": "0.52mm Standard 1.0 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,30 @@
{
"type": "machine",
"name": "Meltingplot MBL 480 1.2 nozzle",
"inherits": "fdm_machine_meltingplot_mbl",
"from": "system",
"setting_id": "FhIoFCxemK2Miw2J",
"instantiation": "true",
"printer_model": "Meltingplot MBL 480",
"printer_variant": "1.2",
"nozzle_diameter": [
"1.2"
],
"min_layer_height": [
"0.48"
],
"max_layer_height": [
"0.72"
],
"printable_area": [
"0x0",
"850x0",
"850x405",
"0x405"
],
"printable_height": "1396",
"default_print_profile": "0.64mm Standard 1.2 nozzle @Meltingplot MBL",
"default_filament_profile": [
"Meltingplot PLA"
]
}
@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Meltingplot MBL 480",
"model_id": "Meltingplot-MBL-480",
"nozzle_diameter": "0.8;0.4;0.6;1.0;1.2",
"machine_tech": "FFF",
"family": "Meltingplot",
"bed_model": "mbl480-printbed.stl",
"bed_texture": "mbl-480-texture.svg",
"hotend_model": "",
"default_materials": "Meltingplot PLA;Meltingplot PETG;Meltingplot ABS;Meltingplot ASA"
}
@@ -0,0 +1,69 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"gcode_flavor": "reprapfirmware",
"host_type": "duet",
"disable_m73": "1",
"emit_machine_limits_to_gcode": "0",
"silent_mode": "0",
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"machine_max_speed_e": [
"60"
],
"printer_settings_id": "",
"resonance_avoidance": "0",
"retraction_length": [
"0"
],
"use_firmware_retraction": "1",
"retract_when_changing_layer": [
"1"
],
"retract_before_wipe": [
"0%"
],
"retract_length_toolchange": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"wipe": [
"0"
],
"z_hop": [
"0"
],
"z_hop_types": [
"Normal Lift"
],
"travel_slope": [
"1"
],
"single_extruder_multi_material": "0",
"purge_in_prime_tower": "0",
"time_cost": "2",
"default_print_profile": "",
"change_filament_gcode": "",
"machine_pause_gcode": "M226",
"machine_end_gcode": "M98 P\"0:/sys/meltingplot/print_end\"",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\n"
}
@@ -0,0 +1,70 @@
{
"type": "machine",
"name": "fdm_machine_meltingplot_chx",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"fan_kickstart": "0.5",
"fan_speedup_time": "1",
"machine_max_acceleration_e": [
"3000"
],
"machine_max_acceleration_extruding": [
"4000"
],
"machine_max_acceleration_retracting": [
"3000"
],
"machine_max_acceleration_travel": [
"6000"
],
"machine_max_acceleration_x": [
"6000"
],
"machine_max_acceleration_y": [
"6000"
],
"machine_max_acceleration_z": [
"400"
],
"machine_max_jerk_e": [
"33.33"
],
"machine_max_jerk_x": [
"12"
],
"machine_max_jerk_y": [
"12"
],
"machine_max_jerk_z": [
"1.2"
],
"machine_max_speed_x": [
"833.33"
],
"machine_max_speed_y": [
"1000"
],
"machine_max_speed_z": [
"30"
],
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "20",
"extruder_clearance_height_to_lid": "150",
"nozzle_type": [
"stainless_steel"
],
"min_resonance_avoidance_speed": "40",
"max_resonance_avoidance_speed": "105",
"retraction_minimum_travel": [
"2"
],
"retraction_speed": [
"60"
],
"deretraction_speed": [
"40"
],
"printable_height": "943",
"machine_start_gcode": "M140 P0 S{first_layer_bed_temperature[0]} ; set bed temp\nG10 P0 S{first_layer_temperature[0]}\nM568 P0 R{first_layer_temperature[0] + standby_temperature_delta} S{first_layer_temperature[0]} A2\n\nM83 ; use relative distances for extrusion\nG90 ; use absolute coordinates\n\nM98 P\"0:/sys/meltingplot/print_start\""
}
@@ -0,0 +1,69 @@
{
"type": "machine",
"name": "fdm_machine_meltingplot_mbl",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"fan_kickstart": "0.5",
"fan_speedup_time": "0.5",
"machine_max_acceleration_e": [
"2500"
],
"machine_max_acceleration_extruding": [
"800"
],
"machine_max_acceleration_retracting": [
"1250"
],
"machine_max_acceleration_travel": [
"1500"
],
"machine_max_acceleration_x": [
"1500"
],
"machine_max_acceleration_y": [
"1500"
],
"machine_max_acceleration_z": [
"72"
],
"machine_max_jerk_e": [
"3"
],
"machine_max_jerk_x": [
"9"
],
"machine_max_jerk_y": [
"9"
],
"machine_max_jerk_z": [
"0.3"
],
"machine_max_speed_x": [
"240"
],
"machine_max_speed_y": [
"240"
],
"machine_max_speed_z": [
"12"
],
"extruder_clearance_radius": "75",
"extruder_clearance_height_to_rod": "30",
"extruder_clearance_height_to_lid": "30",
"retraction_minimum_travel": [
"4"
],
"retraction_speed": [
"35"
],
"deretraction_speed": [
"0"
],
"thumbnails": [
"64x64",
"400x300"
],
"thumbnails_format": "PNG",
"machine_start_gcode": "M140 P0 S{first_layer_bed_temperature[0]} ; set bed temp\nG10 P0 R{first_layer_temperature[0] + standby_temperature_delta} S{first_layer_temperature[0]}\n\nM83 ; use relative distances for extrusion\nG90 ; use absolute coordinates\n\nM98 P\"0:/sys/meltingplot/print_start\""
}