From 88d7b2534437d2397d4b6858f4aa18b7af71003d Mon Sep 17 00:00:00 2001 From: "ofd-anon-pr-bot[bot]" <263734227+ofd-anon-pr-bot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:24:18 +0000 Subject: [PATCH] Add PETG 2.0, Silk 2.0 filaments to sunlu --- data/sunlu/PETG/petg_2_0/filament.json | 18 ++++++++++++++++++ data/sunlu/PLA/silk_2_0/filament.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 data/sunlu/PETG/petg_2_0/filament.json create mode 100644 data/sunlu/PLA/silk_2_0/filament.json diff --git a/data/sunlu/PETG/petg_2_0/filament.json b/data/sunlu/PETG/petg_2_0/filament.json new file mode 100644 index 0000000000..8ab5a89167 --- /dev/null +++ b/data/sunlu/PETG/petg_2_0/filament.json @@ -0,0 +1,18 @@ +{ + "id": "petg_2_0", + "name": "PETG 2.0", + "diameter_tolerance": 0.02, + "density": 1.23, + "shore_hardness_d": 80, + "max_dry_temperature": 65, + "min_print_temperature": 230, + "max_print_temperature": 240, + "preheat_temperature": 180, + "min_bed_temperature": 75, + "max_bed_temperature": 80, + "min_chamber_temperature": 0, + "max_chamber_temperature": 59, + "chamber_temperature": 0, + "min_nozzle_diameter": 0.4, + "discontinued": false +} diff --git a/data/sunlu/PLA/silk_2_0/filament.json b/data/sunlu/PLA/silk_2_0/filament.json new file mode 100644 index 0000000000..54a9c62add --- /dev/null +++ b/data/sunlu/PLA/silk_2_0/filament.json @@ -0,0 +1,18 @@ +{ + "id": "silk_2_0", + "name": "Silk 2.0", + "diameter_tolerance": 0.02, + "density": 1.24, + "shore_hardness_d": 78, + "max_dry_temperature": 50, + "min_print_temperature": 205, + "max_print_temperature": 235, + "preheat_temperature": 160, + "min_bed_temperature": 50, + "max_bed_temperature": 60, + "min_chamber_temperature": 0, + "max_chamber_temperature": 45, + "chamber_temperature": 0, + "min_nozzle_diameter": 0.4, + "discontinued": false +}