Skip to content

Instantly share code, notes, and snippets.

View apazga's full-sized avatar
🚀
Always learning!

Abel Paz apazga

🚀
Always learning!
View GitHub Profile
@apazga
apazga / jessie_to_buster.sh
Last active March 20, 2025 11:53
Debian Jessie to Buster (Raspberry)
# Do not run as a script
# Commands should be run manually step by step
# Check current version
lsb_release -a
# Look for partially installed packages
sudo dpkg --audit
# Check for hold packages (should be empty)
@apazga
apazga / CR-10_stock_m503.txt
Created January 28, 2018 21:09
Default CR-10 Stock M503
Recv: echo:Steps per unit:
Recv: echo: M92 X80.00 Y80.00 Z400.00 E93.00
Recv: echo:Maximum feedrates (mm/s):
Recv: echo: M203 X500.00 Y500.00 Z5.00 E25.00
Recv: echo:Maximum Acceleration (mm/s2):
Recv: echo: M201 X500 Y500 Z100 E5000
Recv: echo:Acceleration: S=acceleration, T=retract acceleration
Recv: echo: M204 S500.00 T500.00
Recv: echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
Recv: echo: M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00