Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. TheIndianDude
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 46
    • Best 8
    • Controversial 0
    • Groups 0

    Topics created by TheIndianDude

    • TheIndianDudeundefined

      DWC not opening in browser

      Duet Web Control
      • • • TheIndianDude
      5
      0
      Votes
      5
      Posts
      222
      Views

      jay_s_ukundefined

      @Handymanpa54 start a new thread please and add in as much info as possible e.g. config, board. Firmware version

    • TheIndianDudeundefined

      Solved Input Shaping Plugin restarts controller board

      Duet Web Control
      • • • TheIndianDude
      6
      0
      Votes
      6
      Posts
      348
      Views

      TheIndianDudeundefined

      I figured out the issue. The cables I was using were crap. Replaced them with a higher quality cable (I bought these from amazon: https://www.amazon.com/dp/B07GD2PHX9?ref=ppx_yo2ov_dt_b_product_details&th=1) and it's working without issues with default sampling rate, resolution, and SPI clock frequency:

      M955 P0
      Accelerometer 0 type LIS3DH with orientation 50 samples at 1344Hz with 10-bit resolution, SPI frequency 2000000

    • TheIndianDudeundefined

      Duet 2 Ethernet not connecting

      Using Duet Controllers
      • • • TheIndianDude
      4
      0
      Votes
      4
      Posts
      195
      Views

      TheIndianDudeundefined

      @phaedrux It does seem like an Ethernet controller problem. The SD card from the problem board works just fine on my spare Duet 2 Ethernet.

      I tried resoldering the ethernet module pins to the board, but to no avail. When the board is first powered through USB, the module lights up. When I issue an M552 S0 to turn off networking, the module lights go out. When I enter M552 S1 to enable the network, the lights don't come back on. At this point I can't be certain if it's the main board or the ethernet module. Guess I'm going to have to switch it back to WiFi to confirm.

      I will use my spare board in the meantime.

      Thanks!

    • TheIndianDudeundefined

      Store Last Z Height from prior print

      Gcode meta commands
      • • • TheIndianDude
      5
      0
      Votes
      5
      Posts
      262
      Views

      OwenDundefined

      @theindiandude
      No, move.axes[2] refers to the axis, not the drivers.
      I have two Z axis drives.
      If you send

      echo move.axes[2].letter

      from the console it will confirm.

    • TheIndianDudeundefined

      Multiple endstops per axes (High end and Low end)

      Duet Hardware and wiring
      • • • TheIndianDude
      4
      0
      Votes
      4
      Posts
      290
      Views

      deckingmanundefined

      @theindiandude Look at M18 and M84 which you can do to disable one motor/axis. Put this command in a trigger macro (e.g. trigger2.g) and save that macro to the /sys folder. Then in your M581 use T2 instead of T0 and that will call the macro "trigger2.g" which will in turn run M18 Z (or whatever command(s) you decide to use).

    • TheIndianDudeundefined

      Solved Setting Z Trigger Height

      Tuning and tweaking
      • • • TheIndianDude
      4
      0
      Votes
      4
      Posts
      220
      Views

      TheIndianDudeundefined

      I followed your advice and I am now getting consistent readings within 0.005mm which is well within the margin of error for the probe. The key was the probing speed and the dive height (Set to 5mm/s and set to 5mm). Once I slowed the probe down and also didn't raise the Z height above 5 mm, the readings were consistent.

      Thanks for the advice!

    • TheIndianDudeundefined

      IR sensor and PEX build surface

      IR Height Sensor
      • • • TheIndianDude
      6
      0
      Votes
      6
      Posts
      358
      Views

      TheIndianDudeundefined

      @SupraGuy Hmmm....I do have HTP Stove paint...🤔

    • TheIndianDudeundefined

      Solved Wiring 12mm NPN NO Capacitive proximity sensor

      Duet Hardware and wiring
      • • • TheIndianDude
      10
      0
      Votes
      10
      Posts
      456
      Views

      fcwiltundefined

      @TheIndianDude

      Glad to hear you got it all sorted.

      Frederick

    • TheIndianDudeundefined

      Solved Duet 2 Ethernet IP address keeps flashing on display.

      Duet Hardware and wiring
      • • • TheIndianDude
      28
      0
      Votes
      28
      Posts
      1.2k
      Views

      TheIndianDudeundefined

      Ok, so I received my new Duet 2 Ethernet board today and the first thing I did was flashed firmware 3.2.2 on it. It is working without a glitch so far (fingers crossed). I guess the ethernet module on the other board was bad. I have ordered a replacement for it, so hopefully that fixes my problem.