Color base add support for transparent color (#5)

* added db model is transparent and fixed PETG translucent showing black

* js and filament form for transparent color

* bumped version to v0.1.2
This commit is contained in:
RunLit
2026-03-27 23:30:27 +11:00
committed by GitHub
parent 7e39d3e38d
commit 5c56711c57
16 changed files with 286 additions and 108 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bambu-run"
version = "0.1.1"
version = "0.1.2"
description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management"
readme = "README.md"
license = {text = "MIT"}