Marek Bel
|
7e19b4adc1
Supress compiler warning sketch/Marlin_main.cpp:3079:6: warning: unused parameter 'e_shift_late' [-Wunused-parameter]. Make function static. Fix indentation.
|
6 years ago |
Marek Bel
|
814d31d70d
Remove factory_reset() unused quiet parameter and make it static. It was tested, that both calls of factory reset (from menu and via PRUSA FR command) works somehow. Fix compiler warning: sketch/Marlin_main.cpp:808:6: warning: unused parameter 'quiet' [-Wunused-parameter]
|
6 years ago |
Marek Bel
|
791b568339
Fix compiler warnings: sketch/uart2.c:19:33: warning: unused parameter 'stream' [-Wunused-parameter]
|
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
|
ceac1e07bd
Merge branch 'MK3' into MK3_dev
|
6 years ago |
PavelSindler
|
702a2e1883
Merge pull request #1004 from mkbel/fix_XYhoming_direction
|
6 years ago |
PavelSindler
|
d21e527c73
PRUSA Fir reports also buildnumber
|
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 |
bubnikv
|
dd4c4b39b4
Added support for the upstream Marlin interpretation of the M204 code:
|
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
|
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
|
d3360c6868
Fix compiler warning sketch/Marlin_main.cpp:9099:7: warning: unused variable 'response' [-Wunused-variable].
|
6 years ago |
Marek Bel
|
e13e3a9dc4
Merge remote-tracking branch 'prusa3d/MK3' into fix_compiler_warnings
|
6 years ago |
Marek Bel
|
2e61c0e289
Obey defined X and Y homing direction.
|
6 years ago |
Robert Pelnar
|
468873ec68
MMU2 - removed conditional translation for SNMM_V2, new module mmu
|
6 years ago |
Robert Pelnar
|
282ff6c577
removed unused union
|
6 years ago |
Robert Pelnar
|
d378575a68
SNMM_V2 - default retraction declared as variable
|
6 years ago |
Marek Bel
|
660a4c0d75
Fix compiler warnings: sketch/Marlin_main.cpp: In function 'void process_commands()':
|
6 years ago |
Marek Bel
|
904fe7e886
Fix compiler warning: In file included from sketch/Marlin_main.cpp:67:0:
|
6 years ago |
PavelSindler
|
ac60b3ebe7
Merge pull request #996 from PavelSindler/snmm_v2
|
6 years ago |
XPila
|
618aea25d6
Merge pull request #995 from PavelSindler/filament_type
|
6 years ago |
PavelSindler
|
24e7f0d0ec
mmures fix
|
6 years ago |
PavelSindler
|
06063118bd
M600 updated
|
6 years ago |
Marek Bel
|
b0077182e5
Merge branch 'Fix_warnings_ledvinap' into fix_compiler_warnings
|
6 years ago |
PavelSindler
|
54adb0beea
missing eol added
|
6 years ago |
PavelSindler
|
b35ef498f0
comments updated
|
6 years ago |