fix(printer): 修复A1打印发送,绕过bambulabs_api的ftp URL问题,改用sdcard路径
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
"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",
|
||||
"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.",
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"gui.output.printer.ip": "IP 地址",
|
||||
"gui.output.printer.access_code": "访问码",
|
||||
"gui.output.printer.serial": "序列号",
|
||||
"gui.output.printer.send.tooltip": "通过局域网将生成的 3MF 发送到 A1 打印机并开始打印",
|
||||
"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 中。",
|
||||
|
||||
Reference in New Issue
Block a user