Commit History

Author SHA1 Message Date
  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
  Marek Bel bd907aec86 Fix 4 compiler warnings of type sketch/sm4.c:88:2: warning: 'register' is not at beginning of declaration [-Wold-style-declaration]. 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
  mkbel 47b15088dc Merge pull request #1003 from mkbel/MK3 6 years ago
  Marek Bel 2e61c0e289 Obey defined X and Y homing direction. 6 years ago