This is a living document of notes related to 3D printing.
- Assembling Up Your Ender3 v2
- Leveling your print bed This is by far the most important thing you can do on day one. More on this here.
- Find things to print @ Thingiverse
WIP |
# _ _ _ | |
# | | _____ _____(_) __| | ___ | |
# | |/ _ \ \ /\ / / __| |/ _` |/ _ \ | |
# | | (_) \ V V /\__ \ | (_| | __/ | |
# |_|\___/ \_/\_/ |___/_|\__,_|\___| | |
# | |
# download images | |
wget https://github.com/rancher/rke2/releases/download/v1.18.13%2Brke2r1/rke2-images.linux-amd64.tar.gz |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: rancher-svc | |
namespace: kube-system | |
spec: | |
type: LoadBalancer | |
ports: | |
- port: 443 | |
protocol: TCP |
#!/bin/bash | |
# create the cattle-system namespace | |
kubectl create ns cattle-system | |
# Setup the certificate-authority | |
cp ./certs/ca.crt /tmp/cacerts.pem | |
kubectl -n cattle-system create secret generic tls-ca \ | |
--from-file=cacerts.pem=/tmp/cacerts.pem |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: demo | |
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: |
*.tplinkra.com | |
*.tplinkcloud.com |
This is a living document of notes related to 3D printing.
Nothing about this is turnkey. It's a mess of protocols, firmware and apps, but if you're the right kind of nuts, keep reading.
sadf |