Ted Hess
|
0745a2164b
|
Merge branch 'MK2' of https://github.com/prusa3d/Prusa-Firmware into private-build2
|
2017-11-09 11:24:34 -05:00 |
PavelSindler
|
d319ddf21a
|
Merge pull request #265 from PavelSindler/MK2
PL updated
|
2017-11-09 16:19:54 +01:00 |
PavelSindler
|
417dff8574
|
removed redundant code
|
2017-11-09 16:14:14 +01:00 |
PavelSindler
|
858bd7f9ac
|
another changes in languages
|
2017-11-09 15:22:20 +01:00 |
PavelSindler
|
03fdb06e89
|
initial
|
2017-11-09 15:14:31 +01:00 |
Ted Hess
|
2cd861a184
|
Draft documentation README and BUILDING instructions
|
2017-11-08 18:01:03 -05:00 |
Ted Hess
|
2c80f1f3ad
|
Merge branch 'liquidcrystal-update' into private-build2
|
2017-11-07 17:16:04 -05:00 |
Ted Hess
|
8b5f36c55e
|
Upgrade LiquidCrystal driver to recent version and add Prusa custom mods.
|
2017-11-07 17:11:23 -05:00 |
Ted Hess
|
69339761b2
|
Identify custom builds with Author info
|
2017-11-07 16:31:36 -05:00 |
Ted Hess
|
0e5d3d93db
|
Merge branch 'remove-extra-warnings' updates into private-build2
|
2017-11-07 14:25:15 -05:00 |
Ted Hess
|
dc391e3fc2
|
Remove 'unused-parameter' and 'empty-body' warinings
Additional warnings cleanup for SNMM config.
Fix uninitialized 'SilentMode' refrences in stepper
|
2017-11-07 14:17:48 -05:00 |
Ted Hess
|
71a4b482fc
|
Need to add correct Rambo board to Arduino config
|
2017-11-06 17:41:40 -05:00 |
Ted Hess
|
4e67d29a84
|
Fix travis to build all variants (really)
Travis mod - single branch only
|
2017-11-06 11:09:31 -05:00 |
Ted Hess
|
9868fcd8fc
|
Merge remote-tracking branch 'upstream' into private-build2
|
2017-11-06 09:25:10 -05:00 |
Ted Hess
|
652749b0a4
|
Lanuage files sync'd
|
2017-11-06 09:17:41 -05:00 |
Ted Hess
|
1f5072281e
|
Update Arduino SDK to 1.8.5, add travis CI
|
2017-11-06 08:55:37 -05:00 |
PavelSindler
|
b5e42e2934
|
PL updated
|
2017-11-06 12:01:17 +01:00 |
PavelSindler
|
f2d9c00103
|
Merge pull request #260 from PavelSindler/presort_after_print
presort files when print is finished
|
2017-11-03 16:18:47 +01:00 |
PavelSindler
|
6a253b60fb
|
Merge pull request #264 from PavelSindler/language_corrections
PID safety check and Language corrections
|
2017-11-03 16:18:35 +01:00 |
PavelSindler
|
6728e425cc
|
whitespace correction
|
2017-11-03 16:13:01 +01:00 |
PavelSindler
|
30cbee774e
|
Merge pull request #263 from PavelSindler/incomplete_file_fix
filecheck fix: check gcodes which remains in buffer after finding end of file
|
2017-11-03 16:02:16 +01:00 |
PavelSindler
|
4114a7844d
|
pl and it corrections
|
2017-11-03 16:00:44 +01:00 |
PavelSindler
|
6bdab7bf48
|
filecheck fix: we need to check buffered gcodes after finding end of gcode file
|
2017-11-02 18:40:22 +01:00 |
PavelSindler
|
6689cca59c
|
languages partly corrected, PID cal. is checking for thermal runaway
|
2017-11-02 17:29:16 +01:00 |
PavelSindler
|
6c8f304809
|
dont flush presort at the beginning of the print
|
2017-11-01 14:18:39 +01:00 |
PavelSindler
|
3ec227c02e
|
presort files when print is finished
|
2017-10-31 19:54:42 +01:00 |
Ted Hess
|
f4103bc386
|
Use dynamic linebfr
|
2017-10-31 13:48:50 -04:00 |
Ted Hess
|
2dfb5666b9
|
Single language support (See langtool.pl)
|
2017-10-31 13:48:50 -04:00 |
Ted Hess
|
92e5885b34
|
Update Ardruino SDK to 1.8.4, add full warnings check
|
2017-10-31 13:48:50 -04:00 |
Ted Hess
|
3284cfaced
|
Clarify PID cal menu items. Name the Wizard
|
2017-10-31 13:48:50 -04:00 |
Ted Hess
|
7a52f00f46
|
Local updates/merges
|
2017-10-31 13:48:50 -04:00 |
Ted Hess
|
ab8610ecff
|
Add optional 8-point Mesh Bed Correction offsets + LCD and translations support
MBC offsets limited to +/- 500um (stored as int16 in EEPROM)
|
2017-10-31 13:48:50 -04:00 |
Ted Hess
|
7bd9655fd4
|
Remove 'unused-parameter' and 'empty-body' warinings
|
2017-10-31 13:48:50 -04:00 |
PavelSindler
|
32ee171a49
|
Merge pull request #258 from PavelSindler/snmm_cleanup
SNMM: Dont use different verbosity levels in xyz/z cal. and mesh bed leveling
|
2017-10-30 10:59:40 +01:00 |
PavelSindler
|
5cea6aee37
|
ifdef changed to ifndef in config files
|
2017-10-30 10:13:23 +01:00 |
PavelSindler
|
c1ed9e1466
|
configuration files updated
|
2017-10-30 09:59:36 +01:00 |
PavelSindler
|
60807c0f47
|
added SUPPORT_VERBOSITY defines to free some space
|
2017-10-30 09:53:22 +01:00 |
PavelSindler
|
f579c4d5f7
|
Merge pull request #255 from PavelSindler/MK2
changed version
|
2017-10-27 18:16:20 +02:00 |
PavelSindler
|
316c0a497c
|
changed version
|
2017-10-27 18:15:01 +02:00 |
PavelSindler
|
1b69a3f9be
|
Merge pull request #254 from PavelSindler/sort_dir_fix
removing SD during sorting fixed
|
2017-10-27 16:16:40 +02:00 |
PavelSindler
|
7968d1b3cb
|
initi sort order loop
|
2017-10-25 16:57:26 +02:00 |
PavelSindler
|
98e203294d
|
removing SD during sorting fixed
|
2017-10-25 16:30:55 +02:00 |
PavelSindler
|
cd813cefe6
|
Merge pull request #252 from PavelSindler/sort_dir_fix
Fixed sorting inside subdirectories, dead code removed
|
2017-10-25 11:56:35 +02:00 |
PavelSindler
|
f53426b639
|
Fixed sorting inside subdirectories, removed dead code
|
2017-10-24 15:15:49 +02:00 |
PavelSindler
|
63b62bea0d
|
Merge pull request #250 from PavelSindler/MK2
ifdef for SNMM
|
2017-10-23 01:15:42 +02:00 |
PavelSindler
|
07c0413f43
|
ifdef for SNMM
|
2017-10-23 01:13:56 +02:00 |
PavelSindler
|
0d9b611108
|
Merge remote-tracking branch 'upstream/MK2' into MK2
|
2017-10-23 00:49:05 +02:00 |
PavelSindler
|
98d0abcf2a
|
Merge pull request #245 from PavelSindler/lin_adv_issue
LIN_ADVANCE: high e_steps value error fixed
|
2017-10-23 00:37:59 +02:00 |
PavelSindler
|
37e989df79
|
Merge pull request #249 from PavelSindler/languages
Translation for new messages
|
2017-10-23 00:35:31 +02:00 |
PavelSindler
|
aecf3a88c0
|
lengths updated, special characters removed
|
2017-10-23 00:33:43 +02:00 |