Skip to content

Commit

Permalink
Merge pull request #90 from dave-lang/creality
Browse files Browse the repository at this point in the history
Creality Rainbow CR & Ender-PLA
  • Loading branch information
dresende authored Jan 16, 2025
2 parents 7287bad + 721223e commit ed3f851
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions filaments/creality.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,51 @@
"name": "Blue",
"hex": "2D8CD5"
},
{
"name": "Red",
"hex": "DE3530"
},
{
"name": "Raindow",
"multi_color_direction": "longitudinal",
"hexes": [
"37c597",
"fdff79",
"e95f2a",
"a15160",
"84adcf"
]
}
]
},
{
"name": "Ender-PLA {color_name}",
"material": "PLA",
"density": 1.25,
"weights": [
{
"weight": 1000,
"spool_weight": 120
}
],
"diameters": [
1.75
],
"extruder_temp": 220,
"bed_temp": 55,
"colors": [
{
"name": "White",
"hex": "FFFFFF"
},
{
"name": "Black",
"hex": "000000"
},
{
"name": "Blue",
"hex": "2D8CD5"
},
{
"name": "Red",
"hex": "DE3530"
Expand Down

0 comments on commit ed3f851

Please sign in to comment.