hhes
hhes
Explore posts from servers
RRCRat 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
No description
18 replies
RRCRat Rig Community [Unofficial]
Created by hhes on 7/9/2024 in #fix-my-print
[VC4 400] Pattern on the wall
No description
16 replies
RRCRat Rig Community [Unofficial]
Created by hhes on 7/3/2024 in #fix-my-resonance
VC4 400: Second peak not appearing
No description
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:
2022-12-11 09:59:12
at respond (file:///usr/src/app/build/server/index.js:2906:42)
2022-12-11 09:59:12
at Object.handle (file:///usr/src/app/build/server/chunks/hooks.server-79fc39c5.js:2:16)
2022-12-11 09:59:12
at resolve (file:///usr/src/app/build/server/index.js:2908:34)
2022-12-11 09:59:12
at resolve (file:///usr/src/app/build/server/index.js:3023:18)
2022-12-11 09:59:12
Error: Not found: /sw.js
2022-12-11 09:59:12
at respond (file:///usr/src/app/build/server/index.js:2906:42)
2022-12-11 09:59:12
at Object.handle (file:///usr/src/app/build/server/chunks/hooks.server-79fc39c5.js:2:16)
2022-12-11 09:59:12
at resolve (file:///usr/src/app/build/server/index.js:2908:34)
2022-12-11 09:59:12
at resolve (file:///usr/src/app/build/server/index.js:3023:18)
2022-12-11 09:59:12
Error: Not found: /sw.js
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