# encoder pin ; GLCD EXP2 Pin 5
#panel.click_button_pin 1.30!^
# click button ; GLCD EXP1 Pin 2
#panel.buzz_pin 1.31
# pin for buzzer ; GLCD EXP1 Pin 1
#panel.button_pause_pin 2.11^
# kill/pause ; GLCD EXP2 Pin 8 either
#panel.back_button_pin 2.11!^
# back button ; GLCD EXP2 Pin 8 or
# pins used with other panels
#panel.up_button_pin 0.1!
# up button if used
#panel.down_button_pin 0.0!
# down button if used
#panel.click_button_pin 0.18!
# click button if used
# temp to set bed when preheat is selected
# Example of a custom menu entry, which will show up in the
Custom entry.
# NOTE _ gets converted to space in the menu and commands, |
is used to separate multiple commands
custom_menu.power_on.enable true #
custom_menu.power_on.name Power_on #
custom_menu.power_on.command M80 #
custom_menu.power_off.enable true #
custom_menu.power_off.name Power_off #
custom_menu.power_off.command M81 #
# Only needed on a smoothieboard
currentcontrol_module_enable true
#
return_error_on_unhandled_gcode false
#
# network settings
#network.enable false
# enable the ethernet network services
#network.webserver.enable false
# enable the webserver
#network.telnet.enable false
# enable the telnet server
#network.ip_address auto
# use dhcp to get ip address
# uncomment the 3 below to manually setup ip address
#network.ip_address 192.168.1.3 #
the IP address
#network.ip_mask 255.255.255.0
# the ip mask
#network.ip_gateway 192.168.1.1
# the gateway address
#network.mac_override
xx.xx.xx.xx.xx.xx # override the mac address, only do this if
you have a conflict