Commit Graph

2771 Commits

Author SHA1 Message Date
Marek Běl 176b28bc83
Merge pull request #1813 from prusa3d/MK3_3.7.1
Enable watchdog for all variants.
2019-05-10 17:33:44 +00:00
Marek Běl ffa97c7b43
Merge pull request #1814 from prusa3d/fix_move_extruder_menu_overflow
Fix a number overflow to last line of LCD when doing large extruder move
2019-05-10 17:31:24 +00:00
Marek Bel a9d6ae296b Enable watchdog for all variants. 2019-05-10 16:30:08 +02:00
Marek Běl 2a39fad400
Merge branch 'MK3' into bugfixes 2019-05-10 13:43:36 +00:00
Marek Běl 084c6f2700
Merge pull request #1805 from DRracer/MK3
PFW-844
2019-05-10 13:41:59 +00:00
Marek Bel 5707d4b85c Set all target hot ends to 0 deg. Celsius instead of just hotend nr. 0 to be more safe with custom modifications. 2019-05-10 15:27:25 +02:00
DRracer dc4f30530d Fix a number overflow to last line of LCD when doing large extruder in
menu Settings -> Move axis -> Extruder
2019-05-09 13:44:35 +02:00
DRracer 714fb23de6 Merge remote-tracking branch 'upstream/MK3' into MK3 2019-05-09 13:40:28 +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
DRracer f431d24762 Merge branch 'MK3' of https://github.com/DRracer/Prusa-Firmware into MK3 2019-05-07 16:17:14 +02:00
DRracer 0124fbf9ee Fix: display target extruder temperature on the main screen when doing
PID calibration
2019-05-07 16:15:42 +02: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