Skip to content

Commit

Permalink
Merge pull request #78 from ThatMattLatt/BL_CF_Filaments
Browse files Browse the repository at this point in the history
Added BL CF-Filaments
  • Loading branch information
Donkie authored Jan 6, 2025
2 parents e979b0e + 898a9e4 commit 17e22b9
Showing 1 changed file with 111 additions and 0 deletions.
111 changes: 111 additions & 0 deletions filaments/bambulab.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,70 @@
}
]
},
{
"name": "{color_name}",
"material": "PETG-CF",
"density": 1.25,
"weights": [
{
"weight": 1000,
"spool_weight": 250
}
],
"diameters": [
1.75
],
"extruder_temp": 270,
"bed_temp": 75,
"colors": [
{
"name": "Black",
"hex": "000000"
},
{
"name": "Titan Gray",
"hex": "565656"
},
{
"name": "Malachite Green",
"hex": "16b08e"
},
{
"name": "Indigue Blue",
"hex": "324585"
},
{
"name": "Violet Purple",
"hex": "583061"
},
{
"name": "Brick Red",
"hex": "9f332a"
}
]
},
{
"name": "{color_name}",
"material": "ASA-CF",
"density": 1.02,
"weights": [
{
"weight": 1000,
"spool_weight": 250
}
],
"diameters": [
1.75
],
"extruder_temp": 280,
"bed_temp": 100,
"colors": [
{
"name": "Black",
"hex": "000000"
}
]
},
{
"name": "{color_name}",
"material": "PET-CF",
Expand All @@ -1392,6 +1456,53 @@
}
]
},
{
"name": "{color_name}",
"material": "PLA-CF",
"density": 1.22,
"weights": [
{
"weight": 1000,
"spool_weight": 250
}
],
"diameters": [
1.75
],
"extruder_temp": 240,
"bed_temp": 45,
"colors": [
{
"name": "Black",
"hex": "000000"
},
{
"name": "Lava Gray",
"hex": "4d5054"
},
{
"name": "Iris Purple",
"hex": "69398E"
},
{
"name": "Royal Blue",
"hex": "2842AD"
},
{
"name": "Jeans Blue",
"hex": "6e88bc"
},
{
"name": "Matcha Green",
"hex": "5c9748"
},
{
"name": "Burgundy Red",
"hex": "951e23"
}

]
},
{
"name": "{color_name}",
"material": "PPS-CF",
Expand Down

0 comments on commit 17e22b9

Please sign in to comment.