Use celsius_t for temperature accessors

This commit is contained in:
Scott Lahteine
2021-04-15 20:06:08 -05:00
parent 795253a9d5
commit 58cc4b7043
2 changed files with 6 additions and 6 deletions

View File

@ -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,