Commit e7c1d76e by 李定达

1.修正杯贴打印gap

parent 878caa62
...@@ -1352,7 +1352,7 @@ int TscPrintClose() ...@@ -1352,7 +1352,7 @@ int TscPrintClose()
strcpy(tmp2, "3"); strcpy(tmp2, "3");
strcpy(tmp3, "1"); strcpy(tmp3, "1");
if(TSC_setup(tmp0, tmp1, tmp2, tmp3, "0", "3", "0") == 0) if(TSC_setup(tmp0, tmp1, tmp2, tmp3, "0", "2", "0") == 0)
LOG() << "标签打印机设置打印区域失败"; LOG() << "标签打印机设置打印区域失败";
TSC_sendcommand("DIRECTION 1"); TSC_sendcommand("DIRECTION 1");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment