Marek Bel
|
61566f7fb1
Move translated string MSG_V2_CALIBRATION from untranslated section to PROGMEM_I1, add missing ISTR macro. Revert _T(MSG_SELECT) and _T(MSG_RENAME) to _i("Select") and _i("Rename") as it is preferred macro for internationalized strings. Use MSG_V2_CALIBRATION in both occurrences.
|
пре 5 година |
NotaRobotexe
|
a1a8945bee
more code editing
|
пре 5 година |
NotaRobotexe
|
e77898d5dc
code edit
|
пре 5 година |
NotaRobotexe
|
81b3b71cca
check eeprom inicialization
|
пре 5 година |
Marek Bel
|
d344e514c4
Rename functions and macro to match with naming convention - remove 'P' where there is no pointer to progmem.
|
пре 5 година |
Marek Bel
|
d879794922
Remove first parameter of macro menu_format_sheet_P_E, of function menu_format_sheet_P_E and menu_item_submenu_P as it was always called with the same parameter. Saves 66B of FLASH.
|
пре 5 година |
Marek Bel
|
53dbcdd852
Display sheet name when adjusting Z. Costs 130B of flash.
|
пре 5 година |
Marek Bel
|
4a16fe6902
Save z_offset, bed_temp and pinda_temp with sheet calibration.
|
пре 5 година |
Marek Bel
|
20dd1110f6
Remove unused parameters of function _lcd_babystep(int axis, chonst char *msg).
|
пре 5 година |
Marek Bel
|
ebdeb99134
Add menu to show sheet live adjust Z value.
|
пре 5 година |
Marek Bel
|
b67ec501b4
Add rename sheet menu.
|
пре 5 година |
Marek Bel
|
e6fbac08ed
Move sheet selector to submenu.
|
пре 5 година |
Marek Bel
|
0a48082609
Add steel sheet profile selector.
|
пре 5 година |
Marek Bel
|
524121141a
Remove commented out code. This code is of unknown genesis and purpose. It was added in commit "3.0.10 sync" two years ago and it was already commented out in that moment.
|
пре 5 година |
Marek Běl
|
aff020a6d4
Merge pull request #1897 from NotaRobotexe/farm_mode
|
пре 5 година |
Marek Bel
|
72f5e87c61
Merge branch 'MK3' into use_enum_class_2
|
пре 5 година |
Marek Bel
|
1390d4e5b9
Use first letter capital camel case for enum class members. Change underlying type to uint_least8_t.
|
пре 5 година |
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 година |
Marek Bel
|
51df6cdfdc
Remove LcdCommands::Unknown3. Remove LcdCommands mapping to numbers, as it is not needed.
|
пре 5 година |
Marek Bel
|
cbb92860d0
Use first letter capital camel case for enum class members.
|
пре 5 година |
Marek Bel
|
0401490cc1
Use first letter capital camel case for enum class members.
|
пре 5 година |
Marek Bel
|
9ceba00426
Use first letter capital camel case for enum class members. Remove dependency of FanCheck values on TestError values as it is not used.
|
пре 5 година |
MRprusa3d
|
b7d3766ae2
Merge branch 'MK3' into PFW-790
|
пре 5 година |
Marek Bel
|
6dd085bcc5
Use first letter capital camel case for enum class members.
|
пре 5 година |
Marek Bel
|
cc80bfa020
Merge branch 'MK3' into use_enum_class
|
пре 5 година |
DRracer
|
c7e1e73880
another almost 200B down by proper usage of smaller data types and enum
|
пре 5 година |
DRracer
|
94a5175980
Code size reduction - saved almost 2KB
|
пре 5 година |
Marek Bel
|
49f172a7b9
Convert uint8_t cycle control varibles changed in previous commit to uint_least8_t to be potentially more portable.
|
пре 5 година |
DRracer
|
b15bbaf177
for cycles' variables: int -> uint8_t where appropriate, part1
|
пре 5 година |
Marek Bel
|
d528a53526
Refactor. Move lcd_commands_func1() to first_lay_cal.cpp and rename it to lay1cal_square(). Remove its constant parameters. Move remaining G1 code to lay1cal_meander(). Saves 6B of FLASH memory.
|
пре 5 година |