mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Inherit Meltingplot filaments from OrcaFilamentLibrary generics
Per the profile creation guide, vendor filament profiles now inherit from Generic * @System instead of vendor-local fdm_filament_* copies. Each profile carries only Meltingplot-specific deviations plus the 2.85 mm filament diameter; the seven local fdm_filament_* base files are removed. Deliberate pins where the library default would change tuned behavior: - PLA/ABS/TitanX keep filament_max_volumetric_speed 20 (0.6 nozzle cap) - ABS/PET-CF15 keep close_fan_the_first_x_layers 1 - STYX 12 sets required_nozzle_HRC 0 (unfilled PA12, density 1.02)
This commit is contained in:
@@ -228,34 +228,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filament_list": [
|
"filament_list": [
|
||||||
{
|
|
||||||
"name": "fdm_filament_common",
|
|
||||||
"sub_path": "filament/fdm_filament_common.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pla",
|
|
||||||
"sub_path": "filament/fdm_filament_pla.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_abs",
|
|
||||||
"sub_path": "filament/fdm_filament_abs.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_asa",
|
|
||||||
"sub_path": "filament/fdm_filament_asa.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_petg",
|
|
||||||
"sub_path": "filament/fdm_filament_petg.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pa",
|
|
||||||
"sub_path": "filament/fdm_filament_pa.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pc",
|
|
||||||
"sub_path": "filament/fdm_filament_pc.json"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Meltingplot PLA",
|
"name": "Meltingplot PLA",
|
||||||
"sub_path": "filament/Meltingplot PLA.json"
|
"sub_path": "filament/Meltingplot PLA.json"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Extrudr PLA NX2 Matt",
|
"name": "Extrudr PLA NX2 Matt",
|
||||||
"inherits": "fdm_filament_pla",
|
"inherits": "Generic PLA Matte @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "qmPRaTcPlmtk6zB2",
|
"setting_id": "qmPRaTcPlmtk6zB2",
|
||||||
"filament_id": "EXTNX2M",
|
"filament_id": "EXTNX2M",
|
||||||
@@ -66,6 +66,9 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 1.0 nozzle",
|
"Meltingplot MBL 133 1.0 nozzle",
|
||||||
"Meltingplot MBL 133 1.2 nozzle",
|
"Meltingplot MBL 133 1.2 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Igus iglidur J260",
|
"name": "Igus iglidur J260",
|
||||||
"inherits": "fdm_filament_pc",
|
"inherits": "Generic PC @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "RtG6RPDLtYzhITc0",
|
"setting_id": "RtG6RPDLtYzhITc0",
|
||||||
"filament_id": "IGSJ260",
|
"filament_id": "IGSJ260",
|
||||||
@@ -36,18 +36,6 @@
|
|||||||
"filament_shrink": [
|
"filament_shrink": [
|
||||||
"99.2%"
|
"99.2%"
|
||||||
],
|
],
|
||||||
"temperature_vitrification": [
|
|
||||||
"120"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
@@ -57,26 +45,11 @@
|
|||||||
"cool_plate_temp": [
|
"cool_plate_temp": [
|
||||||
"110"
|
"110"
|
||||||
],
|
],
|
||||||
"eng_plate_temp": [
|
|
||||||
"110"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"110"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"110"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
"cool_plate_temp_initial_layer": [
|
||||||
"110"
|
"110"
|
||||||
],
|
],
|
||||||
"eng_plate_temp_initial_layer": [
|
"filament_diameter": [
|
||||||
"110"
|
"2.85"
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"110"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"110"
|
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.4 nozzle",
|
"Meltingplot MBL 133 0.4 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot ABS",
|
"name": "Meltingplot ABS",
|
||||||
"inherits": "fdm_filament_abs",
|
"inherits": "Generic ABS @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "zVQixgSSn1jm1c7n",
|
"setting_id": "zVQixgSSn1jm1c7n",
|
||||||
"filament_id": "MPFABS0",
|
"filament_id": "MPFABS0",
|
||||||
@@ -69,6 +69,15 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"110"
|
"110"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
"Meltingplot MBL 133 0.8 nozzle",
|
"Meltingplot MBL 133 0.8 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot ASA",
|
"name": "Meltingplot ASA",
|
||||||
"inherits": "fdm_filament_asa",
|
"inherits": "Generic ASA @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "5VuPxdOXfTIidM4X",
|
"setting_id": "5VuPxdOXfTIidM4X",
|
||||||
"filament_id": "MPFASA0",
|
"filament_id": "MPFASA0",
|
||||||
@@ -27,9 +27,6 @@
|
|||||||
"default_filament_colour": [
|
"default_filament_colour": [
|
||||||
"#123123"
|
"#123123"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"50"
|
"50"
|
||||||
],
|
],
|
||||||
@@ -63,6 +60,9 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"90"
|
"90"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 1.0 nozzle",
|
"Meltingplot MBL 133 1.0 nozzle",
|
||||||
"Meltingplot MBL 133 1.2 nozzle",
|
"Meltingplot MBL 133 1.2 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot PA6 CF HT",
|
"name": "Meltingplot PA6 CF HT",
|
||||||
"inherits": "fdm_filament_pa",
|
"inherits": "Generic PA-CF @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "kzlYLTM6H5CgpQ8y",
|
"setting_id": "kzlYLTM6H5CgpQ8y",
|
||||||
"filament_id": "MPFPA6C",
|
"filament_id": "MPFPA6C",
|
||||||
@@ -9,9 +9,6 @@
|
|||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Meltingplot"
|
"Meltingplot"
|
||||||
],
|
],
|
||||||
"filament_type": [
|
|
||||||
"PA-CF"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"275"
|
"275"
|
||||||
],
|
],
|
||||||
@@ -75,6 +72,9 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"80"
|
"80"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
"Meltingplot MBL 133 0.8 nozzle",
|
"Meltingplot MBL 133 0.8 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot PET-CF15",
|
"name": "Meltingplot PET-CF15",
|
||||||
"inherits": "fdm_filament_petg",
|
"inherits": "Generic PETG-CF @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "IdqfEh7xRXKTYmV3",
|
"setting_id": "IdqfEh7xRXKTYmV3",
|
||||||
"filament_id": "MPFPETC",
|
"filament_id": "MPFPETC",
|
||||||
@@ -75,6 +75,12 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"90"
|
"90"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
|
"close_fan_the_first_x_layers": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
"Meltingplot MBL 133 0.8 nozzle",
|
"Meltingplot MBL 133 0.8 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot PETG",
|
"name": "Meltingplot PETG",
|
||||||
"inherits": "fdm_filament_petg",
|
"inherits": "Generic PETG @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "dsW7JrzWhKAY1fey",
|
"setting_id": "dsW7JrzWhKAY1fey",
|
||||||
"filament_id": "MPFPTG0",
|
"filament_id": "MPFPTG0",
|
||||||
@@ -18,9 +18,6 @@
|
|||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_density": [
|
|
||||||
"1.27"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"35"
|
"35"
|
||||||
],
|
],
|
||||||
@@ -30,9 +27,6 @@
|
|||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"50"
|
"50"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
"fan_cooling_layer_time": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
@@ -63,6 +57,9 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"90"
|
"90"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
"Meltingplot MBL 133 0.8 nozzle",
|
"Meltingplot MBL 133 0.8 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot PLA",
|
"name": "Meltingplot PLA",
|
||||||
"inherits": "fdm_filament_pla",
|
"inherits": "Generic PLA @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "ONpaHlfJVJyh7Shb",
|
"setting_id": "ONpaHlfJVJyh7Shb",
|
||||||
"filament_id": "MPFPLA0",
|
"filament_id": "MPFPLA0",
|
||||||
@@ -51,6 +51,12 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
"Meltingplot MBL 133 0.8 nozzle",
|
"Meltingplot MBL 133 0.8 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot PP 9-2",
|
"name": "Meltingplot PP 9-2",
|
||||||
"inherits": "fdm_filament_common",
|
"inherits": "Generic PP @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "4QiGCRB27RIw6ak4",
|
"setting_id": "4QiGCRB27RIw6ak4",
|
||||||
"filament_id": "MPFPP92",
|
"filament_id": "MPFPP92",
|
||||||
@@ -9,9 +9,6 @@
|
|||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Meltingplot"
|
"Meltingplot"
|
||||||
],
|
],
|
||||||
"filament_type": [
|
|
||||||
"PP"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature": [
|
||||||
"210"
|
"210"
|
||||||
],
|
],
|
||||||
@@ -57,6 +54,9 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"110"
|
"110"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.4 nozzle",
|
"Meltingplot MBL 133 0.4 nozzle",
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot STYX 12",
|
"name": "Meltingplot STYX 12",
|
||||||
"inherits": "fdm_filament_pa",
|
"inherits": "Generic PA @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "z5zIFNr2WrzsC1M2",
|
"setting_id": "z5zIFNr2WrzsC1M2",
|
||||||
"filament_id": "MPFSTX0",
|
"filament_id": "MPFSTX0",
|
||||||
@@ -57,6 +57,12 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"110"
|
"110"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
|
"required_nozzle_HRC": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.4 nozzle",
|
"Meltingplot MBL 133 0.4 nozzle",
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot StoneFil",
|
"name": "Meltingplot StoneFil",
|
||||||
"inherits": "fdm_filament_pla",
|
"inherits": "Generic PLA @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "8zQd7CZbkAlGa7Xh",
|
"setting_id": "8zQd7CZbkAlGa7Xh",
|
||||||
"filament_id": "MPFSTF0",
|
"filament_id": "MPFSTF0",
|
||||||
@@ -63,6 +63,9 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.4 nozzle",
|
"Meltingplot MBL 133 0.4 nozzle",
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Meltingplot TitanX",
|
"name": "Meltingplot TitanX",
|
||||||
"inherits": "fdm_filament_abs",
|
"inherits": "Generic ABS @System",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "LDPRmxlvX97NXF0F",
|
"setting_id": "LDPRmxlvX97NXF0F",
|
||||||
"filament_id": "MPFTIX0",
|
"filament_id": "MPFTIX0",
|
||||||
@@ -60,6 +60,12 @@
|
|||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"110"
|
"110"
|
||||||
],
|
],
|
||||||
|
"filament_diameter": [
|
||||||
|
"2.85"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"20"
|
||||||
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Meltingplot MBL 133 0.6 nozzle",
|
"Meltingplot MBL 133 0.6 nozzle",
|
||||||
"Meltingplot MBL 133 0.8 nozzle",
|
"Meltingplot MBL 133 0.8 nozzle",
|
||||||
|
|||||||
@@ -1,94 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_abs",
|
|
||||||
"inherits": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"ABS"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"1.24"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"250"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"18"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"40"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"25%"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"250"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"110"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"280"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,94 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_asa",
|
|
||||||
"inherits": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"35"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"ASA"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"1.24"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"105"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"25%"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"250"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"110"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,144 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"95%"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_deretraction_speed": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_diameter": [
|
|
||||||
"2.85"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"filament_minimal_purge_on_wipe_tower": [
|
|
||||||
"15"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_settings_id": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"filament_soluble": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PLA"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Generic"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"bed_type": [
|
|
||||||
"Cool Plate"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"200"
|
|
||||||
],
|
|
||||||
"full_fan_speed_layer": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"35"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; Filament gcode\n"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"200"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"100"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_pa",
|
|
||||||
"inherits": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PA"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"1.04"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"108"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"300"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"1.0"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"0.0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,88 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_pc",
|
|
||||||
"inherits": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PC"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"1.04"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"25%"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"140"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"250"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"280"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"2"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,100 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_petg",
|
|
||||||
"inherits": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PETG"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"1.24"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"245"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"25%"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"210"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"255"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"1.0"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"0.0"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,94 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "filament",
|
|
||||||
"name": "fdm_filament_pla",
|
|
||||||
"inherits": "fdm_filament_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"fan_cooling_layer_time": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PLA"
|
|
||||||
],
|
|
||||||
"filament_density": [
|
|
||||||
"1.24"
|
|
||||||
],
|
|
||||||
"filament_cost": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"cool_plate_temp": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"eng_plate_temp": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"cool_plate_temp_initial_layer": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"eng_plate_temp_initial_layer": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"220"
|
|
||||||
],
|
|
||||||
"reduce_fan_stop_start_freq": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"slow_down_for_layer_cooling": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"overhang_fan_threshold": [
|
|
||||||
"50%"
|
|
||||||
],
|
|
||||||
"close_fan_the_first_x_layers": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"220"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"190"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"5"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user