https://github.com/nvtkaszpir/3d-print
Various things related to 3D printing such as PrusaConect, thumbnails, model processing, metrics etc
https://github.com/nvtkaszpir/3d-print
3d obico obico-api openresty-lua pdf proxy prusa prusa-connect prusa-link prusa3d prusaslicer thumbnails thunar tumbler tumblerd xfce4
Last synced: 4 months ago
JSON representation
Various things related to 3D printing such as PrusaConect, thumbnails, model processing, metrics etc
- Host: GitHub
- URL: https://github.com/nvtkaszpir/3d-print
- Owner: nvtkaszpir
- License: apache-2.0
- Created: 2023-12-02T19:20:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:49:34.000Z (5 months ago)
- Last Synced: 2024-12-15T16:39:29.130Z (5 months ago)
- Topics: 3d, obico, obico-api, openresty-lua, pdf, proxy, prusa, prusa-connect, prusa-link, prusa3d, prusaslicer, thumbnails, thunar, tumbler, tumblerd, xfce4
- Language: G-code
- Homepage:
- Size: 16.2 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3d-print
Various things related to 3D printing.
Use at your own risk.
## List of things per directory
- [filament usage](filament-usage/README.md)
grafana dashboard about filament usage by using esp32 + load cell
- [Linux thumbnails](linux-thumbnails/README.md)
generate thumbnails for file managers such as Thunar (XFCE4)
- [obico-ml-api-only](obico-ml-api-only/README.md)
run Obico ML API without anything, so you can use it with other projects.
Also script to draw detections on images.
- [picamera-web](picamera-web/README.md)
python picamera2 exposed via web (gunicorn)`rpi csi camera <-- python --> gunicorn --> web clients`
allows to access Raspberry Pi CSI cameras as snapshots via web url
nicely integrates with [obico-ml-api-only](./obico-ml-api-only/README.md)- [prusa-connect-proxy](prusa-connect-proxy/README.md)
run Prusa printer through HTTP proxy and capture whatever it does!`printer <-- http --> proxy <-- https --> connect.prusa3d.com`
- [prusa-link-no-password](prusa-link-no-password/README.md)
access Prusa printer through HTTP proxy so you don't have to type in password`your laptop <-- http --> proxy injecting auth <-- http --> printer`
- [prusa3d-help-pdf-generator](prusa3d-help-pdf-generator/README.md)
generate PDF files from Prusa3d help articles, for example for offline read
+
=
![]()
- [prusa3d-metrics-list](prusa3d-metrics-list/README.md)
get metrics that can be send from PrusaFirmwareBuddy devices to syslog server- [stl-to-png](stl-to-png/README.md)
Use PrusaSlicer to generate images per slice, useful for woodworks.