Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. jhalewood
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 25
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by jhalewood

    • jhalewoodundefined

      Independent control of single Z axis motor in multi-Z setup

      Tuning and tweaking
      • • • jhalewood
      3
      0
      Votes
      3
      Posts
      193
      Views

      jhalewoodundefined

      @droftarts Thank you so much Ian. Really appreciate that detailed input!

      You are correct about the crash, occasionally it can get so bad that even with increasing M671 S parameter, it'll crash.

      I wasn't sure about including the M906 and M350 commands, I only included because the gcode dictionary says

      M584 must come earlier in config.g than any M350 and M906 commands.

      But it makes sense they're not needed as already declared originally in order.

      Thanks again Ian!

    • jhalewoodundefined

      Shield_gnd

      Duet Hardware and wiring
      • • • jhalewood
      3
      0
      Votes
      3
      Posts
      101
      Views

      T3P3Tonyundefined

      @jhalewood to expand on @droftarts reply, often a shielded ethernet port will have little flexible tabs on the outside of it to make contact with the enclosure metal and give continuity of shielding. This allows someone mounting the board in an appropriate enclosure to achieve a similar connection. If you are not mounting the board in a shielded enclosure and using shielded ethernet cabling then you do not need to connect it.

    • jhalewoodundefined

      does duetpi support firstrun.sh?

      Firmware installation
      • • • jhalewood
      3
      0
      Votes
      3
      Posts
      159
      Views

      chrishammundefined

      @jhalewood It works just fine but note that the RPi imager also adjusts cmdline.txt AFAIK. I guess you need to do the same as well.

    • jhalewoodundefined

      duetpi will not run on usb ssd - raspbian will

      Firmware installation
      • • • jhalewood
      12
      0
      Votes
      12
      Posts
      457
      Views

      jhalewoodundefined

      @chrishamm Chris you are a fricken legend!

    • jhalewoodundefined

      What types of input does the interface webcam support?

      Duet Web Control
      • • • jhalewood
      2
      0
      Votes
      2
      Posts
      122
      Views

      chrishammundefined

      @jhalewood You can use JPEG/MJPEG, which is what Motion webcam server provides (see DSF in the linked article). Basically you can use any format that can be displayed in a browser; if it cannot be rendered using an img tag, you can still embed the remote stream using an iframe.

      AFAIK only MJPEG is generally supported in browsers. If rtsp was supported, I'd add support for it, too.

    • jhalewoodundefined

      Help choosing a more appropriate stepper

      Duet Hardware and wiring
      • • • jhalewood
      2
      0
      Votes
      2
      Posts
      256
      Views

      o_lampeundefined

      @jhalewood said in Help choosing a more appropriate stepper:

      My extrusion speed becomes limited (I believe) by hitting the speed limit of the steppers

      If you already have problems with extrusion speed, how about retraction? Do you retract at the same speed as you print?

      The digikey listing isn't very helpful. I could reduce the number of candidates to '60', by selecting 5mm shaft. I guess, that's what the Nimble needs?
      Looking further for lowest rated voltage only the trinamic steppers popped up. They are quite expensive and their voltage rating isn't very low.
      I'd recommend looking for other vendors and pick a Nema17 pancake motor with low inductance. Speed is all you need with 40:1 gear ratio

    • jhalewoodundefined

      Apparmor prevents plugins with python scripts running

      Plugins for DWC and DSF
      • • • jhalewood
      1
      1
      Votes
      1
      Posts
      247
      Views

      No one has replied

    • jhalewoodundefined

      Which G or M codes can be edited on the fly (while printing)?

      Tuning and tweaking
      • • • jhalewood
      4
      0
      Votes
      4
      Posts
      230
      Views

      jhalewoodundefined

      Thanks both of you.
      That's what I thought, but wanted to check.
      If it's alright, I'll add a little comment to the wiki, since the above is not reflected in it.

    • jhalewoodundefined

      Stepper current - per phase and M906 setting

      Duet Hardware and wiring
      • • • jhalewood
      3
      0
      Votes
      3
      Posts
      186
      Views

      engikeneerundefined

      @jhalewood usually the max rated current is based on a thermal limit (ie the motor gets too hot if you put more current through the phases).
      The both-phases rating will probably be higher, but I doubt it will be anywhere near double, as its still the same motor you're putting the heat in. Id guess 20% higher, but that's a bit finger in the air... There's also a question of whether the stated values are peak or RMS. Someone who understands this better might be along to explain it
      Having said that, I currently run a couple of my steppers slightly above their rated current without issue (never checked if it was per phase or not). You need some good airflow around them for the heat to dissipate. I'd try just turning up the current a bit until the motors get too hot to touch after running for a bit (I think about 60C is a typical limit). Make sure you're mounts aren't PLA though!
      Of course everything else you do to help the situation is also a good shout 🙂

    • jhalewoodundefined

      Duet3 6HC + load cell + amp

      Accessories and Add-ons
      • • • jhalewood
      10
      0
      Votes
      10
      Posts
      684
      Views

      jhalewoodundefined

      @rjenkinsgb Thanks mate, very kind, but I'm not in UK
      One of your colonies...

    • jhalewoodundefined

      DHT22 not working after update from 3.1.1 to 3.2.0

      Duet Hardware and wiring
      • • • jhalewood
      10
      0
      Votes
      10
      Posts
      682
      Views

      dc42undefined

      This was fixed in release 3.2.2.

    • jhalewoodundefined

      G29 not writing a heightmap.csv

      Tuning and tweaking
      • • • jhalewood
      3
      0
      Votes
      3
      Posts
      548
      Views

      jhalewoodundefined

      @chrishamm said in G29 not writing a heightmap.csv:

      G29 S3

      this worked. Can confirm that running a mesh level from the dashboard then manually sending g29 s3 saves the heightmap.

      (manually sending a g29 s0 in the console causes the console to be stuck on processing and doesn't finish, so you cant sent any more commands)