Newer
Older
- do your lab's safety training
- test runout, alignment, fixturing, speeds, feeds, materials, and toolpaths for your machine
- [Here](https://fabacademy.org/2022/labs/kannai/students/yukiya-yamane/assignments/week08/)
- Learn how to use machine safely and test runout, alignment, fixturing, speeds, feeds, materials, and toolpaths for your machine → in this page
- Ideate and design something big →[Individual Page](https://fabacademy.org/2022/labs/kannai/students/yukiya-yamane/assignments/week07/)
- Milling by CNC machine →[Individual Page](https://fabacademy.org/2022/labs/kannai/students/yukiya-yamane/assignments/week07/)
- Varnish and assemble →[Individual Page](https://fabacademy.org/2022/labs/kannai/students/yukiya-yamane/assignments/week07/)
- CNC router : [ZN1325](http://www.mesin-cnc.com/?product=mesin-cnc-router-model-1325)
- Tool path maker : Vectric Cut2D Pro
- G-code sender :Mach3
Safety was especially important for this week. Through the Wednesday class, I learned the risk and danger of CNC router. Tamiya-san gave me the lecture of how to use the CNC router.
- Launch Cut2D and create new file
- seting up about material parameter
- make toopath : set drilling position and cutting depth for fixing board
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
- Save these data as .tap file
- Launch Mach3 and load .tap file

### CNC machine setting and milling
- set the position of material (wooden plate) on the bed of CNC before fixing
- set x-y-z origin at the corner of the material ( or any other appropriate position ), and set x0/y0/z0 in Mach3
- fix the material on the bed by screwing

CNC machine is ready.
### Test
On my computer
- make 2D/3D CAD file : Fusion 360
- the content of test will be described later

- Export file as .ai /.dxf
- if choose .ai, save as “Illustrator CS”
- Check ”Create pdf compatible file” in save setting
- load .ai file in Cut2D
- setting the tool (mill) information and “tabs” to support the material. selecting outside or inside is important

- edit Tool (depth, stepover, speed, feedrate)

- press “calcurate”
- set z-origin about 20 mm above the material surface, then, perform “air path” to check the tool path on CNC.
- set z-origin on the material surface ( by using paper to check the contact between tool tip and the material)
- wear the protective glassed and soundproof headphone
- start milling ( be prepared to push the stop button, in case of emergency )
- during the milling, check the wooden chips and the noise, then control the parameters such as feed rate, spindle speed, etc.
- after the milling completed, clean the material surface

- cut the “tabs”, pick up the parts.
- remove the material and sacrifice plate, then clean the CNC and room.
## Milling Test
- scaling milled board and compare real scale with designed scale

- check
- runout : turned out 6mm in the test which is equal to the thread diameter
- alignment : adjust positioning of end mill on the board and calibrate it
- fixturing : fixed board by screwing
- speeds : no problem to cut the material in 6500 rpm
- feeds : no problem to cut the material in 840 mm/min
- materials : plywood
- toolpaths : setting as mentioned above
## Tab and Pocket Test
- check whether pocket and dogbone can work or not
- Prepare a sample of the pockets I will use in my design
- load it to cut2D
- select only the inside hole and set these parameters. be carefull for selecting “machine vector : inside”

- export to .tap file and load it in Mach3
- milling the board to make holes
- After milling holes, choose only outside of the parts and set up parameters. In this time, select “Outside” in machine vectors

- milling the board
- milling completely

- inspect the hole to be cut clearly and completely

- detach tabs from the parts
- test to assemble tab with pocket

- got to assemble perfect

## Making something big
→[Individual Assignment](https://fabacademy.org/2022/labs/kannai/students/yukiya-yamane/assignments/week08/)
## What I learn in this week
-> [Individual Assignment](https://fabacademy.org/2022/labs/kannai/students/yukiya-yamane/assignments/week08/)