Use your TouchScreen with Klipper on Sidewinder X2

Intro If you have been following my recent posts, you know that I switched from Marlin to Klipper firmware on my Artillery Sidewinder X2. If you have done the same, you may be experiencing the same problem as me. I have already received questions from you about how much better the printing results are with Klipper, but that is another topic. Our integrated display is useless! But I found a solution - well - not perfect yet, but more than OK for my main use cases....

April 21, 2023 · 6 min

Setup Rust and Bevy under WSL2 in Windows 11

Are you one of the nerds, who likes to develop your own game, fancy graphics or any aspect that comes with that or would you do your first steps with the young programming language Rust, which unites speed of C/C++ with memory- and thread-safety? Why not combining both aspects to have some fun learning new things? Environment Just to be even more nerdy, I show you a way to do that all within the Windows Subsystem for Linux and it’s brand new graphical extension under Windows 11....

March 11, 2022 · 2 min

Installing 'Oh My Fish' Shell

About installing fish, a very helpful modern bash alternative in WSL2/Ubuntu. Enjoy the benefits of the powerline and nice helpers and visualizations in your common workflows. Install Fish Install fish sudo apt install fish Switch to fish fish Set fish as default shell chsh -s /usr/bin/fish Hint: Switch back to bash with chsh -s /usr/bin/bash Install ‘Oh My Fish’ with the theme ‘Bob The Fish’ Install Oh My Fish curl https://raw....

March 1, 2022 · 1 min

Windows package manager WinGet 1.0

This week, Microsoft has released their first native package manager for Windows 10. If you ever worked with a package manager for Linux (e.g. apt, pacman) you know the benefits. Or, if you are a developer, you surely heard about nuget, maven, npm or similar. Easy install, uninstall or update of one or up to all installed applications on your system. Now you will say, that’s a old hat, it already exists Chocolatey....

June 1, 2021 · 3 min

Why do I prefer Arch Linux?

Hi guys, I will start a series of posts about configuring Arch Linux in a slim, straightforward way. But let me begin with some pros and cons about the Arch Linux distribution here. The Arch Linux distribution describes itself as “a lightweight and flexible Linux distribution that tries to Keep It Simple” Thats it - Arch Linux is absolutely the right distribution for you, if you like a system, what only does, what you have installed and configured....

April 22, 2021 · 2 min