aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/cutter.go b/cutter.go
index ce03f6c..955b1fb 100644
--- a/cutter.go
+++ b/cutter.go
@@ -222,8 +222,8 @@ func (c Cutter) UnknownFE(n int) {
c.Emit()
}
-func (c Cutter) UnknownTB71() (string, error) {
- fmt.Fprint(c, "TB71")
+func (c Cutter) UnknownTB(n int) (string, error) {
+ fmt.Fprint(c, "TB", n)
c.Emit()
return c.readResponse()
}
@@ -234,11 +234,6 @@ func (c Cutter) UnknownFA() (string, error) {
return c.readResponse()
}
-func (c Cutter) UnknownTB51() {
- fmt.Fprint(c, "TB51,400")
- c.Emit()
-}
-
// Updater Version ???
func (c Cutter) UpdaterVersion() (string, error) {
c.WriteByte(ESC)