Hi

A couple of days ago the hotend wouldn’t heat up and i got a couple of errorcodes/warnings in the display. The bed heats up just fine, so i ordered a new hotend parts (heater, thermistor and a new aluminum block). Changed all of this, but still the same error. I can se that the thermistor works because it changes values in the display when touching the thermistor-end. Any good ideas why the heater doesn’t heat?

  • @UncleStewartOP
    link
    English
    11 month ago

    Yes, that little board connects many of the cables from the main board to one USB-C, the the black and the white connectors. The USB-C is the only one going to the hotend.
    Anways, thank you, kind internet stranger, for trying to help me out with this. Looks like I’m gonna have to replace the mainboard.

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      Our hobby survives on the backbone of kind internet strangers, to deny your call is to deny yourself.

      I don’t know your printer’s configuration, but assuming a pretty standard setup (single extruder, single X and Y steppers, single or dual z) I can recommend the SKR MINI 3.0. It’s a gem to handle, documentation and firmware are readily available on their GitHub, and best of all, they’re cheap and easy to source (assuming you’re in the US).

      While you’re looking in to changing your main board, may I suggest you take a peek at Klipper? It’s phenomenally worth the effort it takes to set up, and you’re already going to be doing a big amount of the same legwork if you’re getting a different main board than stock.

      • @UncleStewartOP
        link
        English
        11 month ago

        Yeah, it’s a pretty standard setup. The previous owner put a BLTouch on the printer but never got it to work. I’ve had the printer for about 2 weeks and was about to figure this ABL out, but it misses the ABL option in the menu.
        I’m pretty new in the 3D print business and know nothing about flashing, compiling, and all the options you can do. You recommend the SKR MINI 3.0, and i didn’t know i could change the mobo to other than the original SKR V1.4. What are the benefits of changing to the SKR MINI? And, no, I’m not in the US. But I’ll find it here in Norway…
        And Klipper? Not heard of that either, but a fast youtube peek tells me that this too might be interesting…

        • @[email protected]
          link
          fedilink
          English
          11 month ago

          and i didn’t know i could change the mobo to other than the original

          That’s what’s great about (most) printers, you can do whatever you want with them 😁

          about to figure this ABL out, but it misses the ABL option in the menu.

          That’s because you’re using the stock firmware, which was not compiled with the bltouch in mind. If you want to get that working, you’d have to flash a different firmware, at which point I’d highly recommend Klipper, maybe I’m just bad at using Marlin (the other popular 3d printing firmware) but compiling firmware for it was a million times more difficult than getting klipper working

          • @UncleStewartOP
            link
            English
            11 month ago

            SKR MINI V3 and a Rasperry Pi 4 (for Klipper) is ordered and in the mail…
            Shit, what have i done. Haha

            • @[email protected]
              link
              fedilink
              English
              11 month ago

              Shit, what have i done.

              You’ve added another notch to you nerd belt!

              That’s the exact setup I’ve got. Let me know if you have any questions or issues getting things set up. Once you have it figured out you’ll wonder why anyone uses marlin… there’s just so much available. With marlin, literally everything is baked directly into the firmware, and unless you compiled it yourself or dug through the code you’ve got no idea what’s going on with the printer. Set up a retraction tower? Better hope it was set up right because marlin won’t tell you current retract settings. Leveled your bed? Better hope that the numbers stick and the mesh is actually applied to prints.

              With Klipper, not only is all of that easily configurable by editing a text file, all of that information is available directly in the GUI. Want your printer to do something else at the start of every print? Just change your start up macro. Realize that you set the wrong retract distance in your slicer? Just change the setting in the GUI. Start a print job with 5 models and one of them starts to fail? Don’t cancel the whole print, just the part that’s failing.

              These are just off the top of my head improvements and there’s literally dozens if not hundreds more. What have you done? You’ve elevated.

              • @UncleStewartOP
                link
                English
                129 days ago

                Let me know if you have any questions>

                I only have questions.

                First things first, i probably should get control on the cables and their markings before i take out the old mainboard.
                I’ll start this adventure as soon as the parts arrive. Parts are still in the mail somewhere…
                Thanks for offering to help me out here.