Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Nagoya-Kougei
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 11
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Nagoya-Kougei

    • Nagoya-Kougeiundefined

      How do large AC power switching surges affect the Duet board?

      Using Duet Controllers
      • • • Nagoya-Kougei
      3
      0
      Votes
      3
      Posts
      175
      Views

      Nagoya-Kougeiundefined

      @droftarts
      I had never heard of such surges occurring at installation sites, so it was unexpected.
      I plan to replace all the tool boards I use.

      I think the firmware version of the 1LC was 3.4.4.
      1LC should not have had 3.4.5.
      sorry. I can't confirm it right away because I don't have the equipment at hand.

      I think additional surge protection should be added to the AC circuit.
      Is a protective component like a varistor necessary on the DC side as well?

    • Nagoya-Kougeiundefined

      want to set the timeout period for a simple filament sensor.

      Gcode meta commands
      • • • Nagoya-Kougei
      7
      0
      Votes
      7
      Posts
      314
      Views

      Nagoya-Kougeiundefined

      @dc42  Thank you for the additional information! , I trt it !

      Thanks to your support, we have successfully configured the firmware and will soon be able to release our tool change 3D printer!

    • Nagoya-Kougeiundefined

      Solved Is it possible to run macros inside the " " of M911?

      Gcode meta commands
      • • • Nagoya-Kougei
      3
      0
      Votes
      3
      Posts
      177
      Views

      Nagoya-Kougeiundefined

      @dc42 Thank you for teaching me how to write Gcode.

      It worked fine and the shutdown was performed!

    • Nagoya-Kougeiundefined

      Want EMO on mini5+, but doesn't work by official connect.

      Duet Hardware and wiring
      • • • Nagoya-Kougei
      3
      0
      Votes
      3
      Posts
      120
      Views

      Nagoya-Kougeiundefined

      @jay_s_uk

      That connection is correct.

      As for T2, it's now T2 for testing.

    • Nagoya-Kougeiundefined

      Does enabling RasPi Overlay FS cause problems in SBC mode?

      General Discussion
      • • • Nagoya-Kougei
      2
      0
      Votes
      2
      Posts
      208
      Views

      chrishammundefined

      @Nagoya-Kougei That is correct. G-code and other SD files (comparable to standalone mode) are saved in /opt/dsf/sd. You can adjust this path in /opt/dsf/conf/config.json -> BaseDirectory AFAIR in case you want to move it to /boot or somewhere else.

      I consider ext4 to be robust enough to deal with sudden power losses, so I am not worried about FS corruption on my machines. In contrast to ext2/3 on older HDDs I've never encountered FS problems with ext4.