refactor: 移除局域网发送至打印机功能
This commit is contained in:
@@ -71,11 +71,6 @@
|
||||
"gui.output.filename_rule.help.tooltip": "Show filename token help",
|
||||
"gui.output.preview": "Preview",
|
||||
"gui.output.batch_preview": "{first} | {count} output file(s)",
|
||||
"gui.output.printer.send": "Send to printer after build",
|
||||
"gui.output.printer.ip": "IP Address",
|
||||
"gui.output.printer.access_code": "Access Code",
|
||||
"gui.output.printer.serial": "Serial",
|
||||
"gui.output.printer.send.tooltip": "Send the generated 3MF to an A1 printer over LAN and start printing (LAN only — computer and printer must be on the same local network)",
|
||||
|
||||
"gui.dialog.individual_batch.title": "Individual Batch Mode",
|
||||
"gui.dialog.individual_batch.text": "Individual batch mode treats every input row as a separate build.\n\nExample: if you add 20 single-plate 3MF files and set copies to 5, Build 3MF will create 20 separate packed files. Each output contains only that source file repeated 5 times.\n\nThis is useful for quickly batch-converting many independent 3MF jobs into multi-copy SwapMod packs. It does not combine all input files into one 3MF.",
|
||||
@@ -93,8 +88,6 @@
|
||||
|
||||
"gui.toast.combined_success": "The packed 3MF file was created.",
|
||||
"gui.toast.batch_success": "Created {count} packed 3MF file(s).",
|
||||
"gui.toast.send_success": "Sent to printer: {name}",
|
||||
"gui.toast.send_failed": "Failed to send to printer: {error}",
|
||||
|
||||
"gui.log.added_files": "Added {added} input file(s). Skipped {skipped}.",
|
||||
"gui.log.skipped_file": "Skipped {path}: {reason}",
|
||||
@@ -106,7 +99,6 @@
|
||||
"gui.log.filament": "Estimated source filament: {filament}",
|
||||
"gui.log.md5": "G-code MD5: {md5}",
|
||||
"gui.log.build_error": "Error building {path}: {error}",
|
||||
"gui.log.printer_missing": "Error: bambulabs_api not installed, run: pip install bambulabs_api",
|
||||
|
||||
"format.unknown": "Unknown"
|
||||
}
|
||||
|
||||
@@ -71,11 +71,6 @@
|
||||
"gui.output.filename_rule.help.tooltip": "显示文件名标记帮助",
|
||||
"gui.output.preview": "预览",
|
||||
"gui.output.batch_preview": "{first} | {count} 个输出文件",
|
||||
"gui.output.printer.send": "构建后发送至打印机",
|
||||
"gui.output.printer.ip": "IP 地址",
|
||||
"gui.output.printer.access_code": "访问码",
|
||||
"gui.output.printer.serial": "序列号",
|
||||
"gui.output.printer.send.tooltip": "通过局域网将生成的 3MF 发送到 A1 打印机并开始打印(仅支持本地局域网,电脑与打印机需在同一网络下)",
|
||||
|
||||
"gui.dialog.individual_batch.title": "独立批处理模式",
|
||||
"gui.dialog.individual_batch.text": "独立批处理模式将每一行输入作为独立的构建任务。\n\n示例:如果你添加了 20 个单板 3MF 文件并设置份数为 5,点击\"构建 3MF\"将创建 20 个独立的打包文件。每个输出文件仅包含该源文件重复 5 次的内容。\n\n这个功能适用于快速将大量独立的 3MF 作业批量转换为多份数的 SwapMod 包。它不会将所有输入文件合并到一个 3MF 中。",
|
||||
@@ -93,8 +88,6 @@
|
||||
|
||||
"gui.toast.combined_success": "已创建打包的 3MF 文件。",
|
||||
"gui.toast.batch_success": "已创建 {count} 个打包的 3MF 文件。",
|
||||
"gui.toast.send_success": "已发送至打印机:{name}",
|
||||
"gui.toast.send_failed": "发送至打印机失败:{error}",
|
||||
|
||||
"gui.log.added_files": "已添加 {added} 个输入文件。跳过 {skipped} 个。",
|
||||
"gui.log.skipped_file": "已跳过 {path}:{reason}",
|
||||
@@ -106,7 +99,6 @@
|
||||
"gui.log.filament": "预估源文件耗材:{filament}",
|
||||
"gui.log.md5": "G-code MD5:{md5}",
|
||||
"gui.log.build_error": "构建 {path} 时出错:{error}",
|
||||
"gui.log.printer_missing": "错误:未安装 bambulabs_api,请执行 pip install bambulabs_api",
|
||||
|
||||
"format.unknown": "未知"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user