| Property | Specs |
|---|---|
| Working Area | 300 x 420 x 132 mm |
| Control Board Combatibility | TBC |
| Kress Spindle | 800W 6A, 10,000- 29,000 RPM. |
| Max speed | 3000mm/min |
| Operation | Endmill size | Cut Speed | Cut Depth | Total Depth | Offset |
|---|---|---|---|---|---|
| Traces | 0.4 mm flat | 50 ~ 60 mm/min | 0.04 ~ 0.05 mm | 0.04 ~ 0.05 mm | 2 ~ 4 |
| Traces | 0.8 mm flat | 60 ~ 80 mm/min | 0.04 ~ 0.05 mm | 0.04 ~ 0.05 mm | 1 ~ 2 |
| Traces | 0.1 mm 10 deg V-bit | 50 ~ 60 mm/min | 0.04 ~ 0.05 mm | 0.04 ~ 0.05 mm | 1 ~ 2 |
| Board Outline | 0.8 mm flat | 50 ~ 80 mm/min | 0.42 ~ 0.45 mm | 1.65 ~ 1.70 mm | 1 |
0.1mm 10 deg V-bit -> tracing
0.8mm flat bit -> outlining
Picture above is the Test file used was [linetest.png](http://academy.cba.mit.edu/classes/electronics_production/linetest.png) downloaded from fabacademy's electronics page.
The numbers shown are in inches.
The raw file is imported into mods from instructor Steven's [link](https://skeatz.github.io/mods/)
Blow is the result of milling the gcode generated above:
From the result image, we have a few observations
1. By setting the tool diameter at 0.4mm, a gcode generator can only generate up to 0.4mm toolpath (0.016 inches). We could set it to be less than 0.4mm, but the cut diameter is limited by the tool diameter.
This means that if we set the tool diameter to be 0.001mm, we can generate all the paths on the linetest image file, but it will not result in the correct size.
2. Always secure the PCB firmly on the sacrificial board. This is important as the machine has vibrations during operation, which can cause an unsecured PCB to vibrate out of place. In the image provided, the
linetest vibrated out of place when cutting with the outline tool toolpath, but we deemed it as "still acceptable" as no traces within the PCB were damaged.
**Updates to Global Evaluator**
The goal of linetest is to ensure the correct dimension is milled, and this is determined by comparing the gap size and the line size below (they should be the same size).
We did not test further as from the linetest above, we feel that the width between the top portion and the bottom portion roughly corresponds and is at its limit (0.016mil).
Our local instructor Steven provided some images to illustrate going beyond the limits of a milling tool (the same tool was used). Writing this here to show that we have learnt how to determine the
limits of the tool. The following was generated by changing the tool diameter from 0.4mm (0.016mil) to 0.3mm (0.012mil), and the line was generated up to 0.012 mil (9th from the right)
From the (clearer) image, you can see that from the 7th or 6th gap from the right, the gap on the top does not match the line on the bottom. The 6th corresponds to 0.15mm and 7th corresponds to 0.14mm. This means that this
tool has a limit of roughly 0.016mil, which tallies with our results.
**End update**