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

    Topics created by meeloo

    • meelooundefined

      Should the Duet support G00 and other G0x commands?

      Firmware developers
      • • • meeloo
      8
      0
      Votes
      8
      Posts
      270
      Views

      chrishammundefined

      @meeloo @dc42 I just tried to reproduce this in SBC mode and G00 is interpreted as G0, and G01 is interpreted as G1. I couldn't see a difference between G00/G0 and G01/G1 from a USB terminal either.

    • meelooundefined

      RapidChange Automatic Tool Changer on the Duet

      CNC
      • • • meeloo
      6
      3
      Votes
      6
      Posts
      485
      Views

      meelooundefined

      @SDJ Yes, it has to run in between 1400 and 2000 RPM which is very slow but for a super short duration (a couple of seconds really) which is not doing much to the spindle, it only has the time to get up to speed.

      I currently have a 1.5kW air cooled spindle but I'm in the process of moving to a 2.2kW water cooled one. As I'm going from ER11 to ER20 my current ATC will be for sale as soon as the nice guys at RapidChangeATC send me the ER20 version I just ordered...

      (Hehe, yes I have a very inquisitive kid that also doesn't like to follow instructions, he lightly cut the tip of a finger on a sharp router bit right after I told him explicitly, multiple times, not to touch it ;-). Also, he has 3 brothers 😅)

    • meelooundefined

      Continuous movements in a new way

      CNC
      • • • meeloo
      4
      0
      Votes
      4
      Posts
      308
      Views

      hurzhurzundefined

      @meeloo You don't need to use my whole project, you could just look how I implemented the continuous mode in a G code way: via macros and especially the usage of the daemon.g.

      If you want to try that (without Arduino etc.), you can prepare the macros like described here:
      https://github.com/hurzhurz/Duet-USB-CNC-Pendant/blob/master/doc/ContinuousMode.md#preparation

      Then, to command a continuous movement, you have to send this command every 500ms (or more often):

      M98 P"pendant-continuous-run.g" A"X" F1000 D1 # for moving the X axis in the positive direction with a feedrate of 1000

      If the regularly sending of this command stops, the movement will automatically stop after a short time.

      To immediately stop, you can send:

      M98 P"pendant-continuous-stop.g"

      Again, this not a perfect solution and you will notice a little delay, but I think it is working well enough.

    • meelooundefined

      Duet 3 6HC + Wifi Module error at startup

      Duet Hardware and wiring
      • • • meeloo
      7
      0
      Votes
      7
      Posts
      224
      Views

      buzundefined

      I second the fix, my module has always had the same issue, I gave up on it awhile back and just waited hoping each firmware upgrade would solve it. I just did the latest upgrade to 3.5.0 rc1. still didn't resolve it- continued trouble shooting and ran across this thread- tried the 500ms pause and it works flawless!!! Thanks