Skip to content

Instantly share code, notes, and snippets.

@ammmze
ammmze / README.md
Last active September 25, 2025 07:38
Script to swap mainsail source

Switch Mainsail

This script provides an easy way to switch the mainsail release to different zip.

First you must download the script.

Run the following commands on your host machine running mainsail to download the script.

wget -O ~/switch-mainsail.sh https://gist.githubusercontent.com/ammmze/3243dd878ccde5d0c486e3650e0daa49/raw/switch-mainsail.sh
@clee
clee / voron_sensorless.md
Last active September 18, 2025 19:27
how to sensorless XY on Vorons

Setting Up and Calibrating Sensorless XY Homing

When using the TMC2130 / TMC2209 / TMC2660 / TMC5160 drivers, the StallGuard feature makes it possible to set up sensorless homing on the X and Y axes for CoreXY machines. The Klipper project has a page with documentation and recommendations on getting it working.

Following are some more detailed instructions and suggestions to supplement the Klipper documentation specifically for Vorons.

Hardware Setup