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.
|
il y a 6 ans |
Marek Bel
|
d14822b22f
Give wizard states human readable names. Use uint8_t as underlying type - saves 20B of FLASH memory.
|
il y a 6 ans |
Marek Bel
|
8235f0f869
Merge branch 'MK3_dev' into add_cancel
|
il y a 6 ans |
Marek Bel
|
7bc46323e2
Update pause print documentation.
|
il y a 6 ans |
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".
|
il y a 6 ans |
Marek Bel
|
19a1ccdc76
Rename choose_extruder_menu() to choose_menu_P(), add parameters to make it reusable.
|
il y a 6 ans |
Marek Bel
|
b3bc71b45b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
il y a 6 ans |
PavelSindler
|
1253fb338a
wizard hotfix
|
il y a 6 ans |
Marek Bel
|
ebfbf4ac3f
Merge branch 'MK3' into MK3_dev
|
il y a 6 ans |
Marek Bel
|
001680bbdc
Merge branch 'MK3' into time_remaining_fix
|
il y a 6 ans |
mkbel
|
801f8e93e8
Merge pull request #1112 from PavelSindler/MK25_time_remaining
|
il y a 6 ans |
PavelSindler
|
2f02828273
time remaining fix
|
il y a 6 ans |
PavelSindler
|
66305b3e04
MK25: always show "normal mode" remaining time
|
il y a 6 ans |
PavelSindler
|
48bf5d3a75
Merge pull request #1104 from mkbel/MK3_dev
|
il y a 6 ans |
Marek Bel
|
5d1e59cec3
Fix problem that nozzle temperature stays 0 if resume print is invoked from menu earlier than pause movements are finished.
|
il y a 6 ans |
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.
|
il y a 6 ans |
Marek Bel
|
05a0b9c939
Remove fanSpeedBckp global variable.
|
il y a 6 ans |
Marek Bel
|
40990c4deb
Remove saved_feedmultiply global variable.
|
il y a 6 ans |
Marek Bel
|
b43c8dad74
Remove HotendTempBckp global variable.
|
il y a 6 ans |
Marek Bel
|
d71311f13f
Remove redundant HotendTempBckp from crash detection recover.
|
il y a 6 ans |
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[].
|
il y a 6 ans |
Marek Bel
|
67b2456ad9
Merge branch 'MK3' into MK3_dev
|
il y a 6 ans |
PavelSindler
|
40679dcb3a
Merge branch 'MK3' into MK3
|
il y a 6 ans |
Marek Bel
|
a5db084b70
Move resuming nozzle temperature to restore_print_from_ram_and_continue().
|
il y a 6 ans |
Marek Bel
|
2abd2a6cab
Resume print fan.
|
il y a 6 ans |
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.
|
il y a 6 ans |
Marek Bel
|
e5c0e26601
Merge branch 'MK3' into MK3_dev
|
il y a 6 ans |
MRprusa3d
|
25a22120fb
1-st Layer Calibration correction
|
il y a 6 ans |
PavelSindler
|
b284c70d9b
auto deplete: dont eject filament
|
il y a 6 ans |
PavelSindler
|
515e78cfd1
Eject filament feature in menu, M600: if it was envoked by FINDA, eject filament
|
il y a 6 ans |