Alex Voinea
|
f0f7db57ea
Fist attempt at "saved position SD menu"
|
4 years ago |
DRracer
|
d68d9c7fef
Merge pull request #2058 from leptun/MK3_fix_warnings
|
4 years ago |
MRprusa3d
|
6e2793566c
Merge branch 'MK3' into PFW-943
|
5 years ago |
DRracer
|
56251c4f99
Merge pull request #1937 from arons/MK3
|
5 years ago |
Marek Bel
|
027b6238fd
Mark code unused when PINDA_THERMISTOR is defined by macro. Saves 1B of RAM and 4B of FLASH memory.
|
5 years ago |
Marek Bel
|
966d9baf2b
Document.
|
5 years ago |
Marek Bel
|
c66b4bd876
Do not ask for preheat temperature twice if calibrating first layer from wizard without filament.
|
5 years ago |
MRprusa3d
|
0e1d559f03
Merge branch 'MK3' into PFW-943
|
5 years ago |
MRprusa3d
|
011468598e
IR sensor gen. II
|
5 years ago |
Marek Bel
|
73642632f5
Do not force PLA filament in first layer calibration from wizard. Remove duplicate variable wizard_active. Saves 410 B of FLASH and 1 B of RAM.
|
5 years ago |
Marek Bel
|
e83b2ebe1f
Rename mFilamentMenu to lcd_generic_preheat_menu to match naming convention for global function and be more descriptive.
|
5 years ago |
Marek Bel
|
6674cbf0d7
Select material / temperature before first layer calibration.
|
5 years ago |
Marek Bel
|
3628d893ee
Remove duplicate preheat menu.
|
5 years ago |
Marek Bel
|
f204cdea81
Refactor
|
5 years ago |
leptun
|
5fdaead663
Fix language related warnings in LANG_MODE 0
|
5 years ago |
NotaRobotexe
|
2bae208133
Merge pull request #2011 from MRprusa3d/PFW-873
|
5 years ago |
MRprusa3d
|
034cbff10a
GUI updates
|
5 years ago |
Marek Bel
|
fecccf50e5
Remove duplicate prototypes from ultralcd.h. Make functions unreferenced outside lcd.cpp static. Disable unused functions by preprocessor to suppress warnings.
|
5 years ago |
MRprusa3d
|
98bae7af9f
Merge branch 'MK3' into PFW-873
|
5 years ago |
MRprusa3d
|
3333d937ed
some improvements
|
5 years ago |
Renzo
|
e54497d802
added new function belt test under calibration menu
|
5 years ago |
Marek Bel
|
1390d4e5b9
Use first letter capital camel case for enum class members. Change underlying type to uint_least8_t.
|
5 years ago |
Marek Bel
|
5fcf760954
Use first letter capital camel case for enum class members. Rename CustomMsgTypes to CustomMsg. Remove unnecessary maping to numbers. Change underlying type to uint_least8_t.
|
5 years ago |
Marek Bel
|
51df6cdfdc
Remove LcdCommands::Unknown3. Remove LcdCommands mapping to numbers, as it is not needed.
|
5 years ago |
Marek Bel
|
cbb92860d0
Use first letter capital camel case for enum class members.
|
5 years ago |
MRprusa3d
|
b7d3766ae2
Merge branch 'MK3' into PFW-790
|
5 years ago |
DRracer
|
c7e1e73880
another almost 200B down by proper usage of smaller data types and enum
|
5 years ago |
DRracer
|
94a5175980
Code size reduction - saved almost 2KB
|
5 years ago |
DRracer
|
58948cffcd
Code size reduction - saved almost 2KB
|
5 years ago |
DRracer
|
9cb0bc7bcf
Fix MINTEMP errors and fsensor runout
|
5 years ago |