Field-Tested Notes
Field-Tested Notes (Arch Linux, 2026-05-29)
This guide was walked through step-by-step on a live Arch system (ThinkPad P16g, Hyprland). Every issue below was encountered and resolved in real time.
| Issue | Symptom | Resolution |
|---|---|---|
|
"Sorry, try again" even with correct password after 3 failures |
PAM’s |
|
Group added but |
|
AUR OrcaSlicer segfaults |
|
Known library conflict on Arch as of 2026-05. Flatpak install is the working path. |
Flatpak first-run permission error |
|
Flatpak requires a desktop session re-login after first install. No terminal workaround — |
XDG_DATA_DIRS warning |
"directories are not in the search path" on every |
Resolved automatically after session re-login. Manual |
Printables STL download fails via |
|
Printables redirects to an XML page. Use the GitHub URL instead: |
pronsole command not found |
|
The |
pronsole can’t find G-code file |
|
pronsole doesn’t expand |
G-code commands rejected as "Unknown command" |
|
G-code commands are case-sensitive. Use uppercase: |
picocom stuck in tmux |
Ctrl+A captured by tmux prefix instead of picocom |
Kill from another pane: |
Filament not extruding despite motor running |
|
Filament wasn’t seated deep enough. Needed: unclogging rod through nozzle from below, cold pull (230°C→90°C→yank), then power cycle. Final fix was full power cycle after rod cleaning + manually pushing filament until steady flow confirmed with |
pronsole |
Print continues after |
Must |
Printer disconnects after power cycle |
|
Reconnect in pronsole: |
|
|
The correct pronsole command is |
Bed leveling mesh lost after multiple resets |
|
The printer re-runs auto-level automatically and restores the mesh. Wait for |
Print stalls when computer disconnects |
Print stops mid-job when laptop dies or serial connection drops |
USB/serial printing requires continuous connection. For unattended prints, use MicroSD card method instead. |
OrcaSlicer "empty layers" / "conflicting G-code paths at Z=0.00" |
Model has geometry below Z=0 — |
Verify from terminal: parse the STL for Z min value. If negative, the model is partially below the bed. Fix in OpenSCAD by ensuring all geometry starts at Z=0. Never use |
OrcaSlicer "floating regions" support warning |
Thin struts or overhangs detected — slicer suggests enabling supports |
Either enable Auto supports in OrcaSlicer, or redesign the model so all parts build up from the bed without unsupported overhangs. Wedge shapes (Star Destroyer) are inherently bed-friendly. Complex shapes (TIE Fighter) may need supports. |
If you hit the bwrap error and try mkdir -p /run/user/1000/doc — it will fail with permission denied. That directory is owned by the portal service, not the user. The only fix is the session re-login.
|