Skip to content

Commit

Permalink
Code base for grbl
Browse files Browse the repository at this point in the history
Remove any reference to 3D printer elements
Rename bed to workspace
  • Loading branch information
luc-github committed Apr 21, 2024
1 parent 9786daf commit 3d29f79
Show file tree
Hide file tree
Showing 30 changed files with 425 additions and 4,581 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ OPTION(HARDWARE_MOD_EXT_PSRAM "Hardware Mod: External PSRAM" OFF)
# #######################################
# Select one targeted firmware
# #######################################
OPTION(TARGET_FW_MARLIN "Marlin firmware" ON)
OPTION(TARGET_FW_MARLIN "Marlin firmware" OFF)
OPTION(TARGET_FW_REPETIER "Repetier firmware" OFF)
OPTION(TARGET_FW_SMOOTHIEWARE "Smoothieware firmware" OFF)
OPTION(TARGET_FW_GRBL "GRBL firmware" OFF)
OPTION(TARGET_FW_GRBL "GRBL firmware" ON)


# #######################################
Expand Down
302 changes: 0 additions & 302 deletions main/display/cnc/grbl/screens/auto_leveling_screen.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions main/display/cnc/grbl/screens/auto_leveling_screen.h

This file was deleted.

13 changes: 5 additions & 8 deletions main/display/cnc/grbl/screens/esp3d_screen_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,17 @@ enum class ESP3DScreenType : uint8_t {
splash,
main,
status_list,
temperatures,
positions,
files,
fan,
speed,
settings,
wifi,
leveling,
filament,
menu,
informations,
station,
access_point,
manual_leveling,
auto_leveling,
positions,
probing,
milling,
laser,
overload,
empty
};
Loading

0 comments on commit 3d29f79

Please sign in to comment.