leptun
|
bf09eb943d
fix workDirDepth not reset after card init.
|
před 5 roky |
MRprusa3d
|
a408f90659
recovery from "Stop()"
|
před 5 roky |
Ondrej Tuma
|
b7fe43bf68
Deleted bad cols/rows definitions for translation.
|
před 5 roky |
Robert Pelnar
|
eea755496b
Conditional translation for SYSTEM_TIMER_2 because we want to have posibility to switch between old/new implementation.
|
před 5 roky |
Robert Pelnar
|
434a723151
Timing functions 'micros' and 'delay' replaced in whole source with 'micros2' and 'delay2'
|
před 5 roky |
Robert Pelnar
|
e229f3343e
Lang - text "volume.init failed" removed from dictionary
|
před 6 roky |
Robert Pelnar
|
ddf898cb41
Lang - text "SD init fail" removed from dictionary
|
před 6 roky |
Robert Pelnar
|
3384dd8487
Lang - text "SD card ok" removed from dictionary
|
před 6 roky |
Robert Pelnar
|
f0e3021d33
Lang - text "openRoot failed" removed from dictionary
|
před 6 roky |
Robert Pelnar
|
f4bbce4142
Lang - text "open failed, File: " removed from dictionary
|
před 6 roky |
Robert Pelnar
|
9c964277ac
Lang - text "error writing to file" removed from dictionary
|
před 6 roky |
Robert Pelnar
|
0baa6412fc
Lang - text "Cannot enter subdir: " removed from dictionary
|
před 6 roky |
Robert Pelnar
|
a0e4acead3
lang - removed unused code and some service messages changed to "not translated"
|
před 6 roky |
Marek Bel
|
7364b6cf80
Do not compare signed value with unsigned, add parentheses.
|
před 6 roky |
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]
|
před 6 roky |
Marek Bel
|
7a6cbf75b9
Fix compiler warnings: sketch/cardreader.cpp: In member function 'void CardReader::openFile(const char*, bool, bool)':
|
před 6 roky |
Marek Bel
|
665a885a21
Merge commit 'baddf38dbc2c72ab095deaf9b3e251ea2faeb699' into fix_compiler_warnings
|
před 6 roky |
Marek Bel
|
08b56fe1a4
Fix compiler warning sketch/cardreader.cpp:706:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare].
|
před 6 roky |
PavelSindler
|
565a6db3e4
use timer class
|
před 6 roky |
Petr Ledvina
|
baddf38dbc
Make card filename `const`
|
před 6 roky |
Robert Pelnar
|
e22d204e8e
LCD menu optimalization - print functions
|
před 6 roky |
Robert Pelnar
|
68e59399af
LCD menu optimalization - lcd_printPGM replaced with lcd_puts_P
|
před 6 roky |
Robert Pelnar
|
0eaabed50c
LCD menu optimalization - renamed lcd_implementation clear
|
před 6 roky |
Robert Pelnar
|
0924ad50d5
New localization vs octoprint fix - do not translate protocol messages
|
před 6 roky |
Robert Pelnar
|
b6223d5623
LCD menu optimalization
|
před 6 roky |
Robert Pelnar
|
268d2634f0
LCD menu optimalization - lcd and menu
|
před 6 roky |
Robert Pelnar
|
8d5e6a65cd
LCD sdcard menu fix
|
před 6 roky |
PavelSindler
|
1077895fd4
Don't return "Not SD printing" in case that SD card print is paused
|
před 6 roky |
XPila
|
28a767b460
Merge pull request #760 from PavelSindler/safety_timer_fixes
|
před 6 roky |
PavelSindler
|
64f7272ea7
M27: returns print saved (fixes setting temperatures to zero during crash detection)
|
před 6 roky |