Commit Graph

6283 Commits

Author SHA1 Message Date
Guðni Már Gilbert 70ee06144e Add menu back arrow to the Perheat menu
All other menus have this arrow on the back button.
2022-02-12 12:48:39 +00:00
Alex Voinea 7e90047bba Use eeprom_update_block instead of a for loop
Saves 32B
2022-02-12 09:41:07 +01:00
ingbrzy e36d5ebe1c Update .po files 2022-02-12 05:46:42 +01:00
ingbrzy 2a65086f75 Update .po files 2022-02-12 05:37:00 +01:00
Guðni Már Gilbert 4672b6444c
Merge branch 'MK3' into remove-eeprom-func 2022-02-11 19:32:11 +00:00
Alex Voinea ea39a245af
Merge pull request #3388 from leptun/MK3_fix_broken_progmem_string
Fix PRUSA commands
2022-02-11 15:46:30 +01:00
3d-gussner 1940cdca30
Merge pull request #3391 from 3d-gussner/MK3_3.11.0_python3
Change to python3
2022-02-11 15:13:38 +01:00
3d-gussner 8e73bb030e Change to python3
Bump up version
2022-02-11 15:04:35 +01:00
Alex Voinea 3031f68d31 Fix Octoprint connect because of SN GET on blank einsy boards 2022-02-11 14:21:06 +01:00
ingbrzy 65e99c62de
add SK letters replacement 2022-02-11 14:18:03 +01:00
ingbrzy 5b45553f38
add community SK 2022-02-11 13:31:43 +01:00
Alex Voinea 6689581364 Allow SN get only on the Einsy 2022-02-11 13:11:13 +01:00
Alex Voinea 489e4fd35c Fix PRUSA commands 2022-02-11 13:04:27 +01:00
ingbrzy c9f17b30e6
typo 2022-02-11 12:50:28 +01:00
ingbrzy 9f093ee404
typo 2022-02-11 12:49:41 +01:00
Alex Voinea ed8252527c Add a uart RX timeout 2022-02-11 12:49:11 +01:00
ingbrzy 54e4966f2c
typos 2022-02-11 12:48:38 +01:00
ingbrzy 79aa067a8a Update SK .po files 2022-02-10 21:20:06 +01:00
ingbrzy 0ac7874d27 Add SK .po files 2022-02-10 21:01:16 +01:00
Alex Voinea 426ab24c36 Let's not talk about this 2022-02-10 20:19:52 +01:00
Alex Voinea bf45d4dcd1 Make the compiler align the lang reserved area to the spm page boundary 2022-02-10 20:19:52 +01:00
Alex Voinea e358cb2b78 Fix DEBUG_SEC_LANG 2022-02-10 20:19:52 +01:00
ingbrzy 834cc24e6c Add SK language 2022-02-10 19:01:04 +01:00
Alex Voinea e1ebc82654
Merge pull request #3365 from leptun/MK3_3.12_Optimizations
memory and flash optimizations for 3.12 PR2
2022-02-10 16:47:20 +01:00
Alex Voinea 882a73b867 VERBOSE_CHECK_HIT_ENDSTOPS 2022-02-10 16:42:02 +01:00
Alex Voinea 18dde3fb61 Faster code when endstops/probe are not enabled 2022-02-10 16:24:52 +01:00
3d-gussner 42ac9c0ec3
Merge pull request #3382 from 3d-gussner/MK3_3.11.0_Fix_PF-build
Update PF-build.sh for MK2.5/S community languages and build-server fixes
2022-02-10 14:23:11 +01:00
Alex Voinea 42b91a83cd Merge branch 'MK3' into MK3_3.12_Optimizations 2022-02-10 10:36:31 +01:00
Alex Voinea dee8da61f6 Optimize endstop flags even more 2022-02-10 10:35:25 +01:00
Alex Voinea 380377db0f Add static assert 2022-02-10 09:47:37 +01:00
Alex Voinea 060581962c Fix sizeof array look 2022-02-10 09:33:55 +01:00
3d-gussner 35cee44df1 Add SRCDIR for compatibility with build server 2022-02-10 08:27:04 +01:00
Alex Voinea e35b21569d
Merge pull request #3005 from wavexx/remove_mres_limits
Allow all microstep resolutions for all axes
2022-02-09 13:48:51 +01:00
Alex Voinea 6aaf784975
Merge pull request #3251 from gudnimg/farm-mode-setup-gudni
Optimize `farm_mode` initialisation in `setup()`
2022-02-09 13:48:12 +01:00
Alex Voinea 916212b597 Add ALLOW_ALL_MRES as requested in PR 2022-02-09 10:28:45 +01:00
3d-gussner db7b41e294 Add community language firmware files for MK2.5/S
Add selection of language in MK404 for MK2.5/S
2022-02-09 09:41:11 +01:00
Guðni Már Gilbert c4f1023924 Add back second call to prusa_statistics(8) when farm_mode is enabled.
Adds 18 bytes of flash
2022-02-09 07:30:50 +00:00
Guðni Már Gilbert caf496e996 Optimise FanCheck initialisation when farm mode is on
Saves 12 bytes of flash memory (Arduino IDE 1.8.19)
2022-02-09 07:26:34 +00:00
Alex Voinea 1342db3532
Merge pull request #3257 from gudnimg/lcd-optimisation-gudni
Remove redundant operations on LCD CGRAM
2022-02-09 08:09:48 +01:00
Alex Voinea aab094ff4f
Merge pull request #3292 from gudnimg/fix-pinda-thermistor-build-fail
Fix build error if `PINDA_THERMISTOR` is not defined
2022-02-09 07:54:42 +01:00
3d-gussner e6703125ec
Merge pull request #3268 from gudnimg/lcd_button_update_gudni
Remove one call to `lcd_timeoutToStatus.start`
2022-02-09 07:37:36 +01:00
Alex Voinea 0b7aa31b2a Fix MUL24x24R24 comment 2022-02-09 00:26:46 +01:00
Alex Voinea 23098a7492
Merge pull request #3380 from 3d-gussner/MK3_Translation_Maintainers
Update Community translation
2022-02-08 18:36:27 +01:00
Alex Voinea 9ef0acba5d
Merge pull request #3381 from 3d-gussner/MK3_improve_translations
Pre-release updates and some fixes
2022-02-08 17:50:16 +01:00
3d-gussner 00036bcfcc Update all po files 2022-02-08 14:48:16 +01:00
3d-gussner 752eef0876 Enable to clean non active languages 2022-02-08 14:43:15 +01:00
3d-gussner 048117c3cb Fix MSG in cz and hu as these have been different to other lang_en*.txt files 2022-02-08 14:41:35 +01:00
DRracer 8cf969eb1d
Merge pull request #3370 from leptun/MK3_3.10.2_crash_on_thermistor_pullup
Crash if pullups get enabled on the thermistor inputs
2022-02-08 11:55:49 +01:00
Alex Voinea 5c0d2767a8 Move the test to the experimental menu
.
2022-02-08 11:18:09 +01:00
Alex Voinea fb1c8ee0a3 Change the pullup test 2022-02-08 10:53:47 +01:00