diff --git a/data/geeetech/PLA/silk_pla/dual_color_gold_black/sizes.json b/data/geeetech/PLA/silk_pla/dual_color_gold_black/sizes.json index ccf0b42955..d18f2be256 100644 --- a/data/geeetech/PLA/silk_pla/dual_color_gold_black/sizes.json +++ b/data/geeetech/PLA/silk_pla/dual_color_gold_black/sizes.json @@ -2,6 +2,8 @@ { "uuid": "b343d1ad-6588-4650-95f5-b45608b07c27", "filament_weight": 1000, - "diameter": 1.75 + "diameter": 1.75, + "spool_refill": false, + "discontinued": false } ] diff --git a/data/geeetech/PLA/silk_pla/dual_color_gold_black/variant.json b/data/geeetech/PLA/silk_pla/dual_color_gold_black/variant.json index bb478131b7..e2c03cc4e9 100644 --- a/data/geeetech/PLA/silk_pla/dual_color_gold_black/variant.json +++ b/data/geeetech/PLA/silk_pla/dual_color_gold_black/variant.json @@ -1,15 +1,13 @@ { "uuid": "7e01833f-4948-456a-9e95-e0e05c42e9b6", "id": "dual_color_gold_black", - "name": "Dual Color Gold Black", + "name": "Gold + Black", "color_hex": [ "#F6C500", "#000000" ], + "discontinued": false, "traits": { - "silk": true, - "iridescent": true, - "coextruded": true, - "industrially_compostable": true + "silk": true } } diff --git a/data/geeetech/PLA/silk_pla/filament.json b/data/geeetech/PLA/silk_pla/filament.json index 5533ef3975..c1cbd13548 100644 --- a/data/geeetech/PLA/silk_pla/filament.json +++ b/data/geeetech/PLA/silk_pla/filament.json @@ -4,8 +4,9 @@ "name": "Silk PLA", "diameter_tolerance": 0.02, "density": 1.24, - "min_print_temperature": 200, + "min_print_temperature": 195, "max_print_temperature": 230, "min_bed_temperature": 50, - "max_bed_temperature": 70 + "max_bed_temperature": 70, + "discontinued": false }