mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
Feature boundary test lxy (#128)
* Add Boundary validator * Boundary test ui * refect & optimize boundary validation
This commit is contained in:
@@ -4331,6 +4331,72 @@ msgstr ""
|
||||
msgid "A G-code path goes beyond the plate boundaries."
|
||||
msgstr ""
|
||||
|
||||
msgid "G-code boundary violations detected:\n\n"
|
||||
msgstr ""
|
||||
|
||||
msgid "Travel Move"
|
||||
msgstr ""
|
||||
|
||||
msgid "Extrude Move"
|
||||
msgstr ""
|
||||
|
||||
msgid "Spiral Lift"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lazy Lift"
|
||||
msgstr ""
|
||||
|
||||
msgid "Wipe Tower"
|
||||
msgstr ""
|
||||
|
||||
msgid "Skirt"
|
||||
msgstr ""
|
||||
|
||||
msgid "Arc Move"
|
||||
msgstr ""
|
||||
|
||||
msgid "violation(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "violations"
|
||||
msgstr ""
|
||||
|
||||
msgid "Total"
|
||||
msgstr ""
|
||||
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
msgid "at Z"
|
||||
msgstr ""
|
||||
|
||||
msgid "%.2f mm out"
|
||||
msgstr ""
|
||||
|
||||
msgid "... and more"
|
||||
msgstr ""
|
||||
|
||||
msgid "beyond X minimum"
|
||||
msgstr ""
|
||||
|
||||
msgid "beyond X maximum"
|
||||
msgstr ""
|
||||
|
||||
msgid "beyond Y minimum"
|
||||
msgstr ""
|
||||
|
||||
msgid "beyond Y maximum"
|
||||
msgstr ""
|
||||
|
||||
msgid "above Z maximum"
|
||||
msgstr ""
|
||||
|
||||
msgid "beyond bed radius"
|
||||
msgstr ""
|
||||
|
||||
msgid "outside boundaries"
|
||||
msgstr ""
|
||||
|
||||
msgid "Only the object being edited is visible."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -4257,6 +4257,63 @@ msgstr "检测出超出打印高度的G-code路径。"
|
||||
msgid "A G-code path goes beyond the plate boundaries."
|
||||
msgstr "检测超出热床边界的G-code路径。"
|
||||
|
||||
msgid "G-code boundary violations detected:\n\n"
|
||||
msgstr "检测到G-code超出边界:\n\n"
|
||||
|
||||
msgid "Travel Move"
|
||||
msgstr "移动"
|
||||
|
||||
msgid "Extrude Move"
|
||||
msgstr "挤出移动"
|
||||
|
||||
msgid "Spiral Lift"
|
||||
msgstr "螺旋抬升"
|
||||
|
||||
msgid "Lazy Lift"
|
||||
msgstr "惰性抬升"
|
||||
|
||||
msgid "Wipe Tower"
|
||||
msgstr "擦料塔"
|
||||
|
||||
msgid "Arc Move"
|
||||
msgstr "圆弧移动"
|
||||
|
||||
msgid "violation(s)"
|
||||
msgstr "处违规"
|
||||
|
||||
msgid "violations"
|
||||
msgstr "违规"
|
||||
|
||||
msgid "at Z"
|
||||
msgstr "在Z"
|
||||
|
||||
msgid "%.2f mm out"
|
||||
msgstr "超出%.2f毫米"
|
||||
|
||||
msgid "... and more"
|
||||
msgstr "...以及更多"
|
||||
|
||||
msgid "beyond X minimum"
|
||||
msgstr "超出X最小值"
|
||||
|
||||
msgid "beyond X maximum"
|
||||
msgstr "超出X最大值"
|
||||
|
||||
msgid "beyond Y minimum"
|
||||
msgstr "超出Y最小值"
|
||||
|
||||
msgid "beyond Y maximum"
|
||||
msgstr "超出Y最大值"
|
||||
|
||||
msgid "above Z maximum"
|
||||
msgstr "高于Z最大值"
|
||||
|
||||
msgid "beyond bed radius"
|
||||
msgstr "超出热床半径"
|
||||
|
||||
msgid "outside boundaries"
|
||||
msgstr "超出边界"
|
||||
|
||||
msgid "Only the object being edited is visible."
|
||||
msgstr "只有正在编辑的对象是可见的。"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user