Commit History

作者 SHA1 備註 提交日期
  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 年之前
  Marek Bel 7a6cbf75b9 Fix compiler warnings: sketch/cardreader.cpp: In member function 'void CardReader::openFile(const char*, bool, bool)': 6 年之前
  Marek Bel 5f4380cafb Remove unused function, fix compiler warning: sketch/Marlin_main.cpp:8994:6: warning: unused parameter 'extruder' [-Wunused-parameter] 6 年之前
  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 年之前
  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 年之前
  Marek Bel 55a47d57da Fix compiler warning: sketch/Marlin.h:151:25: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] 6 年之前
  XPila f873ae9486 Merge pull request #1014 from mkbel/MK3_dev 6 年之前
  Marek Bel ceac1e07bd Merge branch 'MK3' into MK3_dev 6 年之前
  XPila cc37ef4390 Merge pull request #1010 from PavelSindler/snmm_v2 6 年之前
  PavelSindler 702a2e1883 Merge pull request #1004 from mkbel/fix_XYhoming_direction 6 年之前
  PavelSindler bb64dc5a58 Merge pull request #1001 from mkbel/fix_compiler_warnings 6 年之前
  PavelSindler d21e527c73 PRUSA Fir reports also buildnumber 6 年之前
  PavelSindler 2097ef8485 Merge pull request #1006 from PavelSindler/snmm_v2 6 年之前
  PavelSindler 0c2d0bebce merge with upstream fix 6 年之前
  XPila 8de1bd6a6c Merge pull request #1005 from PavelSindler/snmm_v2 6 年之前
  PavelSindler cf06c5171c merge with upstream 6 年之前
  PavelSindler a1f69e0924 manage response update 6 年之前
  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 年之前
  PavelSindler 5824da8310 add more extrusion to M600 load filament 6 年之前
  Marek Bel f6094a58f7 Fix compiler warning sketch/lcd.cpp:160:6: warning: unused parameter 'cols' [-Wunused-parameter]. 6 年之前
  bubnikv dd4c4b39b4 Added support for the upstream Marlin interpretation of the M204 code: 6 年之前
  Marek Bel a85d5948c3 Make function static, save 38B flash. 6 年之前
  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 年之前
  Marek Bel 373b4a1ea9 Fix compiler warnings sketch/lcd.cpp:59:18: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers] 6 年之前
  Marek Bel 0638e490c1 Fix compiler warnings: sketch/Marlin_main.cpp:923:19: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers] 6 年之前
  Marek Bel 0632f3b6d8 Fix compiler warnings: sketch/ConfigurationStore.cpp:17:13: warning: unused parameter 'name' [-Wunused-parameter] 6 年之前
  Marek Bel f7f4ba2512 Make functions static, save 270B of flash. 6 年之前
  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 年之前
  Marek Bel d3360c6868 Fix compiler warning sketch/Marlin_main.cpp:9099:7: warning: unused variable 'response' [-Wunused-variable]. 6 年之前
  Marek Bel e13e3a9dc4 Merge remote-tracking branch 'prusa3d/MK3' into fix_compiler_warnings 6 年之前