Skip to content

Commit

Permalink
Updated for core change (settings structure).
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Nov 29, 2024
1 parent edbf48a commit c4a952c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ list (APPEND SRCS ${MODBUS_SOURCE})
list (APPEND SRCS ${SPINDLE_SOURCE})
list (APPEND SRCS ${EEPROM_SOURCE})
list (APPEND SRCS ${LASER_SOURCE})
#list (APPEND SRCS ${MISC_PLUGINS_SOURCE})
list (APPEND SRCS ${MISC_PLUGINS_SOURCE})
list (APPEND SRCS ${EMBROIDERY_SOURCE})

if(Ethernet OR ETHERNET_ENABLE EQUAL 1)
Expand Down
2 changes: 1 addition & 1 deletion main/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,7 @@ static bool driver_setup (settings_t *settings)

// Set defaults

IOInitDone = settings->version == 22;
IOInitDone = settings->version.id == 22;

hal.settings_changed(settings, (settings_changed_flags_t){0});
hal.stepper.go_idle(true);
Expand Down

0 comments on commit c4a952c

Please sign in to comment.