Unable to heat or extrude
-
Hello everybody,
i am having trouble to set up the Duet for my Hypercube Evolution.
Not working for me in WebControl
-
Set temperatures for Bed and Hotend.
-
-> "chamber heater not defined" (???) and Java Script error
-
Extruder Control
-
-> no reaction at all - even after "M302 P1"
What is working:
-
Homing
-
Heating Bed manually by G-Code
-
Using Extruder-Motor by G-Code (after using M302 P1 to enable cold-extrusion)
What catches my eyes is that the text "Heater1" etc. is not colored in WebControl as in the example screenshots i saw.
I would be very gratefull for any help.
Greetings,
Markus
As much additional information as possible :
Software Versions:
Complete Web-Control-Window:
Pushing the "extrude" button in the "Extrude Control" does nothing…..
Trying to heat Heater1 using the dropdown selection box next to "Heater 1":
When trying to heat the bed using Button next to "Heater 0"
My config.g:
[[language]] ; Configuration file for Duet WiFi (firmware version 1.17 to 1.19) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool on Sun Dec 17 2017 22:14:21 GMT+0100 (Mitteleuropäische Zeit) ; General preferences M111 S0 ; Debugging off G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P2 ; Set firmware compatibility to look like Marlin M667 S1 ; Select CoreXY mode M208 X0 Y0 Z0 S1 ; Set axis minima M208 X300 Y300 Z280 S0 ; Set axis maxima ; Endstops M574 X1 Y1 Z1 S1 ; Set active high endstops ;M558 P0 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to switch, the axes for which it is used and the dive height + speeds ;G31 P600 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height M557 X15:285 Y15:285 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 Z16 E16 I0 ; Configure microstepping without interpolation M92 X80 Y80 Z405 E95 ; Set steps per mm M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min) M203 X9000 Y9000 Z1200 E4800 ; Set maximum speeds (mm/min) M201 X700 Y700 Z250 E250 ; Set accelerations (mm/s^2) M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Heaters M305 P0 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C M305 P1 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C ; Tools M563 P1 D0 H1 ; Define tool 1 G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C ; Network M550 PHEVO ; Set machine name M552 S1 ; Enable network 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 H T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S1 I0 F500 H T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Custom settings are not configured ; Miscellaneous T1 ; Select first tool
Photo:
-
-
I suspect that you have a mixture of versions of DWC files being run. Please move the SD card to a PC, delete or rename the existing /www folder on it, create a new one, then extract the DWC 1.13 files to it from the zip file. Check that the SD card folder structure is as shown at https://duet3d.com/wiki/SD_card_folder_structure, then safely remove the SD card, put is back into the Duet and start the Duet. Clear temporary internet files in your browser, then connect.
-
THX David.
Even renaming the old www folder to www_old and copying a "new" 1.19.3 WC did not help.
Then i upgraded to 1.20RC3 and noticed that DWC did not upgrade to 1.20 even though the files were correctly uploaded.
I completly deleted the old www folders (www and www_old) and created a new one with the 1.20RC3 contents… now it works.
Thumbs UPI am still trying to figure out why the SD-card contents was not recocgnized correctly though….