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

    Topics created by too

    • tooundefined

      script on layer change

      Firmware wishlist
      • • • too
      3
      0
      Votes
      3
      Posts
      339
      Views

      tooundefined

      @cncmodeller That's a good tip, I have actually resorted to something similar!
      I created a "M2001.g" file in the sys folder and added a M2001 command on each layer change...

      The issue is that I am using a custom slicer that I can't easily change myself and that doesn't have this capability (that at least adds ";LAYER: ##" markers at the beginning of a new layer). I was hoping to not have to manually change the gcode file, but thank god for the "change all occurrences" function in VSCode 🙂

    • tooundefined

      Unsolved Z probe Trigger value has no effect

      Tuning and tweaking
      • z probe trigger height • • too
      2
      0
      Votes
      2
      Posts
      297
      Views

      Phaedruxundefined

      @too said in Z probe Trigger value has no effect:

      M558 P5 C"^io4.in" F1500 T12000

      You're calling the full M558 line here in homez. I'm not sure, but I think this may be resetting your g31 to default values. If you only want to have two speeds for the G30 it would be easier to simply use two values for F in your M558 in config.g.

      Ex: M558 P5 C"^io4.in" F1500:120 T12000

      Otherwise, if you just want to alter a value in M558, just call it with the parameter you want to change.

      Ex M558 F1500

      The other thing that I notice is that your Z motors appear to be spread across the mainboard and expansion.

      M584 X0.3 Y0.4 Z0.0:0.1:0.2:1.1

      This may run into a limitation in RRF and it would be better to have all Z axis motors on the mainboard where the z probe connects.

      https://duet3d.dozuki.com/Wiki/Duet_3_firmware_configuration_limitations#Section_Temporary_limitations

      Due to CAN latency the motors connected to expansion boards may slightly overshoot the position at which the endstop or Z probe was triggered. This would not usually matter for an endstop switch, but it does mean that if the Z motor(s) is/are connected to an expansion board then repeated probing with a Z probe (e.g. for mesh bed compensation) is not advisable. This will be fixed in a future release

    • tooundefined

      Solved M571 not recognizing extruder moves

      General Discussion
      • • • too
      11
      0
      Votes
      11
      Posts
      737
      Views

      dc42undefined

      @too I'm sorry this has taken so long to resolve and I am glad you found a workaround. I am implementing a fix for M571 when the extruder is driven from a CAN-connected board in RRF 3.5beta2.

    • tooundefined

      Unsolved Duet3 1XD STP/DIR output issues

      Duet Hardware and wiring
      • duet3 6hc expansion 1xd external driver • • too
      15
      0
      Votes
      15
      Posts
      1.0k
      Views

      T3P3Tonyundefined

      hi @Kulitorum @too I have had a look at the gcode and config and done some calculations on max step rate. the values are quite reasonable so surprised you are seeing hiccups. It would be good to discuss in person further, I will email you tomorrow morning.

      In the mean time, at what point in the print are you seeing the weird outputs? Also do you see that with RRF 3.2?

    • tooundefined

      Height Map scaling

      Duet Web Control wishlist
      • • • too
      3
      3
      Votes
      3
      Posts
      372
      Views

      tooundefined

      @droftarts thanks for the tip!

    • tooundefined

      Solved DUET3 1XD M569 issues

      Beta Firmware
      • • • too
      5
      0
      Votes
      5
      Posts
      314
      Views

      tooundefined

      Yes, the boards work fine. I can control the axes that are connected to the individual boards even with this error coming up.

      I did in fact not have any termination resistor in the boards - I added them on the last one and would you look at that, the error is gone, thanks!

    • tooundefined

      Duet3 1XD firmware file

      Duet Hardware and wiring
      • • • too
      7
      0
      Votes
      7
      Posts
      396
      Views

      Pseud3mysundefined

      @jay_s_uk okay thank you

    • tooundefined

      RRF3 / Duet3 with Pi: execute bash through M code

      Firmware wishlist
      • • • too
      13
      0
      Votes
      13
      Posts
      729
      Views

      dc42undefined

      @Danal said in RRF3 / Duet3 with Pi: execute bash through M code:

      @dc42 said in RRF3 / Duet3 with Pi: execute bash through M code:

      It would be perfectly possible (and probably straightforward) to take a Telnet client and have it talk to the API provided by DSF. But Telnet is horribly insecure, so it would be much better to implement SSH or another secure alternative.

      Completely agreed. But there it is on D2. Hmm....

      And it's disabled by default. And we tell users not to make a Duet accessible to the Internet without using a VPN.

    • tooundefined

      Duet3 Logging with M929: incomplete entries

      Beta Firmware
      • • • too
      6
      0
      Votes
      6
      Posts
      268
      Views

      chrishammundefined

      Thanks, I'll fix it in the next DSF version. If you encounter more issues with DSF, please report them at GitHub.

    • tooundefined

      M28 not working in RRF3

      Beta Firmware
      • • • too
      6
      0
      Votes
      6
      Posts
      413
      Views

      dc42undefined

      @too said in M28 not working in RRF3:

      @dc42 did you get any further on the DSF M28 issue?

      I'm waiting for @chrishamm to look into it.

    • tooundefined

      RRF3: Start Gcode file from within gcode file using M32

      Firmware wishlist
      • • • too
      8
      0
      Votes
      8
      Posts
      739
      Views

      chrishammundefined

      M32 will be fixed for this use case in the next DSF version.

    • tooundefined

      immediate driver-disable when not in use

      Duet Hardware and wiring
      • • • too
      3
      0
      Votes
      3
      Posts
      225
      Views

      tooundefined

      Thanks, that does indeed look like it could help. I'll try that!

    • tooundefined

      Homing issue - Cartesian with dual Y motors

      Beta Firmware
      • • • too
      22
      0
      Votes
      22
      Posts
      1.2k
      Views

      dc42undefined

      @too, please test again with release 3.0 stable.