mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -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
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\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: 2024-03-15 23:12+0900\n"
|
||||
"Last-Translator: Hotsolidinfill <138652683+Hotsolidinfill@users.noreply."
|
||||
"github.com>, crwusiz <crwusiz@naver.com>\n"
|
||||
|
@ -4018,7 +4018,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)."
|
||||
|
@ -8491,6 +8491,15 @@ 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 ""
|
||||
|
||||
msgid ""
|
||||
"The speed setting exceeds the printer's maximum speed (machine_max_speed_x/"
|
||||
"machine_max_speed_y).\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue