Align cut options with PT-P700 capabilities

This commit is contained in:
Mikei386
2026-06-22 11:56:27 +02:00
parent b26b9fe123
commit 941c68bbf8
9 changed files with 24 additions and 139 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ const fields = {
copies: document.getElementById("mobileCopies"),
align: document.getElementById("mobileAlign"),
cutMode: document.getElementById("mobileCutMode"),
halfcut: document.getElementById("mobileHalfcut"),
bold: document.getElementById("mobileBold"),
frame: document.getElementById("mobileFrame"),
preview: document.getElementById("mobilePreview"),
@@ -56,7 +55,7 @@ function mobileDesign() {
marginMm: margin,
orientation: "landscape",
cutMode: fields.cutMode.value,
halfcut: fields.halfcut.value,
halfcut: "off",
objects,
};
}