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

    Dariusz

    @Dariusz

    1
    Reputation
    2
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Dariusz Unfollow Follow

    Best posts made by Dariusz

    • RE: Need help setting up Servo?

      i was searching for possibility to deactivate servo, to prevent damage (overheat) it in my case, and finally I have found a solution. You have to set "!" in front of pin name and then again any M280. "!" changes polarity of output and next M280 command results in sending unreliable data to servo so it deactivates.
      Like in example bellow.

      Of course then before any M280 command you should put M950.

      M950 S1 C"pinname"
      M280 P1 S180
      M950 S1 C"!pinname"
      M280 P1 S180

      posted in Firmware installation
      Dariuszundefined
      Dariusz

    Latest posts made by Dariusz

    • RE: Need help setting up Servo?

      i was searching for possibility to deactivate servo, to prevent damage (overheat) it in my case, and finally I have found a solution. You have to set "!" in front of pin name and then again any M280. "!" changes polarity of output and next M280 command results in sending unreliable data to servo so it deactivates.
      Like in example bellow.

      Of course then before any M280 command you should put M950.

      M950 S1 C"pinname"
      M280 P1 S180
      M950 S1 C"!pinname"
      M280 P1 S180

      posted in Firmware installation
      Dariuszundefined
      Dariusz
    • RE: TFT 2.4 display communication problem.

      @dariusz So I have tried with several TFT25 firmware including first one which has config_rrf.ini from march 2021. No change, still no continuous communication with duet2 wifi board.

      posted in Third-party software
      Dariuszundefined
      Dariusz
    • RE: TFT 2.4 display communication problem.

      @jay_s_uk I was trying also other numbers. It works with 2 also, the same way.

      posted in Third-party software
      Dariuszundefined
      Dariusz
    • RE: TFT 2.4 display communication problem.

      @jay_s_uk M575 P1 S0 B57600

      posted in Third-party software
      Dariuszundefined
      Dariusz
    • RE: TFT 2.4 display communication problem.

      @jay_s_uk Unfortunately, didn't help 😞

      posted in Third-party software
      Dariuszundefined
      Dariusz
    • TFT 2.4 display communication problem.

      I would like to use TFT24 V1.1 display with DUET 2 WiFi board. I have PanelDue displays 5 and 7 in other projects. For this one I needed small display and Duet 3D documentation claims, it should work fine. But there is problem with communication, wich is not continuous but only on power up, error messages, and display mode change. I have opened bug issue on BIGTREETECH-TouchScreenFirmware GitHub, https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/2475. However they claim its Duet 3D board related. May someone help me to solve this problem. There is also Video with description to better understand the issue.

      dariusz737 created this issue in bigtreetech/BIGTREETECH-TouchScreenFirmware

      closed [BUG] No continous communications with DUET 2 WIFI board #2475

      posted in Third-party software
      Dariuszundefined
      Dariusz