Pure in browser CAM,

Pure in browser CAM, DXF -> GCODE

http://millcrum.com

Get the source - https://github.com/andrewhodel/millcrum

For the moment the DXF needs to be converted to all polylines, I’ll add circle and line support later.

Woo! What g-codes do you support? Specifically, do you do tool offsets?

Yes Millcrum calculates tool offsets. I guess I should make a how to YouTube video.

Basically you just open the DXF, then it gets converted to Millcrum code where you can define the tool globally and things like pathing per polygon.

It’s also parametric so you can use variables and loops, look at some of the examples on the site.

Very nice, possible you add an example millcrum file with DXF convert to gcode?

@Frank_Herrmann There is an example DXF file on there now and there are many .millcrum examples.

The process is either write your own in .millcrum or upload a DXF then it automatically goes from DXF->Millcrum->Gcode.

@Andrew_Hodel Thanks Andrew i’ll check this.