Makerspace: Difference between revisions
Created page with " CNC Aalto Fablab guides https://www.youtube.com/watch?v=dmjhjA_-xRc https://www.youtube.com/watch?v=Yfbp2KSnuzM Mods browser tool https://modsproject.org/ https://store.osgeurope.com/en/product/endmills/3110103_osg-r-005x03x4-wxl-ln-ebd Roland tools https://downloadcenter.rolanddg.com/contents/software_parts/software_os_support.html https://www.rolanddga.com/support/products/milling/modela-mdx-40-3d-milling-machine PCB Milling 0.4mm" |
mNo edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
= CNC = | |||
==== Aalto Fablab guides ==== | |||
PCB Milling With MDX-40 | |||
https://www.youtube.com/watch?v=GVMGJtu-PUM&t=111s | |||
Mods & Vpanel-settings | |||
https://www.youtube.com/watch?v=dmjhjA_-xRc | |||
VCarve | |||
https://www.youtube.com/watch?v=bHglmCtTvhE | |||
Fusion 360 | |||
https://www.youtube.com/watch?v=Yfbp2KSnuzM | |||
==== Fab Academy resources ==== | |||
Course index (via schedule) | |||
SVG PCB board examples | |||
https://leomcelroy.com/svg-pcb-website/#/home | |||
==== Online tools ==== | |||
Mods browser tool | Mods browser tool | ||
https://modsproject.org/ | https://modsproject.org/ | ||
Roland tools | Roland tools | ||
https://downloadcenter.rolanddg.com/contents/software_parts/software_os_support.html | https://downloadcenter.rolanddg.com/contents/software_parts/software_os_support.html | ||
https://www.rolanddga.com/support/products/milling/modela-mdx-40a-3d-milling-machine | |||
https://www.rolanddga.com/support/products/milling/modela-mdx-40-3d-milling-machine | https://www.rolanddga.com/support/products/milling/modela-mdx-40-3d-milling-machine | ||
OSG drill bits | |||
https://store.osgeurope.com/en/product/endmills/3110103_osg-r-005x03x4-wxl-ln-ebd | |||
sudo apt update | |||
sudo apt install git | |||
cd ~/Documents/ | |||
git clone <nowiki>https://github.com/siuwahzhong/sx1302_hal.git</nowiki> | |||
cd sx1302_hal | |||
git checkout ws-dev | |||
make clean all | |||
make all | |||
cp tools/reset_lgw.sh util_chip_id/ | |||
cp tools/reset_lgw.sh packet_forwarder/ | |||
---- | |||
[[File:Linetest.traces exterior.png|thumb]] | |||
Latest revision as of 19:53, 24 April 2026
CNC
Aalto Fablab guides
PCB Milling With MDX-40
https://www.youtube.com/watch?v=GVMGJtu-PUM&t=111s
Mods & Vpanel-settings
https://www.youtube.com/watch?v=dmjhjA_-xRc
VCarve
https://www.youtube.com/watch?v=bHglmCtTvhE
Fusion 360
https://www.youtube.com/watch?v=Yfbp2KSnuzM
Fab Academy resources
Course index (via schedule)
SVG PCB board examples
https://leomcelroy.com/svg-pcb-website/#/home
Online tools
Mods browser tool
Roland tools
https://downloadcenter.rolanddg.com/contents/software_parts/software_os_support.html
https://www.rolanddga.com/support/products/milling/modela-mdx-40a-3d-milling-machine
https://www.rolanddga.com/support/products/milling/modela-mdx-40-3d-milling-machine
OSG drill bits
https://store.osgeurope.com/en/product/endmills/3110103_osg-r-005x03x4-wxl-ln-ebd
sudo apt update
sudo apt install git
cd ~/Documents/
git clone https://github.com/siuwahzhong/sx1302_hal.git
cd sx1302_hal
git checkout ws-dev
make clean all
make all
cp tools/reset_lgw.sh util_chip_id/
cp tools/reset_lgw.sh packet_forwarder/