Png to gcode
From png to gcode¶
What is mods
?¶
mods CE (community edition) is a fork of CBA mods research project. mods
is a modular cross platform tool for fablabs. It is based on independent but interrelated modules. mods
could potentially be used for CAD, CAM, machine control, automation, building UI, read input devices, react to to physical models, and much more. The possibilies are endless.
The goal of the community edition is to provide documentation, support and help the community engage in the project and foster the development/exchange of new modules.
Usage¶
Run direcly from https://modsproject.org
Mill 2D PCB¶
Open a browser and go to mods CE (community edition).
- Right-Click on the
cba
logo, and scroll down the menu toprograms ==> open program
- scroll down to
G-Code ==> Mill 2D PCB
and click on it
- Now a set of modules appears on the screen.
- Find the module called
read png
and click onselect png file
- find the file you just created in Universal-Gcode-Sender and select on it
- Now the png appears in the module.
- check if the sizes/units are correct
- go to
pcb defaults
and set the values for your machine. mill traces 1/64
are correct for the lunyee 3018 when using the standard 0.4mm endmill- the defauts will be transferred to the next module called
mill raster 2d
- change
offset number
to0
if you want all copper removed except the traces
- click on
calculate
and wait for the gcode to be generated - you see the traces appear in the module
view toolpath
, a new tab will appear with a simulation of the traces
- if ok, close the tab
- check
path to G-code
if settings are ok, you are done!
At step 12, the g-code will be generated and downloaded to your computer.
Next steps¶
Use this file in Universal-Gcode-Sender to mill the PCB.