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

    Topics created by justGuner

    • justGunerundefined

      G32 causes printhead to go beyond limits

      General Discussion
      • • • justGuner
      7
      0
      Votes
      7
      Posts
      104
      Views

      droftartsundefined

      @justGuner said in G32 causes printhead to go beyond limits:

      However, I keep on getting the following error:

      Error: Some computed corrections exceed configured limit of 1.00mm: 2.404 -2.621

      That's coming from your M671 command in config.g, which defines the leadscrew positions:

      ... M671 X-22:287 Y163:163 ...

      See https://docs.duet3d.com/User_manual/Reference/Gcodes#m671-define-positions-of-z-pivot-points-or-bed-levelling-screws
      You have omitted the S parameter, so it is defaulting to 1mm. If the levelling is likely to move, it's worth making the first probe have a wider limit eg M671 ... S5, with more probe lift (M558 H parameter).

      Ian

    • justGunerundefined

      Mixing stepper drivers on SKR 3 EZ

      STM
      • • • justGuner
      24
      0
      Votes
      24
      Posts
      978
      Views

      gloomyandyundefined

      @justGuner That's very odd, it must be something specific to your board/driver/wiring/steppers/config because we must have loads of users running with stealthchop and not getting random short to vin errors.

    • justGunerundefined

      RRF36 disconnecting mid-print

      General Discussion
      • • • justGuner
      35
      0
      Votes
      35
      Posts
      1.0k
      Views

      justGunerundefined

      First print with the new board at relatively high speeds (compared to the previous setup) and no CAN disconnects! I guess this means that the cabling is fine.

    • justGunerundefined

      RRF36 weak extruder (overheating?)

      Duet Hardware and wiring
      • • • justGuner
      8
      0
      Votes
      8
      Posts
      195
      Views

      gloomyandyundefined

      @justGuner What does M122 b124 (or whatever board number your RRF36 is) report when it is in this "low power" state? What current setting do you have for the driver? Is this in a heated chamber? How are you determining that the power has been reduced?

    • justGunerundefined

      SKR 2 + RRF36

      General Discussion
      • • • justGuner
      21
      0
      Votes
      21
      Posts
      623
      Views

      justGunerundefined

      @gloomyandy good to know

    • justGunerundefined

      Type of accelerometer on CAN toolboard

      General Discussion
      • • • justGuner
      2
      0
      Votes
      2
      Posts
      123
      Views

      oliofundefined

      @justGuner ADXL345 is not supported in RRF. 3.5 supports the lis2dw which also is supported in Klipper.

    • justGunerundefined

      Esp8266 not turning on after mainboard reset

      STM
      • • • justGuner
      21
      0
      Votes
      21
      Posts
      823
      Views

      justGunerundefined

      I finally installed a esp32 from btt and it works just fine. Too bad I couldn't find an answer for the original question that started this thread. I might revisit this at some point in the future, who knows...

    • justGunerundefined

      Stallguard and endstop with tmc2209

      Duet Hardware and wiring
      • • • justGuner
      6
      0
      Votes
      6
      Posts
      350
      Views

      gloomyandyundefined

      @justGuner I don't think I've ever had a problem with missed steps during a print that hasn't also been part of a much bigger problem (so recovery was not an option). I've also found that sensorless homing is more than accurate enough to operate my e3d toolchanger (which needs pretty accurate and repeatable homing to be able to pick up and drop off tools). I think the reports of problems with accuracy are somewhat overstated. Honestly I think you are more likely to have issues with false triggers from stall detection during a print (especiially if you want to operate at higher speeds), but I guess only you know what will be best with your setup. Certainly the simplest setup would just be to use endstops and ignore stall detection completely! Good luck!

    • justGunerundefined

      Warning: obsolete object model field

      Gcode meta commands
      • • • justGuner
      7
      0
      Votes
      7
      Posts
      295
      Views

      dc42undefined

      @droftarts yes it's still supported at present but will be removed in a future version of RRF, hence the warning.