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

help-circle








  • 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…


  • I use OpenSCAD to have a declarative method to ‘design’ boxes for my electronic projects. So boxes and lids with hinges and stuff.

    When I need something with accurate measurements but a more complex design, FreeCad is the go-to tool. Sprockets, PS5 controller loading-station, bolts and nuts.

    Blender probably can be used too, but I have never used it.


  • If the printer runs a Marlin variation as firmware (Ender probably does), you can run octoprint on a Raspberry pi or more powerful stuff. Running in docker should be doable, you just need to route the serial-usb connection into the container running ocotoprint. Klipper user with Mainsail on a RPI4 here, no experience with a dockerized octoprint.

    The most slicers have some calibration prints to tune flow/temperature etc. Do them before starting that 9 hour print job…


  • 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.