Skip to content

Commit

Permalink
Restore material preset to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored Aug 27, 2020
1 parent 650e7a6 commit 52a013f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/module/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ typedef struct SettingsDataStruct {
//
// Material Presets
//
int16_t ui_preheat_hotend_temp[2], // M145 S0 H
ui_preheat_bed_temp[2]; // M145 S0 B
uint8_t ui_preheat_fan_speed[2]; // M145 S0 F
#if PREHEAT_COUNT
preheat_t ui_material_preset[PREHEAT_COUNT]; // M145 S0 H B F
#endif

//
// PIDTEMP
Expand Down

0 comments on commit 52a013f

Please sign in to comment.