diff --git a/src/assets/autumn_mountain.png b/src/assets/autumn_mountain.png deleted file mode 100644 index 1ca3e72..0000000 Binary files a/src/assets/autumn_mountain.png and /dev/null differ diff --git a/src/content/docs/reference/3d-printer.mdx b/src/content/docs/reference/3d-printer.mdx new file mode 100644 index 0000000..1fca1b5 --- /dev/null +++ b/src/content/docs/reference/3d-printer.mdx @@ -0,0 +1,51 @@ +--- +title: 3D Printer +description: Specifications and basic information about the 3D printer +hero: + tagline: Specifications and basic information about the 3D printer + image: + file: https://cdn.shopify.com/s/files/1/0893/0603/8637/files/K1-_02-2.png?v=1762200477 +--- + +import { Aside } from '@astrojs/starlight/components'; + + + +# Overview + +The 3D printer is a [Creality K1C](https://www.creality.com/products/k1c-carbon-3d-printer) which has several features that make it somewhat more user-friendly, such as auto leveling. Notably this model does not include automatic multi filament switching that newer versions have. It does use open source software and [Mainsail](https://docs.mainsail.xyz/) is installed as its web interface. + +In order to print objects you first need a model, usually a stl file, then the model needs to be 'sliced' into instructions for the printer, then print. These guides document the process for this 3D printer. + +## Specifications + +| Atttribute| Size| +|---|----| +| Filament Diameter | 1.75mm | +| Nozzle Diameter | 0.4mm | +| Layer Height | 0.1-0.35mm | +| Printing Accuracy | 100±0.1mm | +| Build Volume | 220\*220\*250mm | + +## Supported filament types + + - ABS + - PLA + - PLA-CF + - PETG + - PET + - PET-CF + - TPU + - PA + - ASA + - PC + +## Slicing file formats + +- STL +- OBJ +- 3MF + +## Printable file formats + +- G-Code diff --git a/src/content/docs/reference/introduction.mdx b/src/content/docs/reference/homelab.mdx similarity index 83% rename from src/content/docs/reference/introduction.mdx rename to src/content/docs/reference/homelab.mdx index d608b0f..e7f3f71 100644 --- a/src/content/docs/reference/introduction.mdx +++ b/src/content/docs/reference/homelab.mdx @@ -1,8 +1,8 @@ --- -title: Introduction +title: Homelab description: Overiew of the homelab hero: - tagline: Steps followed for the v1.12.0 upgrade process + tagline: Overiew of the homelab image: file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/docs-collaboration.webp sidebar: