bf775f3745
feat: Add QR code size setting for fixed-size QR codes
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 23:30:11 -06:00
a97914f6c8
feat: Default QR codes to use HTTP URLs instead of custom protocol
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 23:25:00 -06:00
3451996a8f
feat: Add temperature ranges for extruder and bed temps ( #5 )
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
Store extruder and bed temperatures as min/max ranges instead of
single values for more accurate filament specifications.
Backend changes:
- Add 4 new columns: settings_extruder_temp_min/max, settings_bed_temp_min/max
- Keep old columns for backward compatibility (marked deprecated)
- Alembic migration copies existing values to both min and max
- Update Pydantic models and API endpoints
Frontend changes:
- Filament model updated with new fields
- Create form uses min/max input pairs with Space.Compact
- Import from external DB populates both min and max with same value
- Label template updated to show ranges: "ET: 190-220 °C"
- Template help includes new tags
Labels now display temperature ranges like "190-220°C" which is more
useful for printing than a single recommended value.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 20:05:02 -06:00
d17a66b0ec
feat: Add configurable QR code sizing options ( #3 )
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
Addresses https://github.com/Donkie/Spoolman/issues/671
Changes:
- Remove fixed 50% max-width constraint on QR code container
- Add qrCodePadding setting (0-10mm, default 2mm) for white space
- Add qrCodeMaxWidth setting (0-100%, 0 = auto/fit-content)
- Add UI controls (slider + input) for both new settings
- Settings are disabled when QR code is turned off
The previous behavior forced QR codes to 50% width when label text
was shown, wasting label space on small labels. New default uses
fit-content for optimal sizing while allowing manual control.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 19:57:52 -06:00
Donkie
b627e151a8
Updated client packages
2026-01-06 01:54:09 +01:00
Donkie
cd274a9968
Updated client dependencies
2025-02-24 21:46:56 +01:00
Brett Chik
21befc2993
Ensure the QR code icon honors the base path, when configured.
2025-02-07 20:09:29 -08:00
Donkie
755e06c989
Now goes back to loc page on edit submit
2024-11-24 12:31:38 +01:00
Donkie
a826db12ea
Merge pull request #446 from TomW1605/allow-prefix-and-suffix-with-double-braces
...
allow prefix and suffix with double braces in label format
2024-09-08 22:38:39 +02:00
TomW1605
7b0e98827e
add double {{}} explanation to help text and example
2024-08-31 08:16:38 +08:00
samturner3
e65b87cc33
fix: Remove some en, ensure setting is default false
2024-08-26 18:34:00 +10:00
samturner3
c54e11ca11
feat: Add base_url and URB based QR code on labels
2024-08-26 18:08:13 +10:00
samturner3
a0e9f10127
Rename setting 'qr_code_url' to 'base_url'
2024-08-26 18:08:13 +10:00
samturner3
2937d7d5bc
Merge remote-tracking branch 'upstream/master'
2024-08-24 16:18:17 +10:00
Thomas White
813d299c8c
allow prefix and suffix with double braces
2024-08-14 21:16:18 +08:00
Donkie
da89b80d07
Allow larger print preview scale size
...
Resolves #439
2024-08-10 11:45:21 +02:00
Donkie
ae26bf5733
Fixed label template error if invalid extra field
2024-08-07 14:26:50 +02:00
Donkie
10ad8cebcb
Added button to save labels as png images
...
Resolves #80
Resolves #348
2024-08-07 13:58:48 +02:00
Donkie
7082c5206b
Added ability to hide qr code entirely when printing
...
Resolves #231
2024-08-07 13:09:43 +02:00
Donkie
7108b0e7a1
Optimized and organized all clients imports
2024-08-07 12:46:37 +02:00
Donkie
3bd93cb0af
Removed React prefix to some use hooks
2024-08-06 14:28:09 +02:00
Donkie
21b9f16531
Print preview area now sizes according to its sibling area
2024-08-05 18:39:41 +02:00
Donkie
bf8cbc7a96
Fixed continue button in spool select page
2024-08-05 18:16:02 +02:00
Donkie
f8c518e808
Added print page header and back functionality
2024-08-05 18:11:44 +02:00
Donkie
38ec685356
Added preset duplicate button
2024-08-05 16:09:43 +02:00
Donkie
71f6ce55f5
Renamed print settings to presets instead, manual preset store button
2024-08-05 16:06:00 +02:00
Donkie
b764e9ecd9
Spools to print are now stored using query parameters
2024-08-05 15:41:07 +02:00
Donkie
9318ef5c19
Label printing page updates
...
No longer a modal
Use flex divs instead of a table
2024-08-05 15:39:38 +02:00