Client: QR print updates
* Added grid borders * Replaced row height with instead choosing number of rows * Added support for negative margins * New QR code content format * Added number inputs to all sliders
This commit is contained in:
@@ -41,9 +41,8 @@ const SelectAndPrint: React.FC = () => {
|
||||
setStep(1);
|
||||
}}
|
||||
items={selectedSpools.map((spool) => ({
|
||||
value: `S:${spool.id}`,
|
||||
// value: `https://spoolman.lan/spool/show/${spool.id}`,
|
||||
// label: `hello`,
|
||||
value: `web+spoolman:s-${spool.id}`,
|
||||
label: `s-${spool.id}`,
|
||||
errorLevel: "H",
|
||||
}))}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user