Welcome! Log In Create A New Profile

Advanced

DuetWifi Paneldue Heater Issue

Posted by gadittri 
DuetWifi Paneldue Heater Issue
February 01, 2018 09:38PM
Anyone know why my hotend doesn't show on my PanelDue firmware V1.17? The temps show but when I try to set them nothing happens. My heated bed shows up normally and I can activate it through the PanelDue.





Re: DuetWifi Paneldue Heater Issue
February 02, 2018 03:22AM
I would need to look at the code to be sure, but in think it may work if you number your tool 0 instead of 1 (P0 instead of P1 in the M563 command).



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: DuetWifi Paneldue Heater Issue
February 02, 2018 02:27PM
That got it DC42 you guys are the best! I changed my config.g to this. Any future work to the paneldue to add more buttons on the home screen (ie ATX PS on and Off)?



M80 ; Turns on the ATX power supply
;M81 ; Turns off the ATX power supply

; Configuration file for Duet WiFi (firmware version 1.20 or newer)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Wed Jan 31 2018 18:43:11 GMT-0600 (Central Standard Time)




; *******************General preferences*********************************************************************

M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
; Automatic saving after power loss is not enabled

M667 S1 ; Select CoreXY mode
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X268 Y270 Z265 S0 ; Set axis maxima





; ********************Endstops********************************************************************************

M574 X0 Y0 Z2 S0 ; Set active low endstops
;M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
;G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
;M557 X15:245 Y15:235 S20 ; Define mesh grid






; *********************Drives**********************************************************************************

M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 X16 Y16 E16 I1 ; Configure microstepping without interpolation
M350 Z16 I1 ; Configure microstepping without interpolation
M92 X80 Y80 Z1600 E425 ; Set steps per mm
M566 X900 Y900 Z8 E120 ; Set maximum instantaneous speed changes (mm/min)
M203 X25000 Y25000 Z1000 E900 ; Set maximum speeds (mm/min)
M201 X2500 Y2500 Z30 E250 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z1000 E800 I20 ; Set motor currents (mA) and motor idle factor in per cent
M84 S15 ; Set idle timeout



; *********************Heaters**********************************************************************************

M143 H0 S100 ; Set temperature limit for Bed to 100C
M307 H0 A137 C650 D1.6 S1.00 B0 ;M301 H0 P367 I21.673 D454 B0 ; Use PID on bed heater (may require further tuning)
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0


M143 H1 S260 ; Set temperature limit for Hotend to 260C
M301 H1 P11 I0.4 D45 S.75 ; Use PID on Hotend heater (may require further tuning)
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1




; **********************Tools************************************************************************************


M563 P0 D0 H1 ; Define tool 1





; **********************Network**********************************************************************************

M550 PCore XY ; Set machine name
M552 S1 ; Enable network
M587 S"TP-LINK_2.4Ghz" P"*************" ; Configure access point. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet



; ***********************Fans**************************************************************************************

M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

; Custom settings are not configured

Edited 1 time(s). Last edit at 02/02/2018 08:47PM by gadittri.
Re: DuetWifi Paneldue Heater Issue
February 03, 2018 03:40AM
I have a test version of PanelDueFirmware that displays the first 4 macro buttons on the right hand side of the Control page if you don't have too many tools configured. So you will be able to have M80 and M81 buttons using that mechanism soon.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: DuetWifi Paneldue Heater Issue
February 03, 2018 12:41PM
What version panelDue firmware is that, I now loaded v1.20b1 but don't see the macros on the control screen ?
Re: DuetWifi Paneldue Heater Issue
February 03, 2018 03:45PM
I haven't released the new version yet.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Sorry, only registered users may post in this forum.

Click here to login