Align cut options with PT-P700 capabilities
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user