- OS: Ubuntu 25.04
- Joystick: Saitek X-52
- Emulator: DOSBox-X
- Calibration tool: JSTest-GTK
Using jstest-gtk
, calibrate joystick and swap stick twist axis (ABS_RZ) into slot 2 and throttle (ABS_Z) axis into slot 3.
System: Ubuntu 24.04
Use Mod Organizer Linux Installer -- installing it will set up a profile for a specific game
Fix: Upgrade protontricks to latest (1.12.0). Stacktracke:
$ /tmp/mo2installer-5.0.3/install.sh
INFO: all dependencies met
System: Ubuntu 24.04
Set up Fallout 3 GOTY Edition with mods on Linux (works as of June 2024). I used this setup to run the game with OneTweak to fix the infamous alt+tab crash.
gamesinfo/fallout3_goty.sh
to update the executable to Fallout3Launcher.exe
(see issue 676)This guide is intended to be as inclusive as possible as to what Ender 3 Pro upgrades* I have found worthwhile. Linked here are upgrade guides I found helpful as well as guides for calibration/tuning of the printer.
*Functional upgrades. There is no shortage of printable accessories and upgrades on Thingiverse but the vast majority of them are for convenience or appearance -- and not all of them are necessarily good. In fact some are actually a bad idea. Described here are functional upgrades -- those that will improve printer performance.
NOTE: When choosing your upgrades, be sure what you're looking at is for the correct printer. The Ender 3 has some crucial differences from the Ender 3 Pro (e.g. different power supply, placement of the mainboard fan...).
First and foremost, it's important to be sure your printer is tuned and calibrated for the best possible prints. All the u
function DeleteRegValue { | |
Param( | |
[Parameter(Mandatory)] [String] $KeyPath, | |
[Parameter(Mandatory)] [String] $Name | |
) | |
if ((Get-ItemProperty -Path $KeyPath | Select-Object -ExpandProperty $Name) 2> $null) { | |
Remove-ItemProperty -Path $KeyPath -Name $Name | |
} | |
} |