Commit Graph

2763 Commits

Author SHA1 Message Date
Marek Bel e93f043fee Increase version 3.7.1 final. 2019-05-13 15:09:58 +02:00
Marek Bel a9d6ae296b Enable watchdog for all variants. 2019-05-10 16:30:08 +02:00
Marek Běl 8692565cf0
Merge pull request #1802 from XPila/MK3
Variable bed PWM resolution/frequency (adjusted to 5bits/32Hz)
2019-05-07 15:13:02 +00:00
Robert Pelnar 85806a0f38 variable bed pwm frequency fix (input value is 7bit, not 8bit) 2019-05-07 15:35:34 +02:00
Marek Běl 744e48272b
Merge pull request #1804 from ondratu/MK3
PFW-688
2019-05-07 13:24:49 +00:00
Ondrej Tuma 0ba2f39216 Check translation dictionary files to display definition 2019-05-07 12:57:31 +02:00
Ondrej Tuma b7fe43bf68 Deleted bad cols/rows definitions for translation. 2019-05-07 12:52:23 +02:00
Robert Pelnar 58683da2fb Variable bed PWM resolution/frequency (adjusted to 5bits/32Hz) 2019-05-06 18:07:42 +02:00
Marek Běl e56be687bb
Merge pull request #1800 from XPila/MK3
return with exitcode 1 if any language not generated properly
2019-05-06 15:58:34 +00:00
Marek Běl c3376ad854
Merge pull request #1801 from DRracer/MK3
Fix for linearity correction not being stored to EEPROM when doing MENU-
2019-05-06 15:43:55 +00:00
Marek Bel 1a0370e1c7 Make macro ON_MENU_LEAVE() usage similar to macros MENU_ITEM_BACK_P() and MENU_ITEM_FUNCTION_P(). 2019-05-06 17:39:00 +02:00
Robert Pelnar fa1bdd6ab1 Lang - decreased reserved space for secondary language (10496 bytes) 2019-05-06 17:29:47 +02:00
DRracer ffbdb43881 Remove commented code 2019-05-06 17:26:42 +02:00
Robert Pelnar 41a827fa00 Removed unused texts, increased reserved space to 0x2e00 (11776 bytes) 2019-05-06 17:24:06 +02:00
DRracer 0794430208 Fix for linearity correction not being stored to EEPROM when doing MENU-
UP
2019-05-06 15:33:13 +02:00
Robert Pelnar 1c9d134c62 return with exitcode 1 if any language not generated properly
fix - include system_timer.h
2019-05-06 15:29:57 +02:00
Marek Běl 5beb337c56
Merge pull request #1798 from DRracer/MK3
limit printed menu text to max 18 characters
2019-05-06 12:38:54 +00:00
DRracer e5911c42da limit printed menu text to max 18 characters 2019-05-06 12:44:36 +02:00
XPila ca965aba7b
Merge pull request #1784 from XPila/MK3
Different secondary language reserved space for MK3 and MK25
2019-04-30 12:46:50 +02:00
Robert Pelnar 3852aa4275 Different secondary language reserved space for MK3 and MK25 2019-04-30 12:42:18 +02:00
Marek Běl 177c123b4d
Merge pull request #1780 from MRprusa3d/PFW-841
"stop" immediately after "pause" patch
2019-04-29 14:49:49 +00:00
Marek Běl 95beb33924
Merge pull request #1778 from XPila/MK3
MK2.5 - watchdog enabled + test (command "D-1")
2019-04-29 14:48:16 +00:00
Marek Bel 8fadbf1b44 Do not call watchdog reset from updateTemperaturesFromRawValues(). 2019-04-29 16:41:38 +02:00
MRprusa3d b93f37ee02 "stop" immediately after "pause" patch 2019-04-29 14:39:19 +02:00
Robert Pelnar 18dec75b56 MK2.5 - watchdog enabled + test (command "D-1") 2019-04-29 13:19:59 +02:00
Marek Běl af6b9a2597
Merge pull request #1766 from mkbel/update_readme
Update readme
2019-04-25 05:49:32 +00:00
Marek Běl f17af8c7bf
Update README.md
Remove spaces in the end of line.
2019-04-25 07:48:24 +02:00
Marek Bel 6dce7413b6 Merge branch 'MK3' into update_readme 2019-04-25 07:43:51 +02:00
Marek Běl a8e62007ca Make platform.txt location more clear. Do not mention Windows, as it is already in Windows section. 2019-04-25 07:40:22 +02:00
cimoalpacino 3274794908 Add filepath to platform.txt for windows users 2019-04-25 07:39:39 +02:00
XPila 238079fc95
Merge pull request #1763 from mkbel/save_flash_timer2
Do not compile timer02.c if not used. Saves 148B flash.
2019-04-24 16:07:17 +02:00
mkbel e9b5e4cb28
Merge pull request #1762 from XPila/MK3
Secondary language reserved space resized
2019-04-24 13:53:00 +00:00
mkbel e8e7fa907f
Change comment 2019-04-24 15:52:24 +02:00
Robert Pelnar 1d8b2b3e18 Secondary language reserved space resized 2019-04-24 15:22:17 +02:00
Marek Bel f25f8f1b71 Do not compile timer02.c if not used. Saves 148B flash. 2019-04-23 19:39:49 +02:00
mkbel ca449ef517
Merge pull request #1742 from XPila/MK3-bed_pwm_revert
Bed high frequency PWM disabled
2019-04-16 21:04:28 +00:00
MRprusa3d 7f2d366ff0
Merge pull request #1743 from mkbel/no_kill_spi_flash_err
Do not kill printer if External SPI flash W25X20CL is not responding.
2019-04-16 22:40:41 +02:00
Marek Bel 75fac9dab2 Do not kill printer if External SPI flash W25X20CL is not responding.
Remove internationalization macro for this message. It has no sense to be translated as internationalization in most cases doesn't work if it is not responding.
Show this message instead of splash screen if the error is encountered.
There is no additional delay or wait for click, as such functions doesn't work in setup function.
2019-04-16 22:20:53 +02:00
Robert Pelnar 1f9737b4a6 Bed high frequency PWM disabled 2019-04-16 16:48:01 +02:00
mkbel 8a33663f64
Update README.md 2019-04-15 02:47:25 +02:00
PavelSindler 7168c09eec
Merge pull request #1713 from mkbel/fix_octoprint_mmu_load_failed
Fix octoprint mmu load failed
2019-04-10 18:21:06 +02:00
PavelSindler 0960d234aa
Merge pull request #1693 from MRprusa3d/666
(preliminary) fix @ (bed) preHeatError
2019-04-10 13:30:07 +02:00
MRprusa3d b5f196406e (preliminary) fix @ preHeatError II 2019-04-10 00:29:58 +02:00
Marek Bel 0d3e3c506a Merge remote-tracking branch 'prusa3d/MK3' into fix_octoprint_mmu_load_failed 2019-04-09 20:54:21 +02:00
Marek Bel c7d403733a Allow load filament retry after button push unlimited times in case mmu_continue_loading() is in blocking mode. 2019-04-09 20:50:29 +02:00
PavelSindler 85f380a92e
Merge pull request #1692 from 3d-gussner/MK3_fix_SD_card_menu_enhancement
Translation fix for https://github.com/prusa3d/Prusa-Firmware/pull/1601
2019-04-08 21:02:04 +02:00
PavelSindler d8c990c0b7
Merge pull request #1701 from andrewluebke/MK3
Fixed spelling errors in PF-build.sh
2019-04-08 21:00:07 +02:00
Andrew Luebke a6f10625c5 Found another mistake 2019-04-05 15:44:52 -07:00
Andrew Luebke 99d6c74999 Fixed spelling errors in PF-build.sh 2019-04-05 14:53:33 -07:00
Marek Bel 84cabd3836 Change busy_state type, save 340B of flash 2019-04-05 15:20:34 +02:00