Never heard of Kingroon.
I'd try a known good company first.
I once had a nightmarish time with some cheap filament and thought my printer just can't do PETG well. Then I got a good roll from a different company and it printed even cleaner than PLA...
Linux filesystems exam time:
section A basics
section B btefs
btrfs balance start -dusage=5 -musage=20 -c zstd \ --bg /srv/vms && \ btrfs qgroup limit 50G /srv/vms/guests/win10btrfs device add -f /dev/nvme2n1 /home && \ btrfs balance start -mconvert=raid1 -dconvert=raid1 -sconvert=dup /homebtrfs subvolume snapshot -r /opt/app /opt/.snaps/auto-$(date +%s) && \ btrfs send -c -p /opt/.snaps/last-full \ /opt/.snaps/auto-$(date +%s) \ | ssh backup 'btrfs receive -f /backup/opt/incoming'btrfs filesystem defrag -r -v -czstd:15 \ /var/lib/docker/overlay2btrfs subvolume delete /mnt/root/@old && \ btrfs subvolume snapshot -r /mnt/root/@clean /mnt/root/@ && \ btrfs subvolume set-default 256 /mnt/rootsection C zfs
[...]
/s