Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. R3D
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    R3D

    @R3D

    0
    Reputation
    33
    Posts
    5
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.rapid3d.net Location Appleton WI USA

    R3D Follow

    Best posts made by R3D

    This user hasn't posted anything yet.

    Latest posts made by R3D

    • RE: Toolboard Stepper Driver mapping

      I do have my Z motors wired to the Mainboard but I have the Z-probe wired to a tool board, and all of the motors driven by the tool boards are using sensorless homing.

      Thanks for the clarification @DC42

      posted in Duet Hardware and wiring
      R3D
      R3D
    • RE: Toolboard Stepper Driver mapping

      That's what I figured but wanted to make sure before I finish wiring up my lift axis.

      Thanks for the quick response BTW 🙂

      posted in Duet Hardware and wiring
      R3D
      R3D
    • Toolboard Stepper Driver mapping

      Just curious if it is currently possible in the tool board firmware to use the stepper driver to drive a non extruder stepper motor?

      posted in Duet Hardware and wiring
      R3D
      R3D
    • RE: Weird Tool Selection Behavior

      Just spitballing, is there a way to force a tool as active without running the tpre#.g files?

      posted in Tuning and tweaking
      R3D
      R3D
    • RE: Weird Tool Selection Behavior

      Running 3.1.1 on Duet 3 with 3 Tool boards and 2 external drivers

      posted in Tuning and tweaking
      R3D
      R3D
    • Weird Tool Selection Behavior

      So I have a large scale toolchanger and I have been trying to get all of my tool selection gcode tweaked to work really well, and now when I tested a tool selection, the machine goes through the tpre0.g as it should but then it doesnt actually change the state of tool 0 to active, and if I send another T0, it reruns the tpre0.g ... not sure whats happening here.

      tpre2.g tpre1.g tpre0.g tpost2.g tpost1.g tpost0.g tfree2.g tfree1.g tfree0.g homez.g homey.g homex.g homec.g homeall.g config.g cancel.g bed.g

      posted in Tuning and tweaking
      R3D
      R3D
    • RE: G-Code Loop

      Well this is definitely going to be a game changer for me, I will have to do some testing on one of my other test rigs to play around with this.

      Thanks a million @OwenD, I am constantly amazed on how helpful the Duet Community is and i hope one day I know enough to be able to help others out as you have helped me.

      🙂

      posted in Gcode meta commands
      R3D
      R3D
    • RE: G-Code Loop

      Ok, that is some interesting stuff... daemon.g is available in 3.1.1 or would I have to go to RC11 as it states in the last post? and in your statement it has a simple if statement, i'm guessing the daemon.g is being constantly queried causing the if statement to act as a loop?

      posted in Gcode meta commands
      R3D
      R3D
    • RE: G-Code Loop

      How does RRF handle the daemon.g file? does it only run it during prints?

      posted in Gcode meta commands
      R3D
      R3D
    • G-Code Loop

      In the current object model, is there a way to loop a section of gcode to continue during the duration of the print? I have a prototype pellet fed extruder with a Duet 3 6HC and a 3HC expansion all up to date running 3.1.1 and my pelllets feed was being controlled by a capacitive sensor, which has gone bad on me. I have another coming but i would like to continue printing in the mean time. I figured there would be a way to implement a while loop in the prints gcode to activate my air solenoid with M42, wait a small amount of time, deactivate the solenoid, then wait another amount of time, then repeat that while the print is going.

      I am having trouble finding much information on the current object model and have little experience in this type of logic. Any help would be appreciated.

      Thanks,

      posted in Gcode meta commands
      R3D
      R3D