-
Notifications
You must be signed in to change notification settings - Fork 17
/
faq.html
126 lines (101 loc) · 4.03 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
layout: default
permalink: /faq/
---
<h1>FAQs</h1>
<h2>Printing tips</h2>
<section>
<div class="container">
<div class="accordion">
<div class="accordion-item" id="question7">
<a class="accordion-link" href="#question7">
How to cut down on printing time?
</a>
<div class="answer">
<p>
If possible, use a bigger nozzle such as 0.6 because many parts of gridfinity are not too intricate and therefore allow for a bigger nozzle. Additionally, many maker spaces have 3D printers, which you could use to parallelize tasks.
</p>
</div>
</div>
</div>
</div>
</section>
<h2>Assembly tips</h2>
<section>
<div class="container">
<div class="accordion">
<div class="accordion-item" id="question1">
<a class="accordion-link" href="#question1">
What size labels should I use?
</a>
<div class="answer">
<p>
12mm tape will fit, but it's tight. 9mm is ideal
</p>
</div>
</div>
<div class="accordion-item" id="question2">
<a class="accordion-link" href="#question2">
How should I secure the baseplate to the bottom of a drawer?
</a>
<div class="answer">
<p>
Just about anything will work: CA adhesive, VHB tape, sticky putty, etc. If you don't want to make anything sticky, you can also pad out the remaining space in your drawer so the grid doesn't slide around.
</p>
</div>
</div>
<div class="accordion-item" id="question3">
<a class="accordion-link" href="#question3">
How should magnets be attached to the bins or the baseplate?
</a>
<div class="answer">
<p>
CA adhesive, superglue, and hot-glue all work well! Just remember that magnets are polarized so you need to be consistent with orientation.
</p>
</div>
</div>
</div>
</div>
</section>
<h2>Publishing and creating own designs</h2>
<section>
<div class="container">
<div class="accordion">
<div class="accordion-item" id="question4">
<a class="accordion-link" href="#question4">
What is the best way to publish my own designs?
</a>
<div class="answer">
<p>
TODO: description template for Thangs
</p>
</div>
</div>
</div>
</div>
</section>
<h2>Where to buy non-printable parts (affiliate links supporting Zack)</h2>
<ul>
<li>1x3" Microscope slides: <a href="https://amzn.to/3O6qjBO" target="_blank" rel="noopener noreferrer">https://amzn.to/3O6qjBO</a></li>
<li>2mm Repair Tape: <a href="https://amzn.to/3M1D9zF" target="_blank" rel="noopener noreferrer">https://amzn.to/3M1D9zF</a></li>
<li>M3 Screws: <a href="https://amzn.to/37IaXTg" target="_blank" rel="noopener noreferrer">https://amzn.to/37IaXTg</a></li>
<li>6x2mm Magnets: <a href="https://amzn.to/37Ihopq" target="_blank" rel="noopener noreferrer">https://amzn.to/37Ihopq</a></li>
<li>Rubber Feet: <a href="https://amzn.to/3LZv4v5" target="_blank" rel="noopener noreferrer">https://amzn.to/3LZv4v5</a></li>
<li>Metal Tire Weights: <a href="https://amzn.to/3uAzH9f" target="_blank" rel="noopener noreferrer">https://amzn.to/3uAzH9f</a></li>
</ul>
<section>
<div class="container">
<div class="accordion">
<div class="accordion-item" id="question9">
<a class="accordion-link" href="#question9">
How to support Gridfinity?
</a>
<div class="answer">
<p>
Be a Patreon of Zack, Contribute to this site at ,...
</p>
</div>
</div>
</div>
</div>
</section>