Commit History

Author SHA1 Message Date
  Marek Bel b3bc71b45b Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 5 years ago
  PavelSindler 1253fb338a wizard hotfix 5 years ago
  Marek Bel ebfbf4ac3f Merge branch 'MK3' into MK3_dev 5 years ago
  PavelSindler 2f02828273 time remaining fix 5 years ago
  Marek Bel 0fe48de4af Remove feedmultiplyBckp global variable. Remove redundant isPrintPaused = true assignment, as it is already done in lcd_pause_print(). Remove unused saved_feedmultiply and fanSpeedBckp prototypes. Move isPrintPaused = true assignment to safer location, as LCD_COMMAND_LONG_PAUSE is not reached if lcd_commands_type is not LCD_COMMAND_IDLE. 5 years ago
  Marek Bel b43c8dad74 Remove HotendTempBckp global variable. 5 years ago
  Marek Bel 920d828833 Rename lcd_sdcard_pause() to lcd_pause_print() to reflect, that also USB printing could be possible to pause. Unite it with pause_print() and use new (immediate) pause mechanism in all places where old mechanism was used. Rename resume_print() to lcd_resume_print() and make it global, unite it with lcd_sdcard_resume() and use it also in place, where lcd_commands_type = LCD_COMMAND_LONG_PAUSE_RESUME was used. Remove LCD_COMMAND_LONG_PAUSE_RESUME lcd_command_type. Remove unused pause_lastpos[]. 5 years ago
  Marek Bel 4b47a74d1d Remove unused declarations from tmc2130.cpp. Move used declaration to Marlin.h. 5 years ago
  Marek Bel af08e16426 Use stop_and_save_print_to_ram() and restore_print_from_ram_and_continue() pair to pause print from menu. Move declaration of those functions to marlin.h. Move declaration of FSensorStateMenu to ultralcd.h. 5 years ago
  Marek Bel e5c0e26601 Merge branch 'MK3' into MK3_dev 5 years ago
  Marek Bel 12b1769531 Fix printer reset when changing filament during print over USB. 5 years ago
  Marek Bel 2cd8691376 Do not use global variable tmp_extruder when setting temperature. 5 years ago
  Marek Bel adde0d3944 Merge branch 'prusa3d_MK3' into MK3_dev 5 years ago
  PavelSindler ceb49d1262 finda filament runout: initial version 5 years ago
  Marek Bel 3b3d6ab472 Merge branch 'MK3' into MK3_dev 5 years ago
  Robert Pelnar c4281b0b36 Status screen redesign - fix of flickering and text wraping on status screen 5 years ago
  Robert Pelnar fd9516f520 Status screen - status message logic simplification 5 years ago
  Marek Bel 6c387384c7 Fix compiler warnings: sketch/Marlin.h:366:35: warning: large integer implicitly truncated to unsigned type [-Woverflow] 5 years ago
  Marek Bel ac62117d6b Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 5 years ago
  Marek Bel d94a1c5952 Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev 5 years ago
  Robert Pelnar 310751397c line endings + fixed declaration 5 years ago
  Robert Pelnar 990a5c9119 PFW489 (github issue 1008) - time remaining variables declared as uint32 5 years ago
  Robert Pelnar 23e5cea5d0 MMU - code cleaning (modularity) 5 years ago
  XPila 290328445a Merge pull request #1019 from mkbel/MK3_fix6 5 years ago
  Robert Pelnar 9e09efc9f4 Merge remote-tracking branch 'upstream/MK3' into MK3-new_lang 5 years ago
  Marek Bel 5493ac57f9 Fix declaration and definition type mismatch of lcd_change_fil_state. Move declaration to Marlin.h. 5 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] 5 years ago
  PavelSindler a1f69e0924 manage response update 5 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 5 years ago
  PavelSindler b99b73c924 missing declaration 6 years ago