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

    Topics created by gumby

    • gumbyundefined

      Mesh Compensation in Gcode Start?

      General Discussion
      • • • gumby
      3
      0
      Votes
      3
      Posts
      204
      Views

      gumbyundefined

      @Phaedrux

      Thank You!

      I wasn't sure... Then I can check that off the list and figure out what else it must be.

      Cheers,
      Gumby

    • gumbyundefined

      Angled Printing on Delta Printer

      General Discussion
      • • • gumby
      6
      0
      Votes
      6
      Posts
      351
      Views

      dc42undefined

      @gumby I'm glad you resolved it. It looks like your machine was skipping steps. You might like to check what maximum speeds you can expect before motor torque starts to drop, using the calculator at https://www.reprapfirmware.org/emf.html.

      Your M566 XYZ jerk settings were particularly high (3000). Values of 600 to 900 are usual. They only need to be high enough for curves to print smoothly.

    • gumbyundefined

      Active Codes

      Duet Web Control
      • • • gumby
      5
      0
      Votes
      5
      Posts
      213
      Views

      gumbyundefined

      Thank you everyone,

      I will look into all of that info.

      Cheers,
      Gumby

    • gumbyundefined

      It's Alive!!

      My Duet controlled machine
      • • • gumby
      3
      3
      Votes
      3
      Posts
      335
      Views

      gumbyundefined

      @T3P3Tony

      Thank you for doing that. Not sure why my links were jenky...

      Cheers,
      Gumby

    • gumbyundefined

      Solved Customizing PanelDue Screen?

      PanelDue
      • • • gumby
      3
      0
      Votes
      3
      Posts
      243
      Views

      gumbyundefined

      @Phaedrux

      Thank you, I will try it.

      Cheers,
      Gumby

    • gumbyundefined

      Solved Stealing Pins?

      Duet Hardware and wiring
      • • • gumby
      5
      0
      Votes
      5
      Posts
      236
      Views

      gumbyundefined

      @gumby

      Just to finalize the topic, I wanted to post that mixing pins from available headers worked like a charm.

      PanelDue working now.

      Thanks again to this community.

      Cheers,
      Gumby

    • gumbyundefined

      Intermittent issue with homing... Duet3 5+ wifi

      Firmware installation
      • • • gumby
      4
      0
      Votes
      4
      Posts
      161
      Views

      gumbyundefined

      @gumby ```
      ; homedelta.g
      ; called to home all towers on a delta printer
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.16 on Thu Apr 20 2023 10:24:19 GMT-0400 (Eastern Daylight Time)
      G91 ; relative positioning
      ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
      G1 H1 X800 Y800 Z800 F3600 ; move all towers to the high end stopping at the endstops (first pass)
      G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
      ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
      G1 H1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
      G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
      G90 ; absolute positioning
      G1 X0 Y0 F6000 ; move X+Y to the centre

    • gumbyundefined

      Flagged as Spam??

      General Discussion
      • • • gumby
      15
      3
      Votes
      15
      Posts
      475
      Views

      Phaedruxundefined

      Let's continue in your other thread. this one is about being flagged as spam afterall.

    • gumbyundefined

      Preferred GPIO pins? For Relay Control Duet 3 Mini 5+

      Duet Hardware and wiring
      • • • gumby
      9
      0
      Votes
      9
      Posts
      422
      Views

      gumbyundefined

      @gumby

      Just a quick note, I stumbled on the "pson" reference on IO4. I have not heard of this before so I dug around and found I can do exactly what I am trying to do by enabling the pson in the config file and now I have an on/off switch that is in the web interface. I can also control it via. M80 and M81 .

      I am not declaring it a total victory yet, because I don't know if that snafus up something else in the process. But so far so good. Now I just have to figure out a way to incorporate it into my pre and post in my slicer when the time comes. I also want to make sure I have it working during filament changes/ hotend temps, etc.

      Just thought it may help someone else as well.

      Cheers,
      Gumby

    • gumbyundefined

      Solved Optical Endstop Noob

      Duet Hardware and wiring
      • • • gumby
      11
      0
      Votes
      11
      Posts
      366
      Views

      gumbyundefined

      @dc42

      Thanks again for the assist.

      I found out what my issue was... The flags I put in for the endstops were about 1/64 of an inch from blocking the light. I needed a small spacer to place them slightly further out.

      It's all working now and homing... on to more tasks.

      Cheers,
      Gumby