this post was submitted on 29 Aug 2023
9 points (100.0% liked)

3D Printing

4302 readers
1 users here now

For everyhting 3D printing related.

Please be excellent to each other :)

Icon by Freepik, Banner photo by Thiago Medeiros Araujo

founded 3 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

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

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year 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.