seho85 / klipper-dgus

A python project to connect a DGUS display to Klipper
GNU General Public License v3.0
44 stars 12 forks source link

Added Buttons for drive to user defined positions + Button for Z-Tilt #31

Closed seho85 closed 2 years ago

seho85 commented 2 years ago

The positions will be defined in dgus_display_macros.cfg.

Added Button for performing Z-Tilt When Z-Tilt button is pressed a Macro is executed which is defined in dgus_display_macros.cfg by default "Z_TILT_ADJUST" is called.

Fixes #28 Fixes #29