mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Handle travel acceleration warning properly for different firmwares
This commit is contained in:
parent
56524b6c0a
commit
cca218039c
20 changed files with 523 additions and 299 deletions
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 22:09+0800\n"
|
||||
"POT-Creation-Date: 2024-03-16 12:02+0800\n"
|
||||
"PO-Revision-Date: 2023-04-01 13:21+0800\n"
|
||||
"Last-Translator: SoftFever <softfeverever@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -3913,7 +3913,7 @@ msgstr "体积:"
|
|||
msgid "Size:"
|
||||
msgstr "尺寸:"
|
||||
|
||||
#, c-format, boost-format
|
||||
#, boost-format
|
||||
msgid ""
|
||||
"Conflicts of gcode paths have been found at layer %d, z = %.2lf mm. Please "
|
||||
"separate the conflicted objects farther (%s <-> %s)."
|
||||
|
@ -6725,8 +6725,8 @@ msgstr "忽略"
|
|||
msgid ""
|
||||
"When recording timelapse without toolhead, it is recommended to add a "
|
||||
"\"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive"
|
||||
"\"->\"Timelapse Wipe Tower\"."
|
||||
"by right-click the empty position of build plate and choose \"Add "
|
||||
"Primitive\"->\"Timelapse Wipe Tower\"."
|
||||
msgstr ""
|
||||
"在录制无工具头延时摄影视频时,建议添加“延时摄影擦料塔”\n"
|
||||
"右键单击打印板的空白位置,选择“添加标准模型”->“延时摄影擦料塔”。"
|
||||
|
@ -8228,6 +8228,18 @@ msgstr ""
|
|||
"您可以调整打印机配置中的machine_max_acceleration_extruding值,以获得更高的速"
|
||||
"度。"
|
||||
|
||||
msgid ""
|
||||
"The travel acceleration setting exceeds the printer's maximum travel "
|
||||
"acceleration (machine_max_acceleration_travel).\n"
|
||||
"Orca will automatically cap the travel acceleration speed to ensure it "
|
||||
"doesn't surpass the printer's capabilities.\n"
|
||||
"You can adjust the machine_max_acceleration_travel value in your printer's "
|
||||
"configuration to get higher speeds."
|
||||
msgstr ""
|
||||
"空驶加速度设置超过了打印机的最大空驶加速度(machine_max_acceleration_travel)。\n"
|
||||
"Orca将自动限制加速度,以确保不超过打印机的速度限制。\n"
|
||||
"您可以调整打印机配置中的machine_max_acceleration_travel值,以获得更高的速度。"
|
||||
|
||||
msgid ""
|
||||
"The speed setting exceeds the printer's maximum speed (machine_max_speed_x/"
|
||||
"machine_max_speed_y).\n"
|
||||
|
@ -9848,10 +9860,10 @@ msgstr "满速风扇在"
|
|||
|
||||
msgid ""
|
||||
"Fan speed will be ramped up linearly from zero at layer "
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer"
|
||||
"\". \"full_fan_speed_layer\" will be ignored if lower than "
|
||||
"\"close_fan_the_first_x_layers\", in which case the fan will be running at "
|
||||
"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
"\"close_fan_the_first_x_layers\" to maximum at layer "
|
||||
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower "
|
||||
"than \"close_fan_the_first_x_layers\", in which case the fan will be running "
|
||||
"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1."
|
||||
msgstr ""
|
||||
"风扇速度将从“禁用第一层”的零线性上升到“全风扇速度层”的最大。如果低于“禁用风扇"
|
||||
"第一层”,则“全风扇速度第一层”将被忽略,在这种情况下,风扇将在“禁用风扇第一"
|
||||
|
@ -13283,8 +13295,8 @@ msgstr ""
|
|||
"你想重写预设吗"
|
||||
|
||||
msgid ""
|
||||
"We would rename the presets as \"Vendor Type Serial @printer you selected"
|
||||
"\". \n"
|
||||
"We would rename the presets as \"Vendor Type Serial @printer you "
|
||||
"selected\". \n"
|
||||
"To add preset for more printers, Please go to printer selection"
|
||||
msgstr ""
|
||||
|
||||
|
@ -14149,6 +14161,20 @@ msgstr ""
|
|||
"避免翘曲\n"
|
||||
"您知道吗?打印ABS这类易翘曲材料时,适当提高热床温度可以降低翘曲的概率。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The travel acceleration setting exceeds the printer's maximum "
|
||||
#~ "acceleration (machine_max_acceleration_travel).\n"
|
||||
#~ "Orca will automatically cap the acceleration speed to ensure it doesn't "
|
||||
#~ "surpass the printer's capabilities.\n"
|
||||
#~ "You can adjust the machine_max_acceleration_travel value in your "
|
||||
#~ "printer's configuration to get higher speeds."
|
||||
#~ msgstr ""
|
||||
#~ "空驶加速度设置超过了打印机的最大空驶加速度"
|
||||
#~ "(machine_max_acceleration_travel)。\n"
|
||||
#~ "Orca将自动限制加速度,以确保不超过打印机的速度限制。\n"
|
||||
#~ "您可以调整打印机配置中的machine_max_acceleration_travel值,以获得更高的速"
|
||||
#~ "度。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Add solid infill near sloping surfaces to guarantee the vertical shell "
|
||||
#~ "thickness (top+bottom solid layers)"
|
||||
|
@ -14172,8 +14198,8 @@ msgstr ""
|
|||
#~ msgstr "无稀疏层(实验)"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "We would rename the presets as \"Vendor Type Serial @printer you selected"
|
||||
#~ "\". \n"
|
||||
#~ "We would rename the presets as \"Vendor Type Serial @printer you "
|
||||
#~ "selected\". \n"
|
||||
#~ "To add preset for more prinetrs, Please go to printer selection"
|
||||
#~ msgstr ""
|
||||
#~ "我们会将预设重命名为“供应商 类型 系列 @您选择的打印机”。\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue