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

    Posts made by Fuganater

    • RE: Custom Splashscreen wrong color

      @Phaedrux said in Custom Splashscreen wrong color:

      @Fuganater well you can share the actual bmp file so we can see what format it's actually in.

      Generally the image will look a lot better when you can match the reduced color pallet of the screen, so try setting your color pallet to 16 colors.

      I'll have to do some googling because I have no idea how to do that.

      posted in PanelDue
      Fuganaterundefined
      Fuganater
    • RE: How to invert filament sensor?

      Well I solved this because I didn't understand RRF. (I've literally been at this for nearly a week)

      I was looking under "Machine Properties" and was going by that. I expected the signaling to change there but that is not the case.

      I had to just send M591 D0 to get what the ACTUAL status of the filament sensor was.

      With P1, it was wrong. With P2, it inverted it and triggered when filament was not present.

      Hopefully this helps another noob like me out.

      posted in Duet Hardware and wiring
      Fuganaterundefined
      Fuganater
    • How to invert filament sensor?

      Hello!

      I have a Duet 2 Wifi running 2.05 FW. I'm trying to add a filament sensor and while it works, it is working inverted. I can't for the life of me figure how how to invert the sensor.

      I'm using this sensor: https://www.amazon.com/TriangleLab-Filament-Runout-Detector-Printer/dp/B07DHD8WHF

      I also tried just a standard endsotp switch and I get the same results.

      Here is what is in my config.g
      ; Filament sensor
      M591 D0 P1 C3 S1 ; Set Filament sensor Simple type (High) for extruder drive 0, connected to endstop input 3 (E0)

      Please let me know if there is a simple fix for this. I've tried:

      P1 and P2
      S1 and S0
      Inverting the ground and sensor pin. Doesn't work as the board doesn't full boot due to a short.
      Tried multiple switches.

      Thanks so much for the help!

      posted in Duet Hardware and wiring
      Fuganaterundefined
      Fuganater
    • RE: Custom Splashscreen wrong color

      @Jacotheron

      While I did get this to work. The image still shows up blue. I also tried just a b/w image and it was very spotty. I may try to remake it at some point but I just don't have the time right now.

      I really wish this was easier to do.

      posted in PanelDue
      Fuganaterundefined
      Fuganater
    • RE: Custom Splashscreen wrong color

      @wilriker newbumblee.jpg bumblee-logo.jpg

      It won't let me upload a .bmp. I just converted these to .bmp in paint.

      posted in PanelDue
      Fuganaterundefined
      Fuganater
    • RE: Custom Splashscreen wrong color

      @dc42 said in Custom Splashscreen wrong color:

      Try the bmp2c from https://github.com/Duet3D/PanelDueFirmware/tree/master/Tools/bmp2c/Release

      So I do that but it still shows up as the wrong color.

      I also tried a much simpler version and it just flat out doesn't work at all. The display looks fine and works as it should. Just no image at boot up.

      This is the image I was trying:
      e28cb358-d9aa-46b0-8f94-7fc8a3e7568d-image.png

      Since I am using RR 2.01, I'm using this version for the PanelDue: https://github.com/Duet3D/PanelDueFirmware/releases/tag/1.24

      MY commands are:

      bmp2c-escher3d.exe newbumblee.bmp newbumblee.bin -b -c

      copy /b PanelDue-5.0i-7.0i-nologo.bin+newbumblee.bin PanelDueFirmware.bin

      posted in PanelDue
      Fuganaterundefined
      Fuganater
    • RE: Custom Splashscreen wrong color

      @wilriker said in Custom Splashscreen wrong color:

      @Fuganater Your can try the method described here: https://github.com/Duet3D/PanelDueFirmware#splash-screen

      But wrong colors usually indicate that you picked the wrong firmware binary as a base. Which PanelDue do you have?

      Point 1 - That method doesn't work because it is a 16-bit application and won't run on my 64-bit system.
      36991609-8baa-4a76-baa0-503d56704e36-image.png

      Point 2 - The colors for the rest of the display is fine. It is just the logo that is the wrong color. I have the MKS 7" Duet Panel.

      posted in PanelDue
      Fuganaterundefined
      Fuganater
    • Custom Splashscreen wrong color

      Hello!

      I'll do my best to explain but please tell me if more info is needed.

      I followed this guide and it works but my splashscreen is the wrong color. I tried exporting as a bmp in GIMP and Paint (which is what the instructions say). I think the issue is the orange/yellow that I am using isn't being converted properly.

      This is what it should look like.
      67b3219a-71f7-4655-acc9-66907067c470-image.png

      But this is what it looks like when on the panel.
      a62e8f2c-513b-44da-add8-d8e66de500c6-image.png

      Looking forward to any help I can get!

      posted in PanelDue
      Fuganaterundefined
      Fuganater