From 800a16081c8b4d4a3a0c62ec70f90664f9925204 Mon Sep 17 00:00:00 2001 From: "Chris Nakagaki (zsoldier)" <7501186+Zsoldier@users.noreply.github.com> Date: Mon, 21 Sep 2026 16:03:40 -0400 Subject: [PATCH] Add SUNLU CMYK PETG filaments --- data/materials/sunlu/sunlu-petg-cyan.yaml | 17 +++++++++++++++++ data/materials/sunlu/sunlu-petg-magenta.yaml | 17 +++++++++++++++++ data/materials/sunlu/sunlu-petg-white.yaml | 8 +++++++- data/materials/sunlu/sunlu-petg-yellow.yaml | 10 ++++++++-- 4 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 data/materials/sunlu/sunlu-petg-cyan.yaml create mode 100644 data/materials/sunlu/sunlu-petg-magenta.yaml diff --git a/data/materials/sunlu/sunlu-petg-cyan.yaml b/data/materials/sunlu/sunlu-petg-cyan.yaml new file mode 100644 index 0000000000..9f94dccdc2 --- /dev/null +++ b/data/materials/sunlu/sunlu-petg-cyan.yaml @@ -0,0 +1,17 @@ +uuid: 2c2eaf2a-b127-55dc-9aa5-769a052f8527 +slug: sunlu-petg-cyan +brand: + slug: sunlu +name: PETG Cyan +class: FFF +type: PETG +abbreviation: PETG +primary_color: + color_rgba: '#00a3e0ff' +properties: + density: 1.27 + hardness_shore_d: 80 + min_print_temperature: 240 + max_print_temperature: 260 + min_bed_temperature: 60 + max_bed_temperature: 70 diff --git a/data/materials/sunlu/sunlu-petg-magenta.yaml b/data/materials/sunlu/sunlu-petg-magenta.yaml new file mode 100644 index 0000000000..0b36af1b8f --- /dev/null +++ b/data/materials/sunlu/sunlu-petg-magenta.yaml @@ -0,0 +1,17 @@ +uuid: f28b0133-680f-574f-94bc-7c9c623148eb +slug: sunlu-petg-magenta +brand: + slug: sunlu +name: PETG Magenta +class: FFF +type: PETG +abbreviation: PETG +primary_color: + color_rgba: '#c52e79ff' +properties: + density: 1.27 + hardness_shore_d: 80 + min_print_temperature: 240 + max_print_temperature: 260 + min_bed_temperature: 60 + max_bed_temperature: 70 diff --git a/data/materials/sunlu/sunlu-petg-white.yaml b/data/materials/sunlu/sunlu-petg-white.yaml index 884385b6ef..351a1aa4ed 100644 --- a/data/materials/sunlu/sunlu-petg-white.yaml +++ b/data/materials/sunlu/sunlu-petg-white.yaml @@ -11,4 +11,10 @@ primary_color: photos: - url: https://files.openprinttag.org/sunlu/sunlu-petg-white/b1c0feaecd9b.jpg type: unspecified -properties: {} +properties: + density: 1.27 + hardness_shore_d: 80 + min_print_temperature: 240 + max_print_temperature: 260 + min_bed_temperature: 60 + max_bed_temperature: 70 diff --git a/data/materials/sunlu/sunlu-petg-yellow.yaml b/data/materials/sunlu/sunlu-petg-yellow.yaml index 04eef84fba..62f07e3d9b 100644 --- a/data/materials/sunlu/sunlu-petg-yellow.yaml +++ b/data/materials/sunlu/sunlu-petg-yellow.yaml @@ -7,8 +7,14 @@ class: FFF type: PETG abbreviation: PETG primary_color: - color_rgba: '#fffb00ff' + color_rgba: '#fff13fff' photos: - url: https://files.openprinttag.org/sunlu/sunlu-petg-yellow/7ccec7cc0f9c.jpg type: unspecified -properties: {} +properties: + density: 1.27 + hardness_shore_d: 80 + min_print_temperature: 240 + max_print_temperature: 260 + min_bed_temperature: 60 + max_bed_temperature: 70