解决飞蛾打印机切刀bug

This commit is contained in:
谭凯凯 2024-11-04 13:58:57 +08:00 committed by Tankaikai
parent f0ebdd9b55
commit 79601b6877
1 changed files with 3 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class FeieyunPrintUtil {
builder.append("<B><BOLD>" + productName + " x " + number + "</BOLD></B><BR><BR>");
builder.append("<B><BOLD>" + remark + " </BOLD></B><BR>");
}
builder.append("<CUT>");
//builder.append("<CUT>");
return builder.toString();
}
@ -552,4 +552,6 @@ public class FeieyunPrintUtil {
}
}