Filament Meter
by kjaeger
52
Downloads
39
Likes
0
Makes
Simply meassure your "remaining" filament before starting a print.
If you want the PCB, I have for sale. just mail me: www.kjell@startsoft.no
Arduino code: DO ADD # before the first 3 lines !!!!!!!!!
include "avr/interrupt.h";
include Arduino.h
include U8x8lib.h
U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ 2, /* data=*/ 0, /* reset=*/ U8X8_PIN_NONE); // Digispark ATTiny85
int pulse=0;
void setup(void) {
u8x8.begin();
GIMSK = 0
If you want the PCB, I have for sale. just mail me: www.kjell@startsoft.no
Arduino code: DO ADD # before the first 3 lines !!!!!!!!!
include "avr/interrupt.h";
include Arduino.h
include U8x8lib.h
U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ 2, /* data=*/ 0, /* reset=*/ U8X8_PIN_NONE); // Digispark ATTiny85
int pulse=0;
void setup(void) {
u8x8.begin();
GIMSK = 0
Sign in to leave a comment
Sign in