Skip to content
Snippets Groups Projects
Commit 924271c0 authored by fxk8y's avatar fxk8y :spider:
Browse files

Adding silk PLA

parent ed2b5789
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ module GreenPLA(alpha=0.52) { color("#1CFF2F", alpha) children(); }
module PMMA(alpha=0.2) { color("#C8C8C8", alpha=alpha) children(); }
module GreyPlastic(alpha=1.0) { color("grey", alpha=alpha) children(); }
module BlackPlastic(alpha=1.0) { color("#303030", alpha=alpha) children(); }
module DarkBlueSilkPLA(alpha=1.0) { color("#0F0F7F", alpha=alpha) children(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment