flutter_jc_printer_plugin/lib/constants.dart
2023-10-24 15:20:03 +08:00

40 lines
1.2 KiB
Dart
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const Map<String, String> kErrorInfo = {
'1': '盒盖打开',
'2': '缺纸',
'3': '电量不足',
'4': '电池异常',
'5': '手动停止',
'6': '数据错误',
'7': '温度过高',
'8': '出纸异常',
'9': '打印忙碌',
'10': '没有检测到打印头',
'11': '环境温度过低',
'12': '打印头未锁紧',
'13': '未检测到碳带',
'14': '不匹配的碳带',
'15': '用完的碳带',
'16': '不支持的纸张类型',
'17': '设置纸张失败',
'18': '设置打印模式失败',
'19': '设置打印浓度失败',
'20': '写入Rfid失败',
'21': '边距设置错误',
'22': '通讯异常',
'23': '打印机断开',
'24': '画板参数设置错误',
'25': '旋转角度参数错误',
'26': 'json参数错误(PC)',
'27': '出纸异常',
'28': '检查纸张类型',
'29': 'RFID标签进行非RFID模式打印时',
'30': '浓度设置不支持',
'31': '不支持的打印模式',
'32': '标签材质设置失败',
'33': '不支持的标签材质设置',
'34': '打印机异常',
'35': '切刀异常',
'36': '缺纸(T2)',
'37': '打印机异常(T2无法通过指令恢复需要手动按打印机)',
};