Skip to content

Commit

Permalink
Merge pull request #111 from bigwavedave42/main
Browse files Browse the repository at this point in the history
Update hatchbox.json
  • Loading branch information
Donkie authored Jan 25, 2025
2 parents b04d0a2 + 6199017 commit bc6ffa4
Showing 1 changed file with 73 additions and 3 deletions.
76 changes: 73 additions & 3 deletions filaments/hatchbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"weights": [
{
"weight": 1000,
"spool_weight": 251
"spool_weight": 251,
"spool_type": "plastic"
}
],
"diameters": [
Expand Down Expand Up @@ -145,7 +146,7 @@
},
{
"name": "Orange",
"hex": "B6BAB1"
"hex": "D65E17"
},
{
"name": "Pastel Green",
Expand Down Expand Up @@ -184,7 +185,8 @@
"weights": [
{
"weight": 1000,
"spool_weight": 251
"spool_weight": 251,
"spool_type": "plastic"
}
],
"diameters": [
Expand All @@ -197,6 +199,74 @@
{
"name": "Red",
"hex": "79111E"
},
{
"name": "Yellow",
"hex": "ECD018"
},
{
"name": "Green",
"hex": "3B5646"
},
{
"name": "Black",
"hex": "3F3839"
},
{
"name": "Blue",
"hex": "257778"
},
{
"name": "Gray",
"hex": "383C40"
}
]
},
{
"name": "Transparent {color_name}",
"material": "PLA",
"density": 1.27,
"weights": [
{
"weight": 1000,
"spool_weight": 251,
"spool_type": "plastic"
}
],
"diameters": [
1.75
],
"extruder_temp": 210,
"bed_temp": 60,
"translucent": true,
"colors": [
{
"name": "Red",
"hex": "C02716"
},
{
"name": "Orange",
"hex": "E18923"
},
{
"name": "White",
"hex": "ACB3B3"
},
{
"name": "Blue",
"hex": "1E7EAF"
},
{
"name": "Black",
"hex": "ABABAB"
},
{
"name": "Green",
"hex": "86D553"
},
{
"name": "Yellow",
"hex": "ECD018"
}
]
}
Expand Down

0 comments on commit bc6ffa4

Please sign in to comment.