vilemduha / blendercam

Automatically exported from code.google.com/p/blendercam
GNU General Public License v3.0
483 stars 118 forks source link

Generated grbl g-code does not have necessary G1 commands #230

Closed twchambers closed 1 year ago

twchambers commented 1 year ago

I'm using blendercam with a Workbee Z1+ which runs a Duet 2 control board. It seems that this board requires a G1 command on every line; simply using a single G1 and then providing new X and Y coordinates on each line is not sufficient. How can I tell blendercam to include these commands? Is it necessary to edit the grbl postprocessor? My current solution is to manually edit the gcode before running, but obviously this is less than ideal!

pppalain commented 1 year ago

Try the ISO post processor. Rename the file .tap to .gcode.

twchambers commented 1 year ago

Perfect, that's solved it, thanks.