Tantillus build – Part 1, printed case

A few years late I know, I was looking for a small printer to build with some leftover parts. Bumped into Tantillus which matches the desired physical and printing dimensions. Instead of printing the Tantillus case in 12 different parts, the parts were combined in Meshmixer and printed in three parts. Each sections (top, middle […]

My raspberry pi tips and tricks

For headless setup on raspbian stretch lite burn image using win32diskimager open the boot partition create a file named “ssh” create a file named “wpa_supplicant.conf” put the following lines into the file ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev network={ ssid=”YOUR_NETWORK_NAME” psk=”YOUR_PASSWORD” key_mgmt=WPA-PSK } To enable gert VGA output during pi install, put this inside config.txt after burning the image […]