4 axis cnc machine
Hi, Repetier,
I would like to add the 4th axis (rotating) to my cnc-machine based on the Repetier. How can i make the firmware intepritate G0 C90, C45 etc. in the .gcode file with angular movements and make it send it to the motor connected to the E0? Is it even possible?
Thanks in advance!
I would like to add the 4th axis (rotating) to my cnc-machine based on the Repetier. How can i make the firmware intepritate G0 C90, C45 etc. in the .gcode file with angular movements and make it send it to the motor connected to the E0? Is it even possible?
Thanks in advance!
Comments
Another solution at least for due based boards (avr is currently not supported) is using v2 firmware. This firmware also supports a,b,c axis including homing plus extruder. But it is in heave development so configuration may change fast and not everything is currently possible. Main parts missing is z probing and display support. Printing is already possible.
And the second question: so I can not use mks 1.4 with V2 yet? If not, when it will be possible?
No mks 1.4 is avr based and I started developing on 32 bit platform first. I can not really say when I get first 8 bit boards running with it. It is planned once the feature set is complete. Until now there are already some changes in the hardware layer to support the flexible system, but I guess it should be not too hard. So once jam and autoleveling works I guess I will add the reminding hardwares I plan to support. On 8 bit this is avr2560 based boards like mks, but probably not the smaller version with only 128kb flash.