I own the Ender 3 Pro BUT, I have the silent motherboard 32-bit and installed with the firmware: “Ender-3 Pro_HW4.2.7_SW2.0.9.03_SpritExt_H300” because it seems like its the only one meant for the extruder pro kit. It complains that the BL-Touch is not attach to it. I can see it in Octoprint error message and gcode terminal.

With the default firmware on it, it did manage to start the print till its heated to 228°C, but Octoprint couldn’t proceed after the printer heated. It just waited till infinity.

Additionally the Display is not working at all, its beeping and mid beeping a louder beep is repeating every second. Not sure why, but the display claims to support Ender 3 Pro, Ender 3 and Ender 3 v2.

More Sources:

What firmware would be the correct one for the extruder? Should I return the Display?

Silent Mainboard did work with the stock-extruder. It stopped working with Octoprint after replacing the extruder with the new one, but seems to heat and move correctly.

  • kek_w_lol@lemmy.one
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    Idk about the extruder, but maybe you should compile marlin from scratch. The display issue seems to indicate that marlin has basically no idea what to do with it. Silent motherboard might not be working, because the hybrid threshold is set too low (e.g. switches from stealthchop to spreadcycle too early) or it just operates in spreadcycle. The probe can also be attributed to bad firmware. If you want to dive deeper or need help, hit me up, we’ll figure it out.

    Also PID tune your hotend with this command: M303 E0 C5 S210 U

    • ReakDuckOP
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      I first want to try compiling it. How can it be that the downloads I randomly saw had the same marlin version but differen bin files for ender 3, ender 3 pro and ender 3 v2? It seems like I just compile a general firmware for an unknown printer.

      • kek_w_lol@lemmy.one
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        Marlin is the name of the firmware. It can be configured for any printer. It stands between the cpu of the mainboard and the motion system, telling the cpu what hardware you have and how to use it.

    • ReakDuckOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      10 months ago

      This seemed to work with PID tune. It was confusing at first to compile bit seems easy now.

      The screen was needed to be selected. But I just send it back for being too glitchy and restrictive.

      • kek_w_lol@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        Glad it worked out for you. Good luck and happy printing. Send me a message if you need help with the firmware. Cheers.

  • tenzen@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    I’ve installed the sprite pro on my ender 3 max. To get it going I compiled my own firmware and found that TH3D’s firmware was simple and worked well.

    https://www.th3dstudio.com/

    Although it wasn’t long and I added an rpi and installed Klipper.

    For the bltouch, I didn’t really spend time on it. The connector to the included board on the extruder didn’t work - - I ran my own wire directly to the main board. Likely user error, but it’s working so I stopped trying to fix it.

    Hope this helps.