• Initial speed test 700mm

    E/S Pronk3 days ago 0 comments

    I finished the wiring of the print head and set up the homing procedure. This is the first speed test, the print head travels 700mm each move. This is not the maximum speed of the printer, this is the maximum speed I felt comfortable with trying, at this time. Acceleration is set to 2000mm/s^2 which can probably be increased, I didn't feel like calculating the actual speed the print head is traveling at at its top speed, but it is below the set max speed of 1000mm/s.

    For the time being, I'm happy with the results :)

  • PCIe mini XLR brackets

    E/S Pronk4 days ago 0 comments

    I'm trying to connect my motors to the board in a nice way. I thought it might be nice to use mini-XLR connectors and drill holes in a blank PCIe bracket. 

    I do not recommend doing this with a hand drill

    However, this is my personal log of how I did it with pliers and a handdrill...

    Step 1: Cut out parts of the grill where the connectors are going to be placed

    Then, with an "erbauer cone drill bit" make the flower shapes into hole shapes but do so with the drill put IN REVERSE.

    They will still be too small to fit the connector, but now you can carefully try drilling with the drill in the forward direction. Make small increments until the connector can be pushed through

    Then all that's left is finish up, and in a later post we'll be wiring the motor controller outputs to these ports.


  • It's gonna be tight...

    E/S Pronk5 days ago 0 comments

    1 mm tight to be exact... That's the margin I have to work with before things start running into each other. 

    I was a bit quick on the draw and ordered the aluminium plate for the print bed yesterday. Measured it and all seemed well. Then I tested the homing function with a temporary bed (just a glass closet door from ikea with roughly the same size as the bed) and the bed hit the bearing blocks of the ball screws all the way at the top. Did not take those into account, did not fully realize the bed would be raised past these blocks.

    Now, the bed itself wasn't properly tightened and it seemed everything might just fit, but just to be sure (and because it was overdue) I drew the construction in openscad and realized the distance between the bed and the bearing blocks is going to be 1mm on either side. Not the kind of margins I'm happy with when basically "winging it".

    But I just dropped 100 on the aluminium plate and another 100 on the extrusion profiles to support it, so I'm going to keep my fingers crossed and hope for the best.... otherwise I guess I'm buying a load of sanding paper and spend a few hours getting a few extra millimeters of margin somewhere....

  • Bye Bye Fingernail

    E/S Pronk6 days ago 0 comments

    It took me a good 40 minutes and a part of my fingernail, but I managed to abuse a standard NEMA17 mount to fit M5 bolts at the spacing required for the carriage, using a handdrill, pliers and a screwdriver.

     Installed it

    And the first extruder is in place... Now I still need to figure out where to install the BLTouch. Probably going to mount an L bracket between the motor and the extruder. <-- scrap that...

    4 tie wraps + 2 pieces of a wooden fork as a spacer. That BLTouch is going nowhere...

  • Sensorless Homing

    E/S Pronk6 days ago 0 comments

    Adding end-stops is easy, but only when you can make or buy something custom to fit a rail. Since I'm using 3030 extrusions, finding such parts is a pain (everything is 2020). So I am trying out "sensorless homing" which uses the StallGuard technology in the TMC5160 drivers to detect when a motor stalls due to the carriage hitting an end-block.

    Just following the Klipper documentation on this goes a long way in getting it set up, the only thing I noticed that they forget to mention is that you have to make sure your belts are properly tensioned.

  • The Frame

    E/S Pronk7 days ago 0 comments

    I improvised a frame out of leftover 3030 / 3060 aluminium extrusion profiles. It measures about 1000 x 800 x 800, and the print volume should be about 600^3.

    I've put 4 motors on the Z axis, which connect to ball screws. They don't have any linear guidance and I'm kind of hoping that for the initial couple of prints (which will have a limited height) it doesn't really matter and the rigidity of the screws near the top to be enough to keep the print bed in place. Each motor is driven by its own controller so that I can do "Z-Tilt" bed calibration in Klipper.

    There are 4 motors on the Y axis, driving 2 QHW15 carriages. They are divided over 2 motor controllers, one for the left side, the other for the right. Each motor controller drives 2 motors connected in parallel. The high amp output of the TMC5160s should be enough to drive 2 motors at a time I hope. Both axes have an end block which will be used for sensorless homing. I'm thinking that I could home both Y axes independently, and use software skew correction for any discrepancies between the locations of the end blocks. If homing the axes independently proves problematic, I will move one of the axis a few mm forward, then home both axes based based on one end block. I will then put the motors in a low amp setting and do a mechanical homing procedure, intentionally stalling for a second while the carriages hit the block (without sensorless homing enabled)


    The 4 Y motors provide enough torque for a slightly heavier X axis, which has 2 motors for the X axis, both connected to a single controller in parallel. The reason I double all my motors is because aligning 2 identical motors is easier than trying to fashion a pulley out of hardware store parts. Usually the pulley constructions need custom 3d or machined parts, which I'm trying to avoid. Also, the axis is balanced, and we spread the load over 2 motors which can both be driven at high amps because of the headroom we have due to using the TMC5160s.

    Technically I can do dual extruders, either mirrored or duplicated, based on whether the carriage is attached to the top of the belt or the bottom of the belt.

    All axes have HIWIN HGR15R rails with QHW15 carriages. They are quite a bit larger and heavier than MGNs... They are also only about 1/3 of the price and meant to be used at this scale. The problem is that they are not really used at this time for printers, so there are no default carriage to NEMA17 mounts or something. Large scale printers at this time are blown up versions of small printers where the MGN makes sense. But I'm not happy paying 250ish per axis at this build volume, when I can get the HGR at 70ish per axis. The carriage is quite cool, it uses ball chains instead of individual balls. I always lose half the balls in an MGN carriage every time I have to replace one, hehe, with the ball chain this is a thing of the past. Finally they are faster and more quiet. We'll have to see how they perform in a 3d printer.

  • The Jonsbo D31 screen

    E/S Pronk04/27/2024 at 22:54 0 comments

    The screen of the D31 case is actually rotated 90%, 800x1280. In order to get it to display upright I had to change my /boot/firmware/cmdline.txt to include:

    fbcon=rotate:3

  • The case

    E/S Pronk04/27/2024 at 21:28 0 comments

    So without a motherboard the case fans from corsair are pretty useless on their own. But they can just be used as ARGB fans, if you change the pins from the fan. And since we don't have a normal motherboard anyway, and I don't want to waste cycles on ARGB on the printer MCU, I made a small controller out of a spare ESP32 using the RMT driver. 

    I also had to combine the 3 fans into one connector to the printer board, so I had to leave out 2 of the tacho signals. I routed one of the signals to the ESP32 so it can be used to read out the speed using the PCNT driver.  I use this speed to change the colors / animations of the fans.


    The Jonsbo case has a weird little PCIE cover to facilitate the front screen HDMI / USB connections. These just happen to fit the antenna from the CM4 wireless just fine! To mount everything in place I cut a piece of aluminium into the size of a motherboard, drilled some holes and fixed the printer board (and other peripherals that are planned) to the aluminium board. I can then simply remove the "motherboard" as if it is an ATX one.

  • CM4 WIFI Issues

    E/S Pronk04/25/2024 at 22:25 0 comments

    There were some issues getting the WIFI to work using the default rpi-imager path. I had to use an ethernet cable to connect to the pi and run `sudo nmtui` to set up the WIFI connection.

    I proceeded to install all necessary applications using kiauh

    Installing Klipper on the Manta M8P

    I'm using the guide provided here

    cd klipper
    make menuconfig

    produced an error regarding an unsupported locale. I tried setting my locale with

    sudo raspi-config

      but that did not fix the error. export LC_ALL=C

    export LC_ALL=C

     did seem to fix the error.

    The rest of the documentation seems fine and got me to a working install. Printer is reporting errors, but that's because it's not configured yet.


  • Building the controller

    E/S Pronk04/24/2024 at 19:14 0 comments

    I've bought a micro-ATX chassis to hold my controller and peripherals. I've decided to switch from Marlin to Klipper and bought the BTT Manta M8P v2 as the control board. Managed to get a raspberry PI CM4 as well for a reasonable price.

    The entire thing will run on 24v, so I can't really use a regular ATX PSU, so I'm going to have to improvise and got a Meanwell 24v PSU, and I have some DC-DC converters laying around should I need them. One for 12V @ 10A, and one at 5.1V @ 12A

    I'm in love with the TMC5160, so I got 8 of  those. Just the standard, original, silent step sticks (from Mouser or Farnell), some soldering required. 

    I do want to do some case modding for fun as well, so I got 3 corsair LL120 RGB fans. First thing I did was cut of the connectors and wire them as if they were a strip of ws2812b leds, and use a simple ESP32 MCU I have laying around as the controller. Also found an old led strip with the same RGB leds to mod the case further should I want to.