Skip to content

Commit

Permalink
Merge pull request #50 from mrambossek/mram-qidi
Browse files Browse the repository at this point in the history
add QIDITech (PAHT|PPS)-CF
  • Loading branch information
Donkie authored Nov 23, 2024
2 parents bc3103d + 115faa4 commit 26c1d69
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion filaments.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": {
"$comment": "Name of the filament, must contain {color_name}",
"type": "string",
"pattern": "{"
"pattern": "\\{"
},
"material": {
"$comment": "Valid materials must be uppercase letters and numbers, optionally separated by + or -. Optionally ends with -CF or -GF followed by a number. Examples: ABS, ABS-CF, PC+ABS, PC+ABS-CF10.",
Expand Down
39 changes: 39 additions & 0 deletions filaments/qiditech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"manufacturer": "QIDI Tech",
"filaments": [
{
"name": "{color_name}",
"material": "PPS-CF",
"density": 1.3,
"weights": [
{
"weight": 750.0,
"spool_weight": 245.0,
"spool_type": "plastic"
}
],
"diameters": [ 1.75 ],
"extruder_temp_range": [ 310, 350 ],
"bed_temp": 100,
"fill": "carbon fiber",
"colors": [ { "name": "Black", "hex": "000000" } ]
},
{
"name": "{color_name}",
"material": "PAHT-CF",
"density": 1.2,
"weights": [
{
"weight": 1000.0,
"spool_weight": 245.0,
"spool_type": "plastic"
}
],
"diameters": [ 1.75 ],
"extruder_temp_range": [ 300, 320 ],
"bed_temp_range": [ 70, 90 ],
"fill": "carbon fiber",
"colors": [ { "name": "Black", "hex": "000000" } ]
}
]
}

0 comments on commit 26c1d69

Please sign in to comment.