Alex Voinea
fb10b4398e
Merge pull request #6 from gudnimg/gudni-PR1
...
Purged some `int`s for `uint8_t` when using the axis enum
2022-01-30 11:30:25 +00:00
3d-gussner
14f309819d
Add Hungarian replacement
...
Fix changed chars.
2022-01-30 12:26:54 +01:00
Guðni Már Gilbert
f81db56793
temp_runaway_check() parameter _heater_id should be uint8_t
...
Saves 58 bytes of flash
2022-01-30 11:22:45 +00:00
Guðni Már Gilbert
261f311825
Change two arrays from int to uint8_t
...
__preheat_counter has max value of 16
__preheat_errors has max value of 5
Saves 58 bytes of flash memory and 4 bytes of SRAM
2022-01-30 11:22:45 +00:00
Guðni Már Gilbert
7535fa3a44
Remove unused variable
...
Saves 2 bytes of SRAM
2022-01-30 11:22:45 +00:00
Voinea Dragos
623762bd50
Fix build
2022-01-30 11:22:44 +00:00
Voinea Dragos
42a5f7dc20
Fix M226
2022-01-30 11:22:44 +00:00
Voinea Dragos
4aae88afdf
M42 optimization
2022-01-30 11:22:44 +00:00
Voinea Dragos
a5cd99a917
Disable unimplemented PID_ADD_EXTRUSION_RATE
2022-01-30 11:22:44 +00:00
Voinea Dragos
9951e3da52
Sound enums as uint8_t
2022-01-30 11:22:44 +00:00
Voinea Dragos
6dd59985ee
Disable PRUSA M28
2022-01-30 11:22:44 +00:00
Voinea Dragos
f22b9260ae
Fix build
2022-01-30 11:22:44 +00:00
Voinea Dragos
9abae2fd97
Remove maxlimit_status
2022-01-30 11:22:43 +00:00
Voinea Dragos
9684806e00
Change arduino IO to fastio where possible
2022-01-30 11:22:43 +00:00
Voinea Dragos
42c393764f
Adjust temperature runaway extruder count
2022-01-30 11:22:43 +00:00
Voinea Dragos
78362419da
nIRsensorLastTime
2022-01-30 11:22:43 +00:00
Voinea Dragos
a5f1f23fe2
TimeNow && TimeSent
2022-01-30 11:22:43 +00:00
Voinea Dragos
f64c6c2a39
Remove unused Stepper.cpp variables
2022-01-30 11:22:43 +00:00
Voinea Dragos
9d1e54e685
Tmc2130 use ShortTimer instead of custom timer implementation
2022-01-30 11:22:43 +00:00
Voinea Dragos
d8a14842c5
Remove unused `skip_debug_msg` flag
2022-01-30 11:22:43 +00:00
3d-gussner
4d27b623ea
Improve language scripts
...
- Add German `äöüß` support
- Add/improve checks
- Check for syntax errors
- Output for translators
- gitignore more temporary files
2022-01-30 11:39:58 +01:00
3d-gussner
f922f4d1fa
PF-build.sh:
...
- Add sort of variants. Request from @leptun
- Add Arduino IDE 1.8.19 as an option
- Allow upper and lower case. Request from @TojikCZ
MK404-build.sh:
- Allow upper and lower case. Request by @TojikCZ
- Add update option to release OR devel
2022-01-30 11:01:19 +01:00
3d-gussner
60aa996ba7
Fix typo ( #3356 )
...
Fixed `community` typo
2022-01-21 16:28:19 +02:00
3d-gussner
6a6376cb40
Merge pull request #3070 from 3d-gussner/MK3_Community_issue_template
...
MK3 community issue template and List of Community made translations
2022-01-21 15:08:16 +01:00
DRracer
5c463dce29
Merge pull request #3355 from 3d-gussner/MK3_Travis_focal
...
Change Travis to Ubuntu 20.04 LTS (focal)
2022-01-21 12:34:05 +01:00
3d-gussner
025a9e2461
Add space
...
Thanks @wavexx
2022-01-21 08:15:54 +01:00
DRracer
adac011e17
Merge pull request #3354 from leptun/MK3-vscode
...
Ignore .vscode dir
2022-01-21 07:41:34 +01:00
3d-gussner
a795fda7b5
Trying to push travis build
2022-01-21 07:40:04 +01:00
3d-gussner
f924fb9ade
Change Travis to Ubuntu 20.04 LTS (focal)
2022-01-21 05:55:43 +01:00
Alex Voinea
38ef656ffd
Ignore .vscode dir
2022-01-20 14:59:39 +01:00
AttilaSVK
0b8e65bd6c
Updated Hungarian translation files
...
updated lang/lang_en_hu.txt and lang/po/Firmware_hu.po with files generated by lang-import.sh and lang-export.sh
2022-01-18 13:56:43 +01:00
AttilaSVK
bbf23d4473
Update hu.po
...
Corrected a string based on where it appears on the display (Main, corrected to Főmenü, meaning Main Menu)
2022-01-18 10:38:56 +01:00
AttilaSVK
3936da7529
Update hu.po
...
Revised some translations based on the output from lang-check.py
2022-01-18 10:38:56 +01:00
AttilaSVK
311aa2a4c6
Update hu.po
...
Reduced long strings
2022-01-18 10:38:56 +01:00
AttilaSVK
9308593f5e
Update hu.po
...
Corrected two ...(one character) to ...(three characters) and removed an accidental accent to maintain ASCII compatibility
2022-01-18 10:38:56 +01:00
AttilaSVK
a28631638f
New translation
...
Added Hungarian language
2022-01-18 10:38:56 +01:00
3d-gussner
2d01cb37ef
Replace ` ?` with `?`
...
No need for additional space before the question mark.
2022-01-18 09:21:18 +01:00
3d-gussner
84cba7f769
Fixed Swedish po files
...
created `lang_en_sv.txt`
Deleted vs files
Compiled and tested the firmware with Swedish. Can't read everything but it looks good.
2022-01-18 08:20:02 +01:00
Bernt Ahlbäck
68cf57272c
Swedish translation
2022-01-18 07:55:21 +01:00
Bernt Ahlbäck
2568ca66f2
Updated swedish lang
...
Looks bad as you dont support international languages (åäö).
2022-01-18 07:55:21 +01:00
Bernt Ahlbäck
7ab715c2dd
Added swedich language
2022-01-18 07:55:21 +01:00
Bernt Ahlbäck
036bc38b82
Added swedich language
2022-01-18 07:55:21 +01:00
3d-gussner
978b9d5eeb
Add Hungarian and Swedish maintainers
2022-01-18 07:39:03 +01:00
3d-gussner
81657678f7
Fix Typo
2022-01-18 07:34:00 +01:00
Alex Voinea
44ea34bb72
Merge pull request #3346 from QuantumRoboticsFTC/MK3_3.11_RO
...
3.11 Translation - Romanian
2022-01-17 16:31:49 +01:00
Alex Voinea
f59fe20393
Fix resized translation limits
2022-01-17 16:23:31 +01:00
Alex Voinea
365bd003f9
Update ro PO files
2022-01-17 16:21:59 +01:00
Alex Voinea
4f8be42555
Use um instead of the special character until it is implemented upstream
2022-01-17 16:21:59 +01:00
Hauzman
1a6b668ede
Fix typos
2022-01-17 16:21:59 +01:00
Hauzman
f9a591052c
Fix typos
...
I have tested on my MK3S+ because the MK404 stops working when I select the language.
Posible to be future improvemen
Co-Authored-By: Alex Voinea <voinea.dragos.alexandru@gmail.com>
2022-01-17 16:21:59 +01:00