This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |