Repetier said:
Currently it is only on/off with the standard drivers programmed. It is only already prepared that drives get these speed values so you can change speeds. But you need to write your driver to take the values.
In V2 we at least have a general purpose PWM so we will have default drivers which can use these pwm drivers as input. But that is not finished.
Thank you I got mine working with very little problems on RUMBA, I used the THERMO pin and just fed the spindleSPeed instead of the temp sensor, for HE2, I unfortunately had to change one line in EXTRUDER.CPP, which is not desirable, also the CNC interpretation in drivers is 'incomplete' or buggy, i have put a notice on for that, there is no need for a pin once the PWM work, if people wantt a simple on off for the spindle they can put a relay on the PWM.
Congratulations on a wonderful piece of software I will make regular contributions "EUR",
I see you starting to cross the 3D CNC boundary, of course its not a true CNC machine , but most hobbyist are happy with 2 1/2 axis , something between an engraver / router / cnc drill.
On the graphics screen you already have Xw,Yw,Zw which is the last missing piece as I need to home in on the top of a workpiece for CNC work, Obv a button/code is needed to tell the part thickness, as the 3D axis are not allowed to go negative so the workpiece origin needs to be something like Xjogged/Yjogged/Zthickness of workpiece...
I am reluctant to code for two reasons, I am not good at it and it is not good to mess with a well structured program.