From 9cbd43049e98f4e7869751780fbca9fde1981f3d Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Mon, 19 Jun 2023 18:19:19 +0800 Subject: [PATCH] ENH: add eSUN PLA Signed-off-by: qing.zhang Change-Id: If518adba2d6a7651e8c8ca083578899c9267940e (cherry picked from commit a06b89273f0f690781116f889de93e95970f9cef) --- resources/profiles/BBL.json | 24 +++++++++++++ .../P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json | 32 +++++++++++++++++ .../BBL/filament/P1P/eSUN PLA+ @BBL P1P.json | 34 +++++++++++++++++++ .../BBL/filament/eSUN PLA+ @BBL X1.json | 16 +++++++++ .../eSUN PLA+ @BBL X1C 0.2 nozzle.json | 15 ++++++++ .../BBL/filament/eSUN PLA+ @BBL X1C.json | 13 +++++++ .../BBL/filament/eSUN PLA+ @base.json | 29 ++++++++++++++++ 7 files changed, 163 insertions(+) create mode 100644 resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json create mode 100644 resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json create mode 100644 resources/profiles/BBL/filament/eSUN PLA+ @BBL X1.json create mode 100644 resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C 0.2 nozzle.json create mode 100644 resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C.json create mode 100644 resources/profiles/BBL/filament/eSUN PLA+ @base.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index d3528b1ff..6e8c1d07d 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -353,6 +353,10 @@ "name": "Bambu PC @base", "sub_path": "filament/Bambu PC @base.json" }, + { + "name": "eSUN PLA+ @base", + "sub_path": "filament/eSUN PLA+ @base.json" + }, { "name": "PolyTerra PLA @base", "sub_path": "filament/PolyTerra PLA @base.json" @@ -637,6 +641,26 @@ "name": "Bambu PC @BBL X1C 0.6 nozzle", "sub_path": "filament/Bambu PC @BBL X1C 0.6 nozzle.json" }, + { + "name": "eSUN PLA+ @BBL X1C", + "sub_path": "filament/eSUN PLA+ @BBL X1C.json" + }, + { + "name": "eSUN PLA+ @BBL X1", + "sub_path": "filament/eSUN PLA+ @BBL X1.json" + }, + { + "name": "eSUN PLA+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/eSUN PLA+ @BBL X1C 0.2 nozzle.json" + }, + { + "name": "eSUN PLA+ @BBL P1P", + "sub_path": "filament/P1P/eSUN PLA+ @BBL P1P.json" + }, + { + "name": "eSUN PLA+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json" + }, { "name": "PolyLite PLA @BBL X1C", "sub_path": "filament/PolyLite PLA @BBL X1C.json" diff --git a/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json new file mode 100644 index 000000000..bc1574830 --- /dev/null +++ b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSL03_10", + "name": "eSUN PLA+ @BBL P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "eSUN PLA+ @base", + "filament_max_volumetric_speed": [ + "1" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json new file mode 100644 index 000000000..e20c67074 --- /dev/null +++ b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "setting_id": "GFSL03_11", + "name": "eSUN PLA+ @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "eSUN PLA+ @base", + "slow_down_layer_time": [ + "10" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1.json new file mode 100644 index 000000000..392b133fd --- /dev/null +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1.json @@ -0,0 +1,16 @@ +{ + "type": "filament", + "setting_id": "GFSL03_02", + "name": "eSUN PLA+ @BBL X1", + "from": "system", + "instantiation": "true", + "inherits": "eSUN PLA+ @base", + "slow_down_layer_time": [ + "10" + ], + "compatible_printers": [ + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C 0.2 nozzle.json new file mode 100644 index 000000000..9dc50a24e --- /dev/null +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C 0.2 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "filament", + "setting_id": "GFSL03_01", + "name": "eSUN PLA+ @BBL X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "eSUN PLA+ @base", + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C.json new file mode 100644 index 000000000..0f1e4748d --- /dev/null +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL X1C.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSL03_00", + "name": "eSUN PLA+ @BBL X1C", + "from": "system", + "instantiation": "true", + "inherits": "eSUN PLA+ @base", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @base.json b/resources/profiles/BBL/filament/eSUN PLA+ @base.json new file mode 100644 index 000000000..160bd7fb4 --- /dev/null +++ b/resources/profiles/BBL/filament/eSUN PLA+ @base.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "GFL03", + "name": "eSUN PLA+ @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_vendor": [ + "eSUN" + ], + "filament_cost": [ + "22.99" + ], + "filament_density": [ + "1.25" + ], + "filament_flow_ratio": [ + "0.98" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}" + ] +} \ No newline at end of file