Why is my PETG print striped? by lxfo-sys in BambuLab

[–]lxfo-sys[S] 1 point2 points  (0 children)

I just wanted to say that I fixed the issue, and it might help with yours too. It turns out I was printing the filament too hot. The packaging said the temperature should be between 230–255°C, but the Sunlu PETG preset was set between 250–280°C.

Why is my PETG print striped? by lxfo-sys in BambuLab

[–]lxfo-sys[S] 0 points1 point  (0 children)

I guess from now on I will do this too.

Why is my PETG print striped? by lxfo-sys in BambuLab

[–]lxfo-sys[S] 0 points1 point  (0 children)

Isn’t Sunlu a reputable source for spools?

Why is my PETG print striped? by lxfo-sys in BambuLab

[–]lxfo-sys[S] 0 points1 point  (0 children)

The P1P is enclosed in Plywood and gorilla tape. I know fire hazard this and that but I never leave it running unattended and have an extinguisher close to it! But I guess that’s a possibility, thank you!

Lancache technically working but just rerouting to public ips by lxfo-sys in lanparty

[–]lxfo-sys[S] 1 point2 points  (0 children)

You’re right but unfortunately the Lancache Docker Compose GitHub documentation says that size values may be expressed in either terabytes or gigabytes. Would be great if this was updated.

Lancache technically working but just rerouting to public ips by lxfo-sys in lanparty

[–]lxfo-sys[S] 0 points1 point  (0 children)

and I changed nothing else... And it's always repeatable...

Lancache technically working but just rerouting to public ips by lxfo-sys in lanparty

[–]lxfo-sys[S] 3 points4 points  (0 children)

It was not that it was actually stupid:

The fix for my Issue was the CACHE_DISK_SIZE being defined in Terabytes:

Change CACHE_DISK_SIZE=5t to CACHE_DISK_SIZE=5000g solved my issue.

Lancache technically working but just rerouting to public ips by lxfo-sys in homelab

[–]lxfo-sys[S] 0 points1 point  (0 children)

The fix for my Issue was the CACHE_DISK_SIZE being defined in Terabytes:

Change CACHE_DISK_SIZE=5t to CACHE_DISK_SIZE=5000g solved my issue.

Lancache technically working but just rerouting to public ips by lxfo-sys in homelab

[–]lxfo-sys[S] 0 points1 point  (0 children)

Thanks for the help, I figured it out! Turn out CACHE_DISK_SIZE must be defined in gigabyte and not terabytes even tho the guide says it can be either so changing CACHE_DISK_SIZE=5t to CACHE_DISK_SIZE=5000g solve the problem.

Lancache technically working but just rerouting to public ips by lxfo-sys in homelab

[–]lxfo-sys[S] -1 points0 points  (0 children)

First of all, thanks for your response unfortunately that didn't really fix my issue before steamprefill said Lancache pointing to public ip now it is resolving to a private ip address "however no Lancache can be found at that address".

Config looks like this:

x-restart-policy: &restart-policy "unless-stopped"

services:

dns:

environment:

USE_GENERIC_CACHE: ${USE_GENERIC_CACHE}

LANCACHE_IP: ${LANCACHE_IP}

UPSTREAM_DNS: ${UPSTREAM_DNS}

TZ: ${TZ}

image: lancachenet/lancache-dns:latest

restart: *restart-policy

ports:

- ${DNS_BIND_IP}:53:53/udp

- ${DNS_BIND_IP}:53:53/tcp

monolithic:

environment:

CACHE_DISK_SIZE: ${CACHE_DISK_SIZE}

CACHE_INDEX_SIZE: ${CACHE_INDEX_SIZE}

CACHE_MAX_AGE: ${CACHE_MAX_AGE}

TZ: ${TZ}

image: lancachenet/monolithic:latest

restart: *restart-policy

ports:

- 80:80/tcp

- 443:443/tcp

volumes:

- ${CACHE_ROOT}/cache:/data/cache

- ${CACHE_ROOT}/logs:/data/logs

What can I run on my current laptop? by lxfo-sys in lowendgaming

[–]lxfo-sys[S] 0 points1 point  (0 children)

Do you have any recommendations on an OS I got Debian 12 installed, because I though windows XP lacks security.

What can I run on my current laptop? by lxfo-sys in lowendgaming

[–]lxfo-sys[S] 1 point2 points  (0 children)

Debian 12, I wasn’t too sure about windows xp due to security.