Skip to content

Commit

Permalink
fixed materials, added unique materials
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ptor committed Dec 25, 2024
1 parent 8c70206 commit c448dc0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"material": "PC/ABS",
"density": 1.19
},
{
"material": "PC/PBT",
"density": 1.2
},
{
"material": "PCTG",
"density": 1.21
},
{
"material": "HIPS",
"density": 1.03
Expand Down Expand Up @@ -96,5 +104,21 @@
"density": 1.06,
"extruder_temp": 240,
"bed_temp": 100
},
{
"material": "BIOFUSION",
"density": 1.25
},
{
"material": "GREENTEC",
"density": 1.3
},
{
"material": "FLAX",
"density": 1.45
},
{
"material": "PEARL",
"density": 1.25
}
]

0 comments on commit c448dc0

Please sign in to comment.