CAD and CAM Software

From Wurst-Wasser.net
Jump to navigation Jump to search

Designing your product

Inkscape

In the 3D-world I prefer the simple OpenSCAD and in 2D it's the also fairly simple Inkscape which is free and awesome, too! ;)

  • Basic usage is pretty easy, just try it. If in doubt, there's plenty of manuals and tutorials online
  • Inkscape add CNC tabs


Creating GCODE

Overview

Tool Still maintained Ease of use Functionality Comment
JSCut.org no ***** ***--  Missing/broken tabs operation, otherwise great, especially for newbies!
LaserWeb4 yes ***** *****  Similar zu JSCut, can do tabs (add them as path to/as svg and then to the tabs of the operation), AppImage/Binary for the popular systems.
PyCAM no ? ?  Still needs python 2.7 and seems to abandoned since 2019.
Blender CAM ? ? ?  NOT TESTED YET! https://blendercam.com/
gcad3d ? ? ?  NOT TESTED YET! https://www.gcad3d.org/
krabzcam ? ? ?  NOT TESTED YET! https://www.gcad3d.org/


Other Software (yet to test)

bCNC

https://github.com/vlachoudis/bCNC

Not tested yet.

grbl gru

https://www.grblgru.com/

Not tested yet.

FreeCAD

See also

Do:

  • Make sure you played with Inkscape-SVGs and jsCut enough to understand the basics, otherwise handling (the much more complex FreeCAD) will be very frustrating…
  • Launch FreeCAD
  • Make sure you have already created proper solids (see above)!
  • Make sure units are ok:

PreferencesGeneralUnit SystemMetric small parts & CNC

  • Create Job:
    1. Select solid 2. Choose Path-Workbench 3. Create Job
  • Choose solid:
    Freecad solid choose gcode ksnip 2024-02-15 13-35-40.png
  • Set

Output to grbl

  • Create tools as needed:

PathToolbit Library Editor

  • Remove default tool
  • Choose Tool, set # to 1
  • Set H/V speed
  • TBD TBD TBD


Converting STL to solids in FreeCAD

See also: https://forum.freecad.org/viewtopic.php?t=14136

  1. Open the STL file
  2. Select object

PartCreate shape from mesh

  1. Select new object

PartConverte to solid

Sending GCode

What works fine for me:

  • cncjs
  • UGS (on my old T60 w/o visualization, might be an issue with the old machine)
  • not tested yet: LaserWeb

Footer

  • Links
    • TBD