thickness method
设置打印机浓度(0-2) @param thickness 0:低浓度 1:中浓度 2:高浓度
Implementation
T thickness({required int thickness}) {
return push(EThickness(thickness: thickness));
}
设置打印机浓度(0-2) @param thickness 0:低浓度 1:中浓度 2:高浓度
T thickness({required int thickness}) {
return push(EThickness(thickness: thickness));
}