mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
typo
This commit is contained in:
@@ -6,7 +6,7 @@ Henk thought us how to use the pcb milling machine. It was a lot easier to use t
|
||||
## Preparing the material and machine for use
|
||||
First Henk showed us how to clean and prepare the material. He first took out the platform and removed the plate that was cut from the sacrificial layer.
|
||||
|
||||

|
||||

|
||||
|
||||
After that he removed the tape from the backside of the material and cleaned off the glue from the plates using `sticker remover`.
|
||||

|
||||
@@ -29,50 +29,50 @@ File > Fabcrication output > Gerber
|
||||
|
||||
Then only select F.Cu and Edge.Cuts
|
||||
|
||||

|
||||

|
||||
|
||||
gerber2img on class website.
|
||||
|
||||

|
||||

|
||||
|
||||
convert gerber files to images.
|
||||
|
||||
For the traces without `fill edge cuts`
|
||||
For edge cuts with `fill edge cuts`
|
||||
|
||||
Then load jps file into ModsProject.
|
||||
Then load jpg file into ModsProject.
|
||||
|
||||
|
||||
## Using modsProject to use the machine
|
||||
We use modsproject.org to send our designs to the machine. The website uses webserial to communicate to the device so you need chrome or any chromium based browsers to use this website. Otherwise it won't work.
|
||||

|
||||

|
||||
|
||||
Then we needed to select the MDX mill.
|
||||
|
||||
After that Henk showed us that we needed. To start the Serial communication with the machine.
|
||||

|
||||

|
||||
|
||||
After that we could load all the tool configurations.
|
||||

|
||||

|
||||
These where our settings for making the traces and these where for cutting out the board.
|
||||

|
||||

|
||||
After that we could import the file
|
||||

|
||||

|
||||
And press calculate over here
|
||||

|
||||

|
||||
When it's done a new page will pop up with the toolpath. You can close that. Now you need to set the starting coordinates.
|
||||

|
||||

|
||||
That can be done over here. The origin is the starting position of your job. After it's set. You can finaly click the send file button.
|
||||
|
||||

|
||||

|
||||
|
||||
## Making my first programmer
|
||||
I went through the fabacademy website and looked for my first board to make. I wanted to make a programmer so I could program other Atiny's and get a start on making small boards.
|
||||
I went through the fabacademy website and looked for my first board to make. I wanted to make a programmer so I could program other Atiny's and SAMD's and get started on making small boards.
|
||||
|
||||
The first board I had calibrated the Z too low and it went a bit too far into the board. It also destroyed a trace.
|
||||
|
||||
I read some more form the github repository and saw that these mcu's only need one pin to program. I was concerned with the 6 pin connector that it could only be attached one way but it can go both ways which is a nice design choice.
|
||||
|
||||

|
||||

|
||||
|
||||
[link](https://gitlab.fabcloud.org/pub/programmers/programmer-updi-d11c)
|
Reference in New Issue
Block a user