Historique des commits

Auteur SHA1 Message Date
  Marek Bel 523c9cd737 Fix compiler warning: sketch/mesh_bed_calibration.cpp:205:34: warning: unused parameter 'verbosity_level' [-Wunused-parameter] il y a 5 ans
  Marek Bel 95d13cbb59 Fix compiler warning: sketch/mesh_bed_calibration.cpp:135:20: warning: unused parameter 'i' [-Wunused-parameter] il y a 5 ans
  Marek Bel 7364b6cf80 Do not compare signed value with unsigned, add parentheses. il y a 5 ans
  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] il y a 5 ans
  Marek Bel 7a6cbf75b9 Fix compiler warnings: sketch/cardreader.cpp: In member function 'void CardReader::openFile(const char*, bool, bool)': il y a 5 ans
  Marek Bel 5f4380cafb Remove unused function, fix compiler warning: sketch/Marlin_main.cpp:8994:6: warning: unused parameter 'extruder' [-Wunused-parameter] il y a 5 ans
  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] il y a 5 ans
  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] il y a 5 ans
  Marek Bel 55a47d57da Fix compiler warning: sketch/Marlin.h:151:25: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] il y a 5 ans
  XPila f873ae9486 Merge pull request #1014 from mkbel/MK3_dev il y a 5 ans
  Marek Bel ceac1e07bd Merge branch 'MK3' into MK3_dev il y a 5 ans
  XPila cc37ef4390 Merge pull request #1010 from PavelSindler/snmm_v2 il y a 5 ans
  PavelSindler 702a2e1883 Merge pull request #1004 from mkbel/fix_XYhoming_direction il y a 5 ans
  PavelSindler bb64dc5a58 Merge pull request #1001 from mkbel/fix_compiler_warnings il y a 5 ans
  PavelSindler d21e527c73 PRUSA Fir reports also buildnumber il y a 5 ans
  PavelSindler 2097ef8485 Merge pull request #1006 from PavelSindler/snmm_v2 il y a 5 ans
  PavelSindler 0c2d0bebce merge with upstream fix il y a 5 ans
  XPila 8de1bd6a6c Merge pull request #1005 from PavelSindler/snmm_v2 il y a 5 ans
  PavelSindler cf06c5171c merge with upstream il y a 5 ans
  PavelSindler a1f69e0924 manage response update il y a 5 ans
  Marek Bel 5846707c5a Remove local variable verbosity_level, which was masking function parameter of the same name. Remove duplicate code to derive verbosity level. il y a 5 ans
  PavelSindler 5824da8310 add more extrusion to M600 load filament il y a 5 ans
  Marek Bel f6094a58f7 Fix compiler warning sketch/lcd.cpp:160:6: warning: unused parameter 'cols' [-Wunused-parameter]. il y a 5 ans
  bubnikv dd4c4b39b4 Added support for the upstream Marlin interpretation of the M204 code: il y a 5 ans
  Marek Bel a85d5948c3 Make function static, save 38B flash. il y a 5 ans
  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 il y a 5 ans
  Marek Bel 373b4a1ea9 Fix compiler warnings sketch/lcd.cpp:59:18: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers] il y a 5 ans
  Marek Bel 0638e490c1 Fix compiler warnings: sketch/Marlin_main.cpp:923:19: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers] il y a 5 ans
  Marek Bel 0632f3b6d8 Fix compiler warnings: sketch/ConfigurationStore.cpp:17:13: warning: unused parameter 'name' [-Wunused-parameter] il y a 5 ans
  Marek Bel f7f4ba2512 Make functions static, save 270B of flash. il y a 5 ans