Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Th0mpy
    3. Topics
    • Profile
    • Following 4
    • Followers 4
    • Topics 23
    • Posts 154
    • Best 15
    • Controversial 0
    • Groups 0

    Topics created by Th0mpy

    • Th0mpyundefined

      RP2040 Compilation error

      Firmware developers
      • • • Th0mpy
      15
      0
      Votes
      15
      Posts
      702
      Views

      Th0mpyundefined

      @EdChamberlain It's working but I've taken small breaks to build some other hardware.

      The core of the SB2040 toolboard is working great. I am looking into I2C in order to add an LIS3DH accelerometer, but the I2C libs aren't wired up into the RP2040 yet.

      I had a few issues with my environment and now can compile both the 3.5 code for RP2040 and Jay's branch.

      Does anyone know when I2C might be ready to test on the RP2040? I'm digging around but I'm getting a little lost.

    • Th0mpyundefined

      It's time - Who wants to buy one of my 3d printers?

      Off Topic
      • • • Th0mpy
      1
      0
      Votes
      1
      Posts
      243
      Views

      No one has replied

    • Th0mpyundefined

      SAMMYC21 ERCF

      Hardware dev
      • • • Th0mpy
      25
      0
      Votes
      25
      Posts
      1.6k
      Views

      Th0mpyundefined

      @VoodooBane I don't know, I haven't seen them online for quite some time. It's pretty simple, however, to update and compile the firmware. To be honest it's been a hot minute since I touched it last.

      I was looking around for someone else and either I sold them all or completely lost them in my shop 😄

      I am considering a new order of them, if I get enough interest it would push my decision up a notch.

    • Th0mpyundefined

      Accelerometer support?

      Duet Hardware and wiring
      • • • Th0mpy
      2
      0
      Votes
      2
      Posts
      195
      Views

      jay_s_ukundefined

      @Th0mpy it does not.
      Only the LIS3DH and LIS3DSH are supported

    • Th0mpyundefined

      Looking for a test board

      General Discussion
      • • • Th0mpy
      2
      0
      Votes
      2
      Posts
      186
      Views

      jay_s_ukundefined

      @th0mpy or buy an SKR3. That supports RRF and CAN-FD

    • Th0mpyundefined

      Support for RP2040?

      Other control boards
      • • • Th0mpy
      10
      0
      Votes
      10
      Posts
      935
      Views

      dc42undefined

      @o_lampe you do need the CAN transceivers. They should have low propagation delay because we can't do transmitter delay compensation on the RP2040. And yes, the MCP2542 CAN transceivers that we use on Duets and recommend for the RP2040 are hard to find at present, however the SOIC version is currently available from Microchip Direct.

    • Th0mpyundefined

      Heated chamber configuration

      Tuning and tweaking
      • • • Th0mpy
      5
      0
      Votes
      5
      Posts
      568
      Views

      infiniteloopundefined

      @th0mpy said in Heated chamber configuration:

      What firmware version are you running?

      This version needs RRF 3.3 or higher, but the initial config ran under RRF 2.5. Currently, I am at 3.4.0.

    • Th0mpyundefined

      G30 and deployprobe.g

      Tuning and tweaking
      • • • Th0mpy
      5
      0
      Votes
      5
      Posts
      265
      Views

      fcwiltundefined

      @th0mpy said in G30 and deployprobe.g:

      What does NOT work is if I issue a command G30 Xnnn Ynnn. I cannot seem to figure out how to use deployprobe AND a G30 command which contains coordinates.

      Unless that has changed very recently using G30 like that ignores the X and Y parameters.

      I have made a request in the past to implement that capability.

      Frederick

    • Th0mpyundefined

      5V output seems low - damaged regulator?

      Duet Hardware and wiring
      • • • Th0mpy
      6
      0
      Votes
      6
      Posts
      264
      Views

      Th0mpyundefined

      @jay_s_uk I do. I am running it stand-alone now and everything seems fine, just the voltage on the 5V rail is a bit low.

    • Th0mpyundefined

      Other supported accelerometers?

      General Discussion
      • • • Th0mpy
      2
      0
      Votes
      2
      Posts
      155
      Views

      jay_s_ukundefined

      @th0mpy only the LIS3DH and LIS3DSH are supported

    • Th0mpyundefined

      Solved Bearing specs?

      Filament Monitor
      • • • Th0mpy
      6
      0
      Votes
      6
      Posts
      264
      Views

      Lo-Fiundefined

      @th0mpy sorry, I'm being an idiot. Yes, they're the main bearings! I do have the dimensions scribbled down for the idler somewhere...

      EDIT:

      3x8x4, so look for 693ZZ for the idler

      Apologies, it's been a long week!

    • Th0mpyundefined

      Toolboard 1lc additional header?

      Hardware wishlist
      • • • Th0mpy
      3
      0
      Votes
      3
      Posts
      280
      Views

      Th0mpyundefined

      @pcr I think you still should have a diode on the input right?

      Looking for a single header that will power the inductive probe and accept the signal generated. As well, it should be flexible to offer a few different voltages. I thought that a diode would be required to fully satisfy all the requirements.

    • Th0mpyundefined

      Neopixel setup problems

      Tuning and tweaking
      • • • Th0mpy
      8
      0
      Votes
      8
      Posts
      504
      Views

      Th0mpyundefined

      @dc42 Excellent!!! Thanks for the update! I'll give it a whirl this weekend.

    • Th0mpyundefined

      SAMMY-C21 cannot compile

      Firmware developers
      • • • Th0mpy
      2
      0
      Votes
      2
      Posts
      184
      Views

      dc42undefined

      @th0mpy I suggest you use either the 3.3-dev branches of all four projects, or the 3.4-dev branches.

    • Th0mpyundefined

      Mesh leveling with distinct points?

      Firmware wishlist
      • • • Th0mpy
      6
      0
      Votes
      6
      Posts
      247
      Views

      zaptaundefined

      Theoretically it's possible to write a utility program that will takes readings from arbitrary points and will export it as a grid compatible with RRF.

      What this utility needs to do is to take the set of points, perform regression to some surface, then sample that surface at grid points and exports the grid to RRF as a .csv file.

      If somebody here has a good mathematical background with this sort of things, I don't think it would be too difficult to write.

      Alternatively, the program can take a dense mesh sampling with problematic points removed and then estimate them using neighboring points. Again, will require some mathematics.

    • Th0mpyundefined

      Sammy-C21 Thermistor

      Duet Hardware and wiring
      • • • Th0mpy
      3
      0
      Votes
      3
      Posts
      236
      Views

      T3P3Tonyundefined

      @th0mpy the additional circuitry on the Mainboard and most expansion boards is to provide the firmware.eith reference voltages to compensate for variations in the analog voltage levels. This leads to more accurate and repeatable temperature readings. The 1XD temp input does not have this so is less accurate than other Duets. That is fine for the application (motor overheating sensor).

    • Th0mpyundefined

      Thermostatic enclosure fan

      Beta Firmware
      • • • Th0mpy
      5
      0
      Votes
      5
      Posts
      261
      Views

      Phaedruxundefined

      Check this page out to see what you can't do atm. https://duet3d.dozuki.com/Wiki/Duet_3_firmware_configuration_limitations

    • Th0mpyundefined

      CANBUS disconnecting sometimes?

      Beta Firmware
      • • • Th0mpy
      9
      0
      Votes
      9
      Posts
      603
      Views

      Th0mpyundefined

      @dc42 I'm glad to know that I'm not crazy (in this particular instance)! Let me know if you need anything, happy to help.

    • Th0mpyundefined

      G32 In 3.4 Beta 3

      Beta Firmware
      • • • Th0mpy
      7
      0
      Votes
      7
      Posts
      380
      Views

      dc42undefined

      Thanks for reporting this, it should be fixed in the next build.

    • Th0mpyundefined

      Solved Strange behavior during probing in 3.3 (solved in 3.4b3)

      Beta Firmware
      • • • Th0mpy
      17
      0
      Votes
      17
      Posts
      602
      Views

      Phaedruxundefined

      Glad that's fixed it. Please keep up with the 3.4 releases as they come on the way to the final release just to confirm that it stays fixed.