Skip to content

Instantly share code, notes, and snippets.

@marcelrv
Last active February 7, 2023 18:37
Show Gist options
  • Save marcelrv/aff1a11d423130eeb88f6faf41701da5 to your computer and use it in GitHub Desktop.
Save marcelrv/aff1a11d423130eeb88f6faf41701da5 to your computer and use it in GitHub Desktop.
PCB Milling

Useful Links

https://hobbycnc.com/tool-width-calculator/

Gcode viewer https://ncviewer.com/

gode generation

Flatcam

http://flatcam.org/ Note: Ubuntu 22.04 --> use the beta version branch. Fix the vispy==0.6.6

https://youtu.be/6g8cbERx__U?t=717

carbide3d

Simple to start: https://copper.carbide3d.com/

For this one: make sure youset the origin right in kicad otherwise the flipping is strange

gcode senders with autolevveling

https://mellowpine.com/cnc/best-grbl-software/

UGS https://winder.github.io/ugs_website/ Does probe, but does not seem to apply the correction

Candle https://github.com/Denvi/Candle/tree/master/src Does probe and applies the heightmap. Not getting perfect results yet and slightly confusing workflow to apply heightmap

OpenCNCPilot https://github.com/martin2250/OpenCNCPilot Does probe and applies the heightmap. Looks like usable workflow

Auto level board

http://www.autoleveller.co.uk/autoleveller-ae-quick-start-guide/

https://bitbucket.org/daedelus1982/autolevellerae/src/master/

https://www.cncsoftwaretools.com/forum/viewforum.php?f=8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment