• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle





  • Wasn’t aware of the test (SuperSlicer user here), and found this.

    The tower has multiple notches, each one corresponding to a different retraction length. By looking at the tower after printing, you can see how each retraction length affects the print quality.

    So check your surface finish and select the retraction value with the best looks.



  • Ender 3v2 as starter here, doubled the price with a lot of upgrades/modifications. Got it running rock solid with Klipper and a microswiss direct drive.

    Grabbed the piggy bank and am now really satisfied with my voron 2.4.

    But very pleased with the fact I started with the Ender and got to learn then basics.

    As far as I can suggest anything; start with something with a large installed base, so it will be easy to find answers or (hardware) solutions to your problems. I can tell you, the installed base for Ender is large, but the quality of the hardware, is what you pay. And they are cheap…



  • Designing stuff: FreeCad and OpenSCAD. Lots of YouTube material for educational purposes.

    Regarding the printer, this depends on the make/model/manufacturer, but the more serious people (not starting a flame war here, just my observation) tend to use Klipper. Most printers run some form of Marlin, but most can run Klipper as an alternative firmware.

    And there are the slicers… A huge amount of choice here, but one way or the other, most are forks/spinoffs of previous work. Personal choice here is SuperSlicer, mostly due to its interface and me being too lazy to use OrcaSlicer of one of the other options.

    But beware: tuning, measuring adjusting will take a lot of time. And the entire 3d printing community likes is.






  • I’m using a bl-touch. So the firmware will need to know the delta between the tip of the probe and your extruder (the z-offset).

    I doubt creating a mesh without a probe is possible. At the moment I use a mesh with 9*9 points. This gets saved to eeprom and (see the other comment) loaded at startup using a g-code. I let it do a three-point probe after hearing the bed, so the software knows if it needs to tilt the mesh.

    I do use octoprint, but these capabilities are all embedded in the software by mriscoc.