Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. gloomyandy
    3. Topics
    • Profile
    • Following 0
    • Followers 8
    • Topics 10
    • Posts 1,643
    • Best 347
    • Controversial 1
    • Groups 0

    Topics created by gloomyandy

    • gloomyandyundefined

      WiFi disconnects, but connects after refresh

      STM
      • • • gloomyandy
      19
      0
      Votes
      19
      Posts
      838
      Views

      gloomyandyundefined

      @chrishamm Yes but why does doing a browser "refresh" fix the problem? As far as the WiFi server is concerned it is just seeing http requests so I don't see why the refresh would fix a problem at the server side? It seems odd to me? Maybe it is just a change in the timing of requests? If we can understand why that refresh fixes things it might help us resolve the problem (if there is one) in the WiFi server.

    • gloomyandyundefined

      Solved M915 Incorrect stall detection range for TMC2209 drivers

      Documentation
      • • • gloomyandy
      2
      3
      Votes
      2
      Posts
      246
      Views

      droftartsundefined

      @gloomyandy Thanks, updated. It was getting a bit long winded, so I moved the parameter description to a note.

      Ian

    • gloomyandyundefined

      Solved M106 handling of X (max fan speed) parameter

      Documentation
      • • • gloomyandy
      3
      0
      Votes
      3
      Posts
      257
      Views

      droftartsundefined

      M106 entry updated.

      Ian

    • gloomyandyundefined

      State saved/restored when a macro runs

      Gcode meta commands
      • • • gloomyandy
      4
      0
      Votes
      4
      Posts
      240
      Views

      dc42undefined

      @gloomyandy no, the only special thing about system macros (apart form being invoked automatically) is that they ignore workplace coordinate offsets.

    • gloomyandyundefined

      Comparing klipper and RRF input shaper data collection

      Beta Firmware
      • • • gloomyandy
      32
      11
      Votes
      32
      Posts
      6.3k
      Views

      gloomyandyundefined

      @pcr Short answer no.

      Longer answer:
      At the moment beta6 does not allow you to capture more then 64K samples. But you may be able to get it to work by using a lower capture data rate in M956 and then modifying the script to match, but this is not something I have tried. It looks like the next RRF build should have support for larger captures: https://github.com/Duet3D/RepRapFirmware/commit/020e9fbc171b1a519d9b8f01df2e68f1c273beaf

      0 dc42 committed to Duet3D/RepRapFirmware Support collecting more than 64k acceleraometer samples
    • gloomyandyundefined

      Macro files SBC v Standalone

      Beta Firmware
      • • • gloomyandy
      10
      0
      Votes
      10
      Posts
      629
      Views

      chrishammundefined

      @gloomyandy Thanks, I'll check what's going on. It will be fixed in the upcoming version.

    • gloomyandyundefined

      Input shaping testing and thoughts

      Beta Firmware
      • • • gloomyandy
      6
      1
      Votes
      6
      Posts
      2.8k
      Views

      Phaedruxundefined

      @gloomyandy said in Input shaping testing and thoughts:

      I wonder if there is any way that the shaper tuning process could identify and ignore things like this?

      I seem to recall it being suggested that the accelerometer could be attached to the frame for a base run and then subtract that from the print head run, but I'm not sure what became of that idea.

    • gloomyandyundefined

      [3.4.0b4] Expression nesting too deep

      Beta Firmware
      • • • gloomyandy
      4
      0
      Votes
      4
      Posts
      293
      Views

      dc42undefined

      @gloomyandy thanks for reporting this. I have reduce the stack usage of ExpressionParser::ParseIdentifierExpression, which had grown in beta4, and increased the SBC task stack size from 820 to 1000 words.

    • gloomyandyundefined

      DSF 2.2.0 long comments in gcode causes an exception

      DSF Development
      • • • gloomyandy
      7
      0
      Votes
      7
      Posts
      450
      Views

      gloomyandyundefined

      Ah that makes sense! Thanks for the info Chris.

    • gloomyandyundefined

      DSF 2.1.0 and Recent versions of Prusa Slicer

      DSF Development
      • • • gloomyandy
      1
      1
      Votes
      1
      Posts
      172
      Views

      No one has replied