SebKuzminsky / pycam

Other
338 stars 99 forks source link

Proper way to add gcode exporter #171

Open jackcarrozzo opened 4 years ago

jackcarrozzo commented 4 years ago

Hi,

I wrote a gcode exporter class in the style of Exporters/GCode/LinuxCNC.py for my Yasnac controller. I'm running the latest release, 0.6.4. Couple q's:

Thanks for making this stuff! Works extremely well.

sumpfralle commented 4 years ago

I am glad to hear, you like pycam!

I share your evaluation of the two branches: lots of things changed. Thus I would prefer such a change for master instead of stable/0.6. For your personal use-case it should be easy for you to just switch the hard-coded default locally (in case you want to / need to stick to 0.6).

Feel free to take a quick look and see, how trivial a configurable exporter would be in master. Otherwise I would take a look at it tomorrow night and try to share thoughts or prepare a bit.

Your contribution is very welcome!