Use celsius_t for temperature accessors
This commit is contained in:
parent
795253a9d5
commit
58cc4b7043
2 changed files with 6 additions and 6 deletions
|
@ -205,8 +205,8 @@ typedef struct {
|
|||
layer_height = MESH_TEST_LAYER_HEIGHT,
|
||||
prime_length = PRIME_LENGTH;
|
||||
|
||||
int16_t bed_temp = MESH_TEST_BED_TEMP,
|
||||
hotend_temp = MESH_TEST_HOTEND_TEMP;
|
||||
celsius_t bed_temp = MESH_TEST_BED_TEMP,
|
||||
hotend_temp = MESH_TEST_HOTEND_TEMP;
|
||||
|
||||
float nozzle = MESH_TEST_NOZZLE_SIZE,
|
||||
filament_diameter = DEFAULT_NOMINAL_FILAMENT_DIA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue