Skip to content

Commit

Permalink
Merge branch 'prusa3d:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Žilinskas authored Feb 22, 2024
2 parents 5b77c63 + 560f0d7 commit 91e0712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ components:
properties:
state:
type: string
enum: [ IDLE, BUSY, PRINTING, PAUSED, FINISHED, STOPPED, ERROR, ATTTENTION, READY ]
enum: [ IDLE, BUSY, PRINTING, PAUSED, FINISHED, STOPPED, ERROR, ATTENTION, READY ]
temp_nozzle:
type: number
example: 214.9
Expand Down
6 changes: 3 additions & 3 deletions src/locales/source/kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@
"conn.error_status": "에러",
"msg.file-exists.overwrite-it": "덮어쓰시겠습니까?",
"msg.file-exists.title": "파일이 이미 존재합니다.",
"conn.printer.not-supported": "",
"logs.file-size-unknown": ""
}
"conn.printer.not-supported": "지원하지 않는 프린터입니다.",
"logs.file-size-unknown": "로그파일의 크기를 알 수 없으므로 다운로드만 가능합니다."
}

0 comments on commit 91e0712

Please sign in to comment.