Marek Bel
|
523c9cd737
Fix compiler warning: sketch/mesh_bed_calibration.cpp:205:34: warning: unused parameter 'verbosity_level' [-Wunused-parameter]
|
6 years ago |
Marek Bel
|
95d13cbb59
Fix compiler warning: sketch/mesh_bed_calibration.cpp:135:20: warning: unused parameter 'i' [-Wunused-parameter]
|
6 years ago |
Marek Bel
|
7364b6cf80
Do not compare signed value with unsigned, add parentheses.
|
6 years ago |
Marek Bel
|
2e719c7885
Fix stack corruption for folder name longer than 12 characters. Save 260B of flash memory. Move duplicate code to separate method. Fix compiler warnings: sketch/cardreader.cpp:448:25: warning: ordered comparison of pointer with integer zero [-Wextra]
|
6 years ago |
Marek Bel
|
7a6cbf75b9
Fix compiler warnings: sketch/cardreader.cpp: In member function 'void CardReader::openFile(const char*, bool, bool)':
|
6 years ago |
Marek Bel
|
5f4380cafb
Remove unused function, fix compiler warning: sketch/Marlin_main.cpp:8994:6: warning: unused parameter 'extruder' [-Wunused-parameter]
|
6 years ago |
Marek Bel
|
30438833c6
Fix compiler warning sketch/Marlin_main.cpp:6584:19: warning: comparison is always true due to limited range of data type [-Wtype-limits]
|
6 years ago |
Marek Bel
|
72cfa1b124
Fix 4 compiler warnings of type: sketch/planner.cpp:872:59: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
|
6 years ago |
Marek Bel
|
55a47d57da
Fix compiler warning: sketch/Marlin.h:151:25: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
|
6 years ago |
XPila
|
f873ae9486
Merge pull request #1014 from mkbel/MK3_dev
|
6 years ago |
Marek Bel
|
ceac1e07bd
Merge branch 'MK3' into MK3_dev
|
6 years ago |
XPila
|
cc37ef4390
Merge pull request #1010 from PavelSindler/snmm_v2
|
6 years ago |
PavelSindler
|
702a2e1883
Merge pull request #1004 from mkbel/fix_XYhoming_direction
|
6 years ago |
PavelSindler
|
bb64dc5a58
Merge pull request #1001 from mkbel/fix_compiler_warnings
|
6 years ago |
PavelSindler
|
d21e527c73
PRUSA Fir reports also buildnumber
|
6 years ago |
PavelSindler
|
2097ef8485
Merge pull request #1006 from PavelSindler/snmm_v2
|
6 years ago |
PavelSindler
|
0c2d0bebce
merge with upstream fix
|
6 years ago |
XPila
|
8de1bd6a6c
Merge pull request #1005 from PavelSindler/snmm_v2
|
6 years ago |
PavelSindler
|
cf06c5171c
merge with upstream
|
6 years ago |
PavelSindler
|
a1f69e0924
manage response update
|
6 years ago |
Marek Bel
|
5846707c5a
Remove local variable verbosity_level, which was masking function parameter of the same name. Remove duplicate code to derive verbosity level.
|
6 years ago |
PavelSindler
|
5824da8310
add more extrusion to M600 load filament
|
6 years ago |
Marek Bel
|
f6094a58f7
Fix compiler warning sketch/lcd.cpp:160:6: warning: unused parameter 'cols' [-Wunused-parameter].
|
6 years ago |
bubnikv
|
dd4c4b39b4
Added support for the upstream Marlin interpretation of the M204 code:
|
6 years ago |
Marek Bel
|
a85d5948c3
Make function static, save 38B flash.
|
6 years ago |
PavelSindler
|
ae7561bb27
M600 fix: set hotend temperature to correct value, manage_response function fix: now works in case that user presses button on mmu unit before he is asked to do it, compiler warnings (uninitialized variables) fixed
|
6 years ago |
Marek Bel
|
373b4a1ea9
Fix compiler warnings sketch/lcd.cpp:59:18: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers]
|
6 years ago |
Marek Bel
|
0638e490c1
Fix compiler warnings: sketch/Marlin_main.cpp:923:19: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers]
|
6 years ago |
Marek Bel
|
0632f3b6d8
Fix compiler warnings: sketch/ConfigurationStore.cpp:17:13: warning: unused parameter 'name' [-Wunused-parameter]
|
6 years ago |
Marek Bel
|
f7f4ba2512
Make functions static, save 270B of flash.
|
6 years ago |