mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 22:14:06 -06:00
✨ Velleman Vertex Delta K8800
This commit is contained in:
parent
75bcbaabec
commit
7b2a8764b3
5 changed files with 8119 additions and 6 deletions
|
@ -4043,28 +4043,28 @@
|
|||
#define MAIN_MENU_ITEM_1_GCODE "G92 X0 Y0 V0 U0"
|
||||
#define MAIN_MENU_ITEM_1_CONFIRM // Show a confirmation dialog before this action
|
||||
|
||||
#define MAIN_MENU_ITEM_2_DESC "Zero Vert Axes"
|
||||
#define MAIN_MENU_ITEM_2_DESC "Zero Vert Axes"
|
||||
#define MAIN_MENU_ITEM_2_GCODE "G92 Y0 V0"
|
||||
#define MAIN_MENU_ITEM_2_CONFIRM
|
||||
|
||||
#define MAIN_MENU_ITEM_3_DESC "Zero Horiz Axes"
|
||||
#define MAIN_MENU_ITEM_3_DESC "Zero Horiz Axes"
|
||||
#define MAIN_MENU_ITEM_3_GCODE "G92 X0 U0"
|
||||
#define MAIN_MENU_ITEM_3_CONFIRM
|
||||
|
||||
#define MAIN_MENU_ITEM_4_DESC "Reset to Mach. Zero"
|
||||
#define MAIN_MENU_ITEM_4_DESC "Reset to Mach. Zero"
|
||||
#define MAIN_MENU_ITEM_4_GCODE "G92.1"
|
||||
#define MAIN_MENU_ITEM_4_CONFIRM
|
||||
|
||||
#define MAIN_MENU_ITEM_5_DESC "Move All Axes to 0"
|
||||
#define MAIN_MENU_ITEM_5_GCODE "G0 X0 Y0 U0 V0"
|
||||
#define MAIN_MENU_ITEM_5_GCODE "G0 X0 Y0 U0 V0"
|
||||
#define MAIN_MENU_ITEM_5_CONFIRM
|
||||
|
||||
#define MAIN_MENU_ITEM_6_DESC "Move Vert Axes to 0"
|
||||
#define MAIN_MENU_ITEM_6_GCODE "G0 Y0 V0"
|
||||
#define MAIN_MENU_ITEM_6_GCODE "G0 Y0 V0"
|
||||
#define MAIN_MENU_ITEM_6_CONFIRM
|
||||
|
||||
#define MAIN_MENU_ITEM_7_DESC "Move Horiz Axes to 0"
|
||||
#define MAIN_MENU_ITEM_7_GCODE "G0 X0 U0"
|
||||
#define MAIN_MENU_ITEM_7_GCODE "G0 X0 U0"
|
||||
#define MAIN_MENU_ITEM_7_CONFIRM
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue