Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. hatoff
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by hatoff

    • hatoffundefined

      Stepper motor as spindle in CNC mode

      CNC
      • • • hatoff
      5
      0
      Votes
      5
      Posts
      445
      Views

      arhiundefined

      I was playing with this for a lathe and did not find a proper solution with stepper

      using a stepper shown to be crap for the spindle, I even tried large nema34 16A ones... the torque & speed are just not acceptable, even with FPGA stepper (mesa card and linuxcnc, so I was easily stepping at 2MHz but it's just not something stepper deals with) using encoder and servo worked great on linuxcnc + mesa but I never managed to reproduce this on any of the 32bit boards (rrf, redeem, smoothie..), especially as there's no way to push encoder data back into them... also stepping speed on all of them is too slow for high precision encoder on the servo ..

      I do have a small mill where I use smoothieware (RRF would work even better maybe) where I control the spindle by SPI, I have a small pic that listen to SPI and it gets the speed for the spindle from SPI from the firmware and then it converts it to 1-10V input for the VFD ... (I lost that firmware for the pic 😞 but it's a 30min job to write for any mcu, I need to write it again I need another one for a bit different mini mill I have)

    • hatoffundefined

      Controlling only extrusion with G-Code/WebInterface

      Duet Hardware and wiring
      • • • hatoff
      6
      0
      Votes
      6
      Posts
      676
      Views

      Danalundefined

      @hatoff said in Controlling only extrusion with G-Code/WebInterface:

      Hi,

      I've just seen that the first RRF3 beta has been released: Github
      Has the above mentioned feature been implemented yet?
      I couldn't find it in the RRF3 firmware overview section.

      Another question: Does the M220 command (speed override) work during a G1 motion command? Or is it executed in the normal command chain after the motion command and only used for the following motions?

      You can easily determine this from the console (web or whatever). Start a long move with a very low feedrate (so you have time to type). Watch as you issue an M220.