ptouch-label CLIを追加して差込印刷を拡張

コマンド名を機能に合わせて整理し、SVGテンプレート+JSON/YAMLの差込印刷とメディア情報取得を使いやすくする。

Made-with: Cursor
This commit is contained in:
knb
2026-04-16 14:49:08 +09:00
parent 33465c7299
commit 32ab12f661
12 changed files with 412 additions and 260 deletions

View File

@@ -134,7 +134,7 @@ module Libptouch
print_dpi: info[:print_dpi],
feed_dpi: info[:feed_dpi],
tape_width_mm: info[:tape_width_mm],
printable_dots: info[:printable_dots],
printable_height_dots: info[:printable_dots],
left_margin_dots: info[:left_margin_dots],
right_margin_dots: info[:right_margin_dots],
min_feed_dots: info[:min_feed_dots],