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

    Topics created by leone

    • leoneundefined

      [3.6.0-rc.2] Expansion boards microstep positioning error

      Beta Firmware
      • • • leone
      3
      0
      Votes
      3
      Posts
      79
      Views

      leoneundefined

      @dc42 here the files, yes the report is the same with M400 in between.
      config.g
      test_microstep.g

    • leoneundefined

      Collect ADC sensor values at high frequency

      Firmware developers
      • • • leone
      3
      1
      Votes
      3
      Posts
      123
      Views

      leoneundefined

      @dc42 about 200-250Hz is good for what I'm doing now. If higher is possible, it is even better for future uses.

    • leoneundefined

      [3.6.0-beta.1] Step timing error

      Beta Firmware
      • • • leone
      4
      0
      Votes
      4
      Posts
      110
      Views

      Notepadundefined

      @Argo

      Beta2+1 https://www.dropbox.com/scl/fo/kaxbpbsyq2lxbae4tmzpk/AAPVUAh6CO_FMO-cG9ttX6U?rlkey=f0aesppc8d2p7bzwwi2s1jayo&dl=0.
      (newest) Beta2+4 https://www.dropbox.com/scl/fo/ga0jqwfksechhukg2uiz8/AOV3DR8z1C0UWczc8Rx25gE?rlkey=4saeh9luddndvxbhb0kdaqugr&dl=0.

      You may want to try beta2+4's homing behaviour, For me something broke, On +1 it was fine.
      Most of the step timing errors have been fixed in beta2

    • leoneundefined

      [3.6.0-beta.2 and prev] Random out of sync

      Beta Firmware
      • • • leone
      16
      3
      Votes
      16
      Posts
      499
      Views

      dc42undefined

      @leone thanks again. Looks like the maximum allowed acknowledge delay should be about 900 to allow for maximum length messages. However, I'm still a little surprised that you had the maximum delay exceeded 10 times in succession.

    • leoneundefined

      [FW 3.5.2] High jerk good for circular path not for corners

      Tuning and tweaking
      • • • leone
      40
      2
      Votes
      40
      Posts
      2.2k
      Views

      Phaedruxundefined

      @Triet said in [FW 3.5.2] High jerk good for circular path not for corners:

      I downloaded Duet2CombinedFirmware.bin from
      https://github.com/Duet3D/RepRapFirmware/releases/tag/3.6.0-beta.4
      and installed it as usual, but I saw no files being extracted as it usually happens

      Beta versions of the firmware are not packaged together as a single zip file as the main releases are.

    • leoneundefined

      [FW 3.5.2] M569.2 and microstepping lookup table

      Tuning and tweaking
      • • • leone
      21
      0
      Votes
      21
      Posts
      979
      Views

      leoneundefined

      @dc42 great news!
      The modulation parameter goes from -27 to 39.

      maxMod.PNG minMod.PNG

    • leoneundefined

      [RRF 3.5.2] Extruder motor fails to do a long extrusion

      General Discussion
      • • • leone
      6
      0
      Votes
      6
      Posts
      271
      Views

      adambxundefined

      @dc42 understood, thanks for the detailed response. Moves this long are not really a use case when 3d printing i guess. Certainly not important for us right now as the behaviour was only noticed on accident.

      Thanks again!
      Cheers

    • leoneundefined

      Crash when creating a variable from an Object Model array

      Firmware developers
      • • • leone
      3
      0
      Votes
      3
      Posts
      176
      Views

      leoneundefined

      @dc42 thanks!

    • leoneundefined

      [FW 3.5.1] Is parameter "A" implemented in M956?

      General Discussion
      • • • leone
      4
      0
      Votes
      4
      Posts
      187
      Views

      gloomyandyundefined

      @leone From the 3.5.1 source....

      gb.MustSee('A'); const uint8_t mode = gb.GetUIValue(); ... ... ... (void)mode; // TODO implement mode

      So the various A options are not currently implemented.

      See: https://github.com/Duet3D/RepRapFirmware/blob/3.5-dev/src/Accelerometers/Accelerometers.cpp#L391