Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
c6d9a3d9da chore(release): 0.32.0 [skip ci]
# [0.32.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.31.0...0.32.0) (2026-05-13)

### Features

* change logo ([1d021e3](1d021e3095))
2026-05-13 17:39:17 +00:00
1d021e3095 feat: change logo
All checks were successful
test-build / guarddog (push) Successful in 1m24s
test-build / build (push) Successful in 2m3s
release-image / guarddog (push) Successful in 18s
release-image / build (push) Successful in 1m9s
release-image / semantic-release (push) Successful in 26s
release-image / release-harbor (push) Successful in 8m1s
release-image / release-gitea (push) Successful in 1m56s
renovate / renovate (push) Successful in 57s
2026-05-12 19:03:53 -05:00
4 changed files with 9 additions and 53 deletions

View File

@@ -1,3 +1,10 @@
# [0.32.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.31.0...0.32.0) (2026-05-13)
### Features
* change logo ([1d021e3](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/1d021e309587bf58daa88957d5d92714c7d4509f))
# [0.31.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.30.0...0.31.0) (2026-05-13)

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.31.0",
"version": "0.32.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",

View File

@@ -1,51 +0,0 @@
---
title: 3D Printer Overview
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';
<Aside type="tip">Quickly connect to its web page [here](http://printer.lebens-home.net/).</Aside>
# 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

View File

@@ -4,7 +4,7 @@ description: Load model into OrcaSlicer
hero:
tagline: Load model into OrcaSlicer
image:
file: https://cdn.shopify.com/s/files/1/0893/0603/8637/files/K1-_02-2.png?v=1762200477
file: https://raw.githubusercontent.com/OrcaSlicer/OrcaSlicer/a167702038496b97e8495cc79f0c62660063ac87/resources/images/studio_logo.svg
---
import { Aside } from '@astrojs/starlight/components';