Skip to content

Commit

Permalink
Updated for move of kinematics code.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Aug 18, 2023
1 parent 9805cdc commit 3271730
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,11 @@ set(SRCS
grbl/ngc_flowctrl.c
grbl/regex.c
grbl/ioports.c
grbl/corexy.c
grbl/vfs.c
grbl/kinematics/corexy.c
grbl/kinematics/wall_plotter.c
grbl/kinematics/delta.c
grbl/kinematics/polar.c
littlefs_hal.c
littlefs/lfs.c
littlefs/lfs_util.c
Expand Down Expand Up @@ -283,8 +286,11 @@ set(SRCS
grbl/ngc_flowctrl.c
grbl/regex.c
grbl/ioports.c
grbl/corexy.c
grbl/vfs.c
grbl/kinematics/corexy.c
grbl/kinematics/wall_plotter.c
grbl/kinematics/delta.c
grbl/kinematics/polar.c
littlefs_hal.c
littlefs/lfs.c
littlefs/lfs_util.c
Expand Down

0 comments on commit 3271730

Please sign in to comment.