Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
panel-options [2017/01/25 17:26] arthur |
panel-options [2021/12/01 15:46] (current) wolfmanjm |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | || panel.enable || false || Set to true to enable the panel interface. Panels are a screen, an encoder wheel and/or a set of buttons, used to control your machine. | + | | panel.enable | true | Set to true to enable the panel interface. Panels are a screen, an encoder wheel and/or a set of buttons, used to control your machine. | |
- | || panel.lcd | + | | panel.lcd | reprap_discount_glcd | Type of panel we are connecting. Each panel has a specific interface so we need to specify which panel we will be connecting. The currently supported panel types are '' |
- | || panel.spi_channel | + | | panel.spi_channel | 0 | SPI channel to use | |
- | || panel.spi_cs_pin || {{0.16}} || CS ( Chip Select ) pin to use, this can be used to have several different devices on the same SPI port, as long as each device has a separate CS pin. Note that the RRD GLCD panel does not support this and requires being alone on it's port. || | + | | panel.spi_cs_pin | <kbd>0.16</ |
- | || panel.spi_frequency | + | | panel.spi_frequency | 500000 | SPI port frequency |
- | || panel.contrast | + | | panel.contrast | 9 | Contrast value for panels that support it ( <kbd>viki2</ |
- | || panel.reverse | + | | panel.reverse | false | If set to true, reverse the screen. | |
- | || panel.busy_pin || {{nc}} || If using the {{universal_adapter}}, this pin can be connected to the adapter to ask it if it is busy or not. || | + | | panel.busy_pin | <kbd>nc</ |
- | || panel.a0_pin || {{nc}} || If using a viki or SSD1306 this is needed to drive the C/D pin on the display | + | | panel.a0_pin | <kbd>nc</ |
- | || panel.rst_pin || {{nc}} || If using an SSD1306 this pin is sometimes required and connects to the reset pin on the display | + | | panel.rst_pin | <kbd>nc</ |
- | || panel.encoder_a_pin || {{3.25!^}} || A pin for the encoder wheel. Encoders have two pins : A and B. Set to {{nc}} if you use no encoder. | + | | panel.encoder_a_pin | <kbd>3.25!^</ |
- | || panel.encoder_b_pin || {{3.26!^}} || B pin for the encoder wheel. Encoders have two pins : A and B. Set to {{nc}} if you use no encoder. | + | | panel.encoder_b_pin | <kbd>3.26!^</ |
- | || panel.encoder_resolution || {{2}} || the number of pulses the encoder emits per detent/ | + | | panel.encoder_resolution | <kbd>2</ |
- | || panel.click_button_pin || {{1.30!^}} || Pin for the click ( " | + | | panel.click_button_pin | <kbd>1.30!^</ |
- | || panel.buzz_pin || {{1.31}} || Pin for the buzzer | + | | panel.buzz_pin | <kbd>1.31</ |
- | || panel.back_button_pin || {{2.11!^}} || Pin for the back button | + | | panel.back_button_pin | <kbd>2.11!^</ |
- | || panel.up_button_pin || {{0.1!}} || Pin for the up button | + | | panel.up_button_pin | <kbd>0.1!</ |
- | || panel.down_button_pin || {{0.0!}} || Pin for the down button | + | | panel.down_button_pin | <kbd>0.0!</ |
- | || panel.menu_offset | + | | panel.menu_offset | 0 | On some panels, this value must be set to 1. This is a number of lines to offset the menu lines by on screen. | |
- | || panel.alpha_jog_feedrate | + | | panel.alpha_jog_feedrate | 6000 | X jogging feedrate in millimetres/ |
- | || panel.beta_jog_feedrate | + | | panel.beta_jog_feedrate | 6000 | Y jogging feedrate in millimetres/ |
- | || panel.gamma_jog_feedrate | + | | panel.gamma_jog_feedrate | 200 | Z jogging feedrate in millimetres/ |
- | || panel.hotend_temperature | + | | panel.hotend_temperature | 185 | Temperature to set the hotend to when using the pre-heating menu item | |
- | || panel.bed_temperature | + | | panel.bed_temperature | 60 | Temperature to set the bed to when using the pre-heating menu item | |
- | || panel.external_sd | + | | panel.external_sd | true | Set to true if your panel has an external SD card slot, or if you want to connect a second SD card slot to one of your Smothieboard' |
- | || panel.external_sd.spi_channel | + | | panel.external_sd.spi_channel | 0 | Set the SPI channel the external SD card is on | |
- | || panel.external_sd.spi_cs_pin || {{2.8}} || Set the CS ( Chip Select ) pin for the external SD card, this allows you to use multiple devices on the same SPI port, as long as they each have a CS pin || | + | | panel.external_sd.spi_cs_pin | <kbd>2.8</ |
- | || panel.external_sd.sdcd_pin || {{2.13!^}} || SD card detect signal pin, set to {{nc}} if you don't use a SD card detect signal | + | | panel.external_sd.sdcd_pin | <kbd>2.13!^</ |
- | || custom_menu.[[[menu_name]]].enable | + | | custom_menu.'' |
- | || custom_menu.[[[menu_name]]].name || Power_on | + | | custom_menu.'' |
- | || custom_menu.[[[menu_name]]].command || {{M80_S30|G1_X10}} || The command that will be executed when the menu entry is selected and clicked. Note that the {{ _ }} character gets converted to space in the menu and commands ( and must be used instead of the space character ) , and the {{ | }} character is used to separate multiple commands | + | | custom_menu.'' |