Final Project
I have two final project ideas. My initial idea was to design a modular light controller, which I described in Week 01b. Over the weeks, and after discussions with my local instructor Ferdi, I developed the idea of creating a "smart" filament holder for the Prusa XL. This holder would measure the weight of the spools and indicate how much filament remains. This feature is particularly useful because loading and unloading filament on the Prusa XL can be cumbersome—especially when printing with five different materials, as it requires unloading, weighing, and reloading five spools. Integrating this with a filament drying box would be a great addition. For this aspect, I found some inspiration on YouTube with the Sicco Box, which is also available on Printables.
The weight measurement should be implemented using individual load cells for each spool holder. My first approach was to use the same or similar load cells that are already integrated into the hotends, but I couldn't find any specific information about them. The typical Δm will be 1 kg, with a range from 220 g to 1220 g, which corresponds to the weight of a 1 kg Prusament spool. Adafruit recommends using load cells rated for double the maximum expected weight for optimal measurement precision. With this in mind, the Adafruit 5 kg load cells could be a good choice, as they would also support 2 kg spools, which we occasionally use with our Prusa MK4S (formerly MK3.9). For optimal precision, a high-quality ADC such as the HX711 is essential. In week 09 I tested the usage of an HX711 in combination with an ESP32C3.
Beside the HX711 I looked for integrated ADC on the available microcontroller from the FabInventory and the Xiao ESP32C6.
Microcontroller | ADC Resolution |
---|---|
Attiny 1624 | 12 bit (17 bit with oversampling) |
Attiny 3226 | 12 bit (17 bit with oversampling) |
Attiny 412 | 10 bit |
ATSAMD11C14A | 12 bit (12, 13, 14, 15, 16 bit with oversampling) |
ATSAMD21E18A | 12 bit (12, 13, 14, 15, 16 bit with oversampling) |
AVR128DB32 | 12 bit |
SAMD21 | 12 bit |
Xiao ESP32C3 | 12 bit |
Xiao ESP32C6 | 12 bit |
Xiao ESP32S3 | 12 bit |
Xiao RP2040 | 12 bit |
Raspberry Pi Pico | 12 bit |
Other useful information from inside the box are temperature and humidity. For that I also did some experiments in week 09 with the conclusion ...
Design Files
The final files will be added later.
To create this page, I used ChatGPT to check my syntax and grammar.
Copyright 2025 < Benedikt Feit > - Creative Commons Attribution Non Commercial
Source code hosted at gitlab.fabcloud.org