Commit History

Author SHA1 Message Date
  Marek Bel c77672bf0f PFW-608 Decrease wear of mass erase EEPROM and do it faster. 5 years ago
  Marek Bel 0e33db0064 Documentation: Put scattered and unscattered Gcode documentation together in process_commands documentation. Mention at least existence of all implemented commands. Document T<n> and T? commands. 5 years ago
  Marek Bel d14822b22f Give wizard states human readable names. Use uint8_t as underlying type - saves 20B of FLASH memory. 5 years ago
  Marek Bel 8235f0f869 Merge branch 'MK3_dev' into add_cancel 5 years ago
  Marek Bel 7bc46323e2 Update pause print documentation. 5 years ago
  Marek Bel 98264808dc Change gcode "T?" question from "Choose extruder:" to "Choose filament" and answers from "Extruder 1" .. "Extruder 5" to "Filament 1" .. "Filament 5". 5 years ago
  Marek Bel 19a1ccdc76 Rename choose_extruder_menu() to choose_menu_P(), add parameters to make it reusable. 5 years ago
  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
  Marek Bel 001680bbdc Merge branch 'MK3' into time_remaining_fix 5 years ago
  mkbel 801f8e93e8 Merge pull request #1112 from PavelSindler/MK25_time_remaining 5 years ago
  PavelSindler 2f02828273 time remaining fix 5 years ago
  PavelSindler 66305b3e04 MK25: always show "normal mode" remaining time 5 years ago
  PavelSindler 48bf5d3a75 Merge pull request #1104 from mkbel/MK3_dev 5 years ago
  Marek Bel 5d1e59cec3 Fix problem that nozzle temperature stays 0 if resume print is invoked from menu earlier than pause movements are finished. 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 05a0b9c939 Remove fanSpeedBckp global variable. 5 years ago
  Marek Bel 40990c4deb Remove saved_feedmultiply global variable. 5 years ago
  Marek Bel b43c8dad74 Remove HotendTempBckp global variable. 5 years ago
  Marek Bel d71311f13f Remove redundant HotendTempBckp from crash detection recover. 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 67b2456ad9 Merge branch 'MK3' into MK3_dev 5 years ago
  PavelSindler 40679dcb3a Merge branch 'MK3' into MK3 5 years ago
  Marek Bel a5db084b70 Move resuming nozzle temperature to restore_print_from_ram_and_continue(). 5 years ago
  Marek Bel 2abd2a6cab Resume print fan. 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
  MRprusa3d 25a22120fb 1-st Layer Calibration correction 5 years ago
  PavelSindler b284c70d9b auto deplete: dont eject filament 5 years ago