Skip to content

Commit

Permalink
Fix wrong path for grbl
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Jan 8, 2024
1 parent 6baac24 commit 90ad044
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 @@ -85,7 +85,7 @@ endif()
list(APPEND SOURCES "display/3dprinter/smoothieware/screens")
elseif(TARGET_FW_GRBL)
list(APPEND SOURCES "display/cnc/grbl")
list(APPEND SOURCES "display/3dprinter/grbl/screens")
list(APPEND SOURCES "display/cnc/grbl/screens")
endif()
if(ESP32S3_8048S070C OR ESP32S3_8048S050C OR ESP32S3_8048S043C OR ESP32S3_HMI43V3)
if(TARGET_FW_MARLIN)
Expand Down

0 comments on commit 90ad044

Please sign in to comment.