From 809f5278a8f6e3097875e3cb6061385bf8157ec3 Mon Sep 17 00:00:00 2001 From: morpheys666 <138847699+morpheys666@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:12:38 +0100 Subject: [PATCH] Add Nobufil as manufacturer Adding a new manufacturer to the database. I added the most popular filaments from the Austrian manufacturer Nobufil. --- filaments/nobufil.json | 132 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 filaments/nobufil.json diff --git a/filaments/nobufil.json b/filaments/nobufil.json new file mode 100644 index 0000000..b287748 --- /dev/null +++ b/filaments/nobufil.json @@ -0,0 +1,132 @@ +{ + "manufacturer": "Nobufil", + "filaments": [ + { + "name": "{color_name}", + "material": "PETG", + "density": 1.27, + "weights": [ + { + "weight": 1000, + "spool_weight": 234 + } + ], + "diameters": [ + 1.75 + ], + "extruder_temp": 235, + "bed_temp": 75, + "colors": [ + { + "name": "Yellow", + "hex": "FFFF00" + }, + { + "name": "Brown", + "hex": "A52A2A" + }, + { + "name": "Black", + "hex": "000000" + }, + { + "name": "White", + "hex": "FFFFFF" + }, + { + "name": "Green", + "hex": "00FF00" + }, + { + "name": "Blue", + "hex": "0000FF" + }, + { + "name": "Classic Grey", + "hex": "e9e9e9" + }, + { + "name": "Industrial Dark Grey", + "hex": "909090" + } + ] + }, + { + "name": "Matte {color_name}", + "material": "PLAX", + "density": 1.19, + "weights": [ + { + "weight": 1000, + "spool_weight": 234 + } + ], + "diameters": [ + 1.75 + ], + "extruder_temp": 225, + "bed_temp": 65, + "finish": "matte", + "colors": [ + { + "name": "White", + "hex": "FFFFFF" + }, + { + "name": "Black", + "hex": "000000" + }, + { + + "name": "Artist Grey", + "hex": "BAC3CD" + } + ] + }, + { + "name": "Matte {color_name}", + "material": "PETG", + "density": 1.27, + "weights": [ + { + "weight": 1000, + "spool_weight": 234 + } + ], + "diameters": [ + 1.75 + ], + "extruder_temp": 235, + "bed_temp": 75, + "finish": "matte", + "colors": [ + { + "name": "Black", + "hex": "000000" + } + ] + }, + { + "name": "{color_name}", + "material": "PLA-CF", + "density": 1.19, + "weights": [ + { + "weight": 1000, + "spool_weight": 234 + } + ], + "diameters": [ + 1.75 + ], + "extruder_temp": 225, + "bed_temp": 65, + "colors": [ + { + "name": "Black", + "hex": "000000" + } + ] + } + ] +} \ No newline at end of file