Skip to content

Commit

Permalink
fix ordering for filament_canvas (#62532)
Browse files Browse the repository at this point in the history
* filaments ordering fix

* fix an error
  • Loading branch information
anoobindisguise authored Dec 11, 2022
1 parent 78948f2 commit 8a94f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/requirements/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"id": "filament_canvas",
"type": "requirement",
"//": "Thread for sewing canvas. Unlike filament_durable it's ok to use a single 10 inch canvas thread for this, but half-length aramid threads are still double. Kept separate from filament_durable because canvas thread is doubled up for those to alleviate it being a bit weaker than kevlar threading.",
"components": [ [ [ "thread_kevlar", 2 ], [ "thread_nomex", 2 ], [ "thread_canvas", 1 ] ] ]
"components": [ [ [ "thread_canvas", 2 ], [ "thread_kevlar", 2 ], [ "thread_nomex", 2 ] ] ]
},
{
"id": "glazing",
Expand Down

0 comments on commit 8a94f30

Please sign in to comment.