|
@faris hi and sorry for later reply. you are correct. for now i did a couple different cnc machines (both milling and laser). separate cnc controller on avr or other low power controller is better. to receive some functions, after longtime disputes with bcnc and other cnc-sender teams, i wrote my own sender (https://github.com/bhgv/lua.gcode.sender). now i have a highly configurable cnc sender with possibilities: check-resend on error, select wrong line in the embedded gcode editor, regular and graphical search/replace, runtime gcode modifying by scripts (very useful with lasers - replace z+/z- by m5/m3), plugin system, very modificable and portable sources, easy to add other cnc controller. now it is avr-grbl-0.9. i use it for both milling and laser (mostly for route PCBs with uv-laser) |
|