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

    Topics created by poohzaza

    • poohzazaundefined

      run G29 if no bedcompensation is loaded

      Gcode meta commands
      • • • poohzaza
      5
      0
      Votes
      5
      Posts
      180
      Views

      chrishammundefined

      @poohzaza Good idea to upgrade to the latest v3.4.5 then. There is also a DWC plugin RelaseMgr which highlights potential incompatibilites since your last firmware version.

    • poohzazaundefined

      add ethernet moudle to wifi

      Duet Hardware and wiring
      • • • poohzaza
      3
      0
      Votes
      3
      Posts
      247
      Views

      dc42undefined

      @poohzaza said in add ethernet moudle to wifi:

      i just wonder if you can add Ethernet module to the duet wifi or remove the wifi moudle and replace it with 3 party spi ethernet moudle

      Yes it's possible to remove the WiFi module and install the Ethernet module in its place. We sell the Ethernet module separately, so do a few of our distributors.

      If the problem is WiFi signal strength, it's also possible to replace the ESP12S module by ESP07S plus external antenna.

    • poohzazaundefined

      diy panel due

      General Discussion
      • • • poohzaza
      11
      0
      Votes
      11
      Posts
      522
      Views

      Danalundefined

      @poohzaza said in diy panel due:

      i want to connect by panel due port and have a direct connection via a wire in serial what should i do

      Buy a PanelDue, or create/write the equivalent.

      The physical port is 3.3V TTL Async Serial. The data that flows over it is G and M codes, and JSON responses. Easy.

    • poohzazaundefined

      duets wifi display mod

      General Discussion
      • • • poohzaza
      13
      -1
      Votes
      13
      Posts
      730
      Views

      Danalundefined

      @poohzaza said in duets wifi display mod:

      @Danal dose panel due port work like regular usb and panel due is like a computer that issue m code right

      Correct. The PanelDue, or anything that you build and attach to that serial port, must issue periodic commands to find things like the temperature or the current position. And parse the result.

      The PaneDue, or similar, must issue G-Code command sequences if it wishes the printer to move.

      And so on and so forth. The hardware serial port is a 3.3V TTL hardware serial, the bytes that flow down that hardware link are G and M codes to the printer, and responses back.

    • poohzazaundefined

      enable M918

      Firmware developers
      • • • poohzaza
      5
      0
      Votes
      5
      Posts
      279
      Views

      T3P3Tonyundefined

      @poohzaza if you want to setup to build your own firmware see:
      https://github.com/dc42/RepRapFirmware/blob/dev/BuildInstructions.md

    • poohzazaundefined

      dyamic stalldection

      Tuning and tweaking
      • • • poohzaza
      4
      0
      Votes
      4
      Posts
      218
      Views

      poohzazaundefined

      so how do i change stall dection with high and low print speed i useing cura

    • poohzazaundefined

      Unsolved conect ender 3 display

      Duet Hardware and wiring
      • • • poohzaza
      1
      0
      Votes
      1
      Posts
      111
      Views

      No one has replied

    • poohzazaundefined

      poor wifi range duets wifi

      Duet Web Control
      • • • poohzaza
      3
      0
      Votes
      3
      Posts
      206
      Views

      fcwiltundefined

      Hi,

      There is a "mod" you can perform to add an external antenna which could help.

      I had to add a dedicated WiFi Access Point for my printers as the existing one was just too far away.

      Frederick

    • poohzazaundefined

      porting rrf firmware to arduino due with ramps

      Firmware developers
      • • • poohzaza
      10
      0
      Votes
      10
      Posts
      548
      Views

      dc42undefined

      The concept tool board that we demonstrated at TCT uses a TMC2209. Our existing TMC22xx driver controls it, and apart from not supporting stall detection, works fine. We'll add stall detection to that driver in due course.

    • poohzazaundefined

      Add encoder to ender 3

      Tuning and tweaking
      • • • poohzaza
      4
      0
      Votes
      4
      Posts
      352
      Views

      oliofundefined

      You don't need a closed loop motor for stall detection. See https://duet3d.dozuki.com/Wiki/Stall_detection_and_sensorless_homing for an introduction to how to do this on Duet2 Wifi.