Skip to content

Commit

Permalink
fixed typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Dec 12, 2023
1 parent 8b43b5d commit 2dc6e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OPTION(BOARD_MKS_TINYBEE_V1 "Compile for MKS Tinybee v1" OFF)
OPTION(BOARD_CNC3040 "Compile for CNC3040 controller" OFF)
OPTION(BOARD_ROOTCNC_V2 "Compile for RootCNC v2.x controller" OFF)
OPTION(BOARD_ROOTCNC_V3 "Compile for RootCNC v3 controller" OFF)
OPTION(BOARD_CNC_BOOSTERPACK "Compile for CNC BoosterPack" ON)
OPTION(BOARD_CNC_BOOSTERPACK "Compile for CNC BoosterPack" OFF)
OPTION(BOARD_MY_MACHINE "Compile for my_machine_map.h" OFF)

OPTION(X_AXIS_GANGED "Compile with ganged X axis" OFF)
Expand Down

0 comments on commit 2dc6e0d

Please sign in to comment.