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

    Topics created by Loffy770

    • Loffy770undefined

      Are you using a filament sensor with your duet?

      General Discussion
      • • • Loffy770
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      Loffy770undefined

      @resam:

      I'm using a simple microswitch, similar to this: https://www.thingiverse.com/thing:2010235

      With this in my config.g: [c]M581 E1 T1 S0 C1 ; Filament run-out sensor triggers a pause[/c]
      And this in my start gcode: [c]M582 T1 ; check if filament is present[/c]

      So, if I would start a print without filament, it directly goes to pause. If the filament runs out during a print, it also pauses.

      Simple and easy solution 🙂

    • Loffy770undefined

      Backlash compensation

      Tuning and tweaking
      • • • Loffy770
      32
      0
      Votes
      32
      Posts
      6.1k
      Views

      bruceundefined

      Backlash compensator post-processor

      I appreciate this is an old topic, but that backlash on direction change was my issue no matter how much I fine tuned my 1000mmx1000mm WorkBee OX running on Duet3D RepRap, and I couldn't find an acceptable software solution. I also had a couple of issues with post-processor that were available for RepRap CNC, so I made (and will continue to improve) this Fusion 360 Ultimate Post-Processor for RepRap!
      Get it here from GitHub: https://github.com/BruceRoyce/UltimateRepRapPost/blob/main/UltimateRRPost.cps

      When posting check "Apply Backlash Compensation" on the side panel, under Linear Backlash Compensation options and input 2 measured backlash on each axis (the offset for 1mm motion on direction change and for 10mm motion on each axis. Input 0 if none, see image below) and let it take care of backlashes by adjusting movements.
      This in no way is a replacement for adjusting your config.g parameters and/or tuning the hardware to the best of your capability. It's only a final resort to overcome backlash.

      It also takes care of manual tool change, corner or Z-probing, beeps when operator attention is required, fixes WCS issues and more.

      df0f7d32-5a0e-4227-8f5c-911f09fa4ec5-image.png

      Important note: I made this for my own use, so please exercise caution! Obviously I won't be responsible for anything related to the use of this post-processor! Use own your own risk

    • Loffy770undefined

      PT100 or Thermocouple K

      Duet Hardware and wiring
      • • • Loffy770
      15
      0
      Votes
      15
      Posts
      2.2k
      Views

      dc42undefined

      Remove the daughter board jumpers.

    • Loffy770undefined

      Wiring for a PWM Noctua.

      Duet Hardware and wiring
      • • • Loffy770
      8
      0
      Votes
      8
      Posts
      8.8k
      Views

      DjDemonDundefined

      If you want to use a step down buck converter generally you power them from 24v (Vin) from any always on source (not necessarily a fan header positive but that can sometime be a convenient pin) tie the input GND to the 24v Vin GND, run the positive output to the fan and then ground the fan back via the pwm fan pin you want to use to control the fan. How this ties in with 4 wire fans I do not know.

    • Loffy770undefined

      Add MCU temp in DWC

      Duet Web Control wishlist
      • • • Loffy770
      5
      0
      Votes
      5
      Posts
      929
      Views

      dc42undefined

      I've moved this thread to the DWC Wishlist section of the forum.

    • Loffy770undefined

      Please explain this..

      General Discussion
      • • • Loffy770
      5
      0
      Votes
      5
      Posts
      616
      Views

      Loffy770undefined

      Thank you that was it 🙂

    • Loffy770undefined

      Probe problem.

      Duet Hardware and wiring
      • • • Loffy770
      23
      0
      Votes
      23
      Posts
      2.8k
      Views

      Loffy770undefined

      Its working now, took awhile but it all good now.

    • Loffy770undefined

      When downloading settings

      General Discussion
      • • • Loffy770
      11
      1
      Votes
      11
      Posts
      1.4k
      Views

      darookeeundefined

      @Loffy770:

      Ok, I did pick it off the sd card for now.
      But if I save it as a " save as" file will it keep the correct formatting for the Duet to read if I upload it later?

      It's just a text file. If you save it as 'config.g' (don't let the browser add the .txt part to the end) you can upload it again and it will work.

    • Loffy770undefined

      Temp readings with thermocouple

      Firmware installation
      • • • Loffy770
      2
      0
      Votes
      2
      Posts
      558
      Views

      dc42undefined

      There is no adjustment. If you have run the thermocouple wires all the way back to the daughter board, then the reading should be within 2C of the actual value.

      You could always try using the other channel on the daughter board.

    • Loffy770undefined

      Temp readings jump to 2000c

      Duet Hardware and wiring
      • • • Loffy770
      3
      0
      Votes
      3
      Posts
      712
      Views

      Loffy770undefined

      Well that is most likely the case as I did put it in the cable chain.
      Will try again with it on the outside.
      Thanks for the help.

    • Loffy770undefined

      Enable endstops on a Duex5

      General Discussion
      • • • Loffy770
      32
      0
      Votes
      32
      Posts
      3.6k
      Views

      dc42undefined

      You need to create the U and V axes in M584 to get the U and V endstops to show up, and they will use the E0 and E1 endstop connectors on the Duet.

    • Loffy770undefined

      Termocouple type K

      Duet Hardware and wiring
      • • • Loffy770
      2
      0
      Votes
      2
      Posts
      398
      Views

      dc42undefined

      Try looking at http://reprap.org/wiki/MKS_GEN.

    • Loffy770undefined

      Updating to DuetWiFi Server 1.03 Problem

      Firmware installation
      • • • Loffy770
      15
      0
      Votes
      15
      Posts
      2.4k
      Views

      dc42undefined

      Please explain what you mean by "timeout" - what message are you getting, where, and what do you do to provoke it? If the message is from Repetier host then you should adjust the communications protocol, in particular, turn off "ping pong".