hhes
Explore posts from serversRRCRat Rig Community [Unofficial]
•Created by hhes on 10/18/2024 in #fix-my-printer
Z-Offset being ignored
My printer (VC4) seems to be ignoring z-offset adjustments.
I even checked the reported coords and the Z doesn't change (besides tiny adjustments from ABL) when I send e.g.
SET_GCODE_OFFSET Z_ADJUST=-0.01 MOVE=1
.
I also checked what happens when I save the offset afterwards and run another print and it looks like it’s ignored as well. This results in my first layer being too low.
The only way I can effectively change the offset is via recalibrating the beacon, but I have no control over that.
I noticed it happening after updating my printer ca. 3 days ago.6 replies
RRCRat Rig Community [Unofficial]
•Created by hhes on 10/15/2024 in #fix-my-print
External perimeter with no filament extruded after the seam and blobs everywhere

18 replies
RRCRat Rig Community [Unofficial]
•Created by hhes on 7/9/2024 in #fix-my-print
[VC4 400] Pattern on the wall

16 replies
RRCRat Rig Community [Unofficial]
•Created by hhes on 7/3/2024 in #fix-my-resonance
VC4 400: Second peak not appearing

36 replies
IImmich
•Created by hhes on 12/11/2022 in #help-desk-support
K8S - HEML Chart Setup Issue
I'm trying to run Immich on Kubernetes cluster. First, I created my own deployments, but after struggling with some issues, I decided to use your Helm Chart. Turns out, it didn't solve one of the issues that I had.
What works:
- The web interface
- iOS app can connect to the server
- Persistant storage is mounted properly under
/usr/src/app/upload
on every container besides immich-web
, and has permissions set correctly
- 777 for the debugging
- I can create files from each container's shell, and their content is visible on other containers
- Immich connects to Postgres DB. Everything there looks fine; there're some tables and I can see my user in one of them.
What doesn't
- Uploading files results in…nothing?
- iOS app just pushes all of the photos without any error, but the photos never show up in the web interface, and their state in the mobile app doesn't change
- Selecting a photo in the web interface does nothing as well. Nothing changes in the persistent storage (it's still an empty directory)
In logs, I can see:
And that's the only log generated by the entire namespace upon file upload on the web interface. That log comes from immich-web
.199 replies