MRprusa3d
|
01e71286f7
Merge pull request #1028 from mkbel/refactor_settings
|
6 years ago |
Marek Bel
|
ac62117d6b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 years ago |
Marek Bel
|
95e7536955
Split settings menu into separate functions.
|
6 years ago |
Marek Bel
|
d94a1c5952
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 years ago |
XPila
|
290328445a
Merge pull request #1019 from mkbel/MK3_fix6
|
6 years ago |
Robert Pelnar
|
9e09efc9f4
Merge remote-tracking branch 'upstream/MK3' into MK3-new_lang
|
6 years ago |
Robert Pelnar
|
71f1a1f6db
MMU - communication, check after start, code cleaning
|
6 years ago |
Marek Bel
|
5493ac57f9
Fix declaration and definition type mismatch of lcd_change_fil_state. Move declaration to Marlin.h.
|
6 years ago |
Marek Bel
|
e06e19edf5
Fix showing calibration results.
|
6 years ago |
Marek Bel
|
c0f37efbad
Save 278B of flash. Remove unused function parameters. Make functions static. Fix compiler warnings:
|
6 years ago |
Marek Bel
|
cf069f3fc2
Fix compiler warning sketch/ultralcd.cpp:53:31: warning: missing initializer for member 'MenuData::BabyStep::babystepMem' [-Wmissing-field-initializers]
|
6 years ago |
Marek Bel
|
453b199057
Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter]
|
6 years ago |
Marek Bel
|
ceac1e07bd
Merge branch 'MK3' into MK3_dev
|
6 years ago |
PavelSindler
|
cf06c5171c
merge with upstream
|
6 years ago |
PavelSindler
|
a1f69e0924
manage response update
|
6 years ago |
Marek Bel
|
e13e3a9dc4
Merge remote-tracking branch 'prusa3d/MK3' into fix_compiler_warnings
|
6 years ago |
Robert Pelnar
|
468873ec68
MMU2 - removed conditional translation for SNMM_V2, new module mmu
|
6 years ago |
Marek Bel
|
fd70078606
Remove or disable by preprocessor unused functions in ultralcd.cpp.
|
6 years ago |
Marek Bel
|
268c52207b
Fix compiler warning: sketch/ultralcd.cpp:7457:7: warning: unused variable 'pressed' [-Wunused-variable].
|
6 years ago |
Marek Bel
|
87a650f2cb
Fix compiler warning: sketch/ultralcd.cpp:6573:23: warning: array subscript has type 'char' [-Wchar-subscripts]
|
6 years ago |
Marek Bel
|
02f5a60065
Fix compiler warning: sketch/ultralcd.cpp:6540:23: warning: array subscript has type 'char' [-Wchar-subscripts]
|
6 years ago |
Marek Bel
|
05d455fc30
Fix compiler warning sketch/ultralcd.cpp:6301:7: warning: unused variable 'tempScrool' [-Wunused-variable].
|
6 years ago |
Marek Bel
|
d85c36cc77
Fix compiler warning sketch/ultralcd.cpp:3588:9: warning: unused variable 'enc_dif' [-Wunused-variable]
|
6 years ago |
Robert Pelnar
|
d378575a68
SNMM_V2 - default retraction declared as variable
|
6 years ago |
Marek Bel
|
1898ef9896
Fix compiler warning sketch/ultralcd.cpp:2533:7: warning: unused variable '_cm' [-Wunused-variable]
|
6 years ago |
PavelSindler
|
1685f83020
Merge pull request #971 from mkbel/fix_menuData_compiler_warnings
|
6 years ago |
Marek Bel
|
ef8921d45e
Fix 10 compiler warnings of type: sketch/menu.cpp: In function 'void _menu_edit_int3()':
|
6 years ago |
Marek Bel
|
93d2b37b5c
Fix 98 compiler warnings of type: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
6 years ago |
MRprusa3d
|
bafd290141
Sound
|
6 years ago |
PavelSindler
|
ac60b3ebe7
Merge pull request #996 from PavelSindler/snmm_v2
|
6 years ago |