Re: AZSMZ mini + LCD August 14, 2016 11:28PM |
Registered: 8 years ago Posts: 2 |
Re: AZSMZ mini + LCD August 15, 2016 06:57PM |
Registered: 10 years ago Posts: 55 |
Re: AZSMZ mini + LCD August 15, 2016 10:12PM |
Registered: 8 years ago Posts: 2 |
Quote
Snupple
Hi,
I have almost got my board working, the only problem I have now is the probe, Im using one of those inductive probes and whenever I run the G32 command, the axis all home ok, but when going to actually do the probing the whole board powers off and I have to press the reset button a few times to get it to come back on and power up?
Any ideas?
Re: AZSMZ mini + LCD August 18, 2016 02:37PM |
Registered: 8 years ago Posts: 3 |
Re: AZSMZ mini + LCD August 18, 2016 03:42PM |
Registered: 8 years ago Posts: 3 |
Re: AZSMZ mini + LCD August 18, 2016 04:31PM |
Registered: 10 years ago Posts: 3,385 |
###===============================### ### Switch module for fan control ### ###===============================### switch.fan.enable true # switch.fan.input_on_command M106 # switch.fan.input_off_command M107 # switch.fan.output_pin 2.7 # 0.26 is fanpin on AZSMZ board ver 2.1; D09 = 2.7 switch.fan.output_type pwm # pwm output settable with S parameter in the input_on_comand switch.fan.max_pwm 255 # set max pwm for the pin default is 255
M106 Sxxx
Re: AZSMZ mini + LCD August 20, 2016 02:27AM |
Registered: 8 years ago Posts: 3 |
Re: AZSMZ mini + LCD January 09, 2017 10:31AM |
Registered: 9 years ago Posts: 29 |
Re: AZSMZ mini + LCD April 03, 2017 05:15PM |
Registered: 9 years ago Posts: 29 |
# LCD Panel # --------------------------------------------------------------------- panel.enable true panel.lcd reprap_discount_glcd panel.spi_channel 0 # spi channel to use ; GLCD EXP1 Pins 3,5 (MOSI, SCLK) panel.spi_cs_pin 1.22 # spi chip select ; GLCD EXP1 Pin 4 panel.a0_pin 2.6 panel.encoder_a_pin 1.27!^ # encoder pin ; GLCD EXP2 Pin 3 panel.encoder_b_pin 1.25!^ # encoder pin ; GLCD EXP2 Pin 5 panel.click_button_pin 3.26!^ panel.buzz_pin 1.30 #panel.button_pause_pin 1.23!^ # kill/pause ; GLCD EXP2 Pin 8 either #panel.back_button_pin 1.23!^ # back button ; GLCD EXP2 Pin 8 or panel.reverse 1 panel.contrast 18 panel.external_sd false # set to true if there is an extrernal sdcard on the panel panel.external_sd.spi_channel 0 # set spi channel the sdcard is on panel.external_sd.spi_cs_pin 0.16 # set spi chip select for the sdcard panel.external_sd.sdcd_pin 3.25!^ # sd detect signal (set to nc if no sdcard detect) #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 1.22! # click button if used panel.menu_offset 0 # some panels will need 1 here panel.encoder_resolution 2 panel.alpha_jog_feedrate 4000 # x jogging feedrate in mm/min panel.beta_jog_feedrate 4000 # y jogging feedrate in mm/min panel.gamma_jog_feedrate 4000 # z jogging feedrate in mm/min panel.hotend_temperature 185 # temp to set hotend when preheat is selected panel.bed_temperature 50 # temp to set bed when preheat is selected panel.display_extruder true # display Extruder position on the Watch screen
Re: AZSMZ mini + LCD April 27, 2017 11:46AM |
Registered: 9 years ago Posts: 29 |
Quote
3DFreezeMe
I have put some time into sorting out the pinouts of the connectors of the RepRapDiscount Full Graphic Smart Controller LCD panel.
This lcd panel is called 'reprap_discount_glcd' for the 'panel.lcd' option in the config.txt file.
I had one laying around and did not want to buy the AZSMZ mini lcd controller yet. The pint outs of the reprap_discount_glcd are not compatible with the AZSMZ mini board connectors, so you need to make the correct connections yourself.
To help others with the same task ahead, I have created a table to make the correct wire connections and assign the correct pins to the SmoothieWare firmware config.txt file.
The external SD card reader I have not tried to connect yet, the connections for this are thus missing in the pdf.
I have also read there are some issues with that specific combination (SPI channel conflict) and will use the internal micro SD card reader on the board for now.
The lines I have in my config.txt for this lcd panel, which work correct for me:
# Panel See [smoothieware.org] panel.enable true # set to true to enable the panel code # Example for reprap discount GLCD # on glcd EXP1 is to left and EXP2 is to right, pin 1 is bottom left, pin 2 is top left etc. # +5v is EXP1 pin 10, Gnd is EXP1 pin 9 panel.lcd reprap_discount_glcd # panel.spi_channel 0 # OK spi channel to use ; GLCD EXP1 Pins 3,5 (MOSI, SCLK) panel.spi_cs_pin SSEL1 # OK spi chip select ; GLCD EXP1 Pin 4 panel.encoder_a_pin 1.27!^ # OK encoder pin ; GLCD EXP2 Pin 3 panel.encoder_b_pin 1.25!^ # OK encoder pin ; GLCD EXP2 Pin 5 panel.click_button_pin 3.26!^ # OK click button ; GLCD EXP1 Pin 2 panel.buzz_pin 1.30 # OK pin for buzzer ; GLCD EXP1 Pin 1 #panel.button_pause_pin 1.23!^ # kill/pause ; GLCD EXP2 Pin 8 either #panel.back_button_pin 1.23!^ # back button ; GLCD EXP2 Pin 8 or kill_button_enable true # OK set to true to enable a kill button kill_button_pin 1.23^ # OK kill button pin. default is same as pause button 2.12 (Add ^ for external buttons) panel.contrast 18 # OK override contrast setting (default is 18) panel.encoder_resolution 2 # OK override number of clicks to move 1 item (default is 2) panel.menu_offset 1 # OK here controls how sensitive the menu is. some panels will need 1 panel.alpha_jog_feedrate 6000 # x jogging feedrate in mm/min panel.beta_jog_feedrate 6000 # y jogging feedrate in mm/min panel.gamma_jog_feedrate 3000 # z jogging feedrate in mm/min panel.hotend_temperature 242 # temp to set hotend when preheat is selected panel.bed_temperature 100 # temp to set bed when preheat is selected # setup for external sd card on the RRD GLCD which shares the onboard sdcard SPI port panel.external_sd false # set to true if there is an extrernal sdcard on the panel panel.external_sd.spi_channel 1 # set spi channel the sdcard is on panel.external_sd.spi_cs_pin 0.28 # set spi chip select for the sdcard (or any spare pin) panel.external_sd.sdcd_pin 0.27!^ # sd detect signal (set to nc if no sdcard detect) (or any spare pin)
Re: AZSMZ mini + LCD April 19, 2018 04:32PM |
Registered: 6 years ago Posts: 2 |
Re: AZSMZ mini + LCD April 24, 2018 03:16PM |
Registered: 9 years ago Posts: 29 |
Re: AZSMZ mini + LCD April 25, 2018 03:00PM |
Registered: 6 years ago Posts: 2 |