Part cooling fan setting problems (bugy like stuff...)
-
Still on 3.4.6.
I had implemented a part cooling fan, but not assembled it but today, as I usually do not use such... addon.
I managed to have a surprise though - it seems my karma as an ex test engineer, is byting my ... something!Fan works. It starts at 100% (I need to check where from this comes by default in gcode).
But: If I am setting its speed in Panel Due, it is ok, it acts as it should, i.e. changing speed, and of course, actual speed being updated in Panel, and in DWC too.The other but: I also can set it from DWC, it is changing speed accordingly, but the actual speed is not updated in Panel Due.
Of course, I can after that make the change manually in Panel Due, to correspond with what I set in DWC, but the fact is that Panel Due seems to have a problem with DWC, or, of course, something evades my little understanding... again.
Note: T0, to wich is associated this fan, WAS active all the time, as a result of T0 at the end of config.g.
; Configuration file for Duet 3 MB 6XD (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.4.0 on Wed Dec 20 2023 17:08:51 GMT+0200 (Eastern European Standard Time) ; General preferences M575 P1 S1 B57600 ; enable support for PanelDue G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"AquaNano 3D" ; set printer name ; Wait a moment for the CAN expansion boards to start G4 S2 ; Network M551 P"paradis09" ; set password M552 P192.168.1.135 S1 ; enable network and set IP address M553 P255.255.255.0 ; set netmask M554 P192.168.1.1 ; set gateway M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 R0 S0 T5:5:10:0 ; X drive 0.0 goes forwards M569 P0.1 R0 S1 T5:5:10:0 ; Y drive 0.1 goes backwards M569 P0.2 R0 S1 T5:5:10:0 ; Z0 drive 0.2 goes backwards M569 P0.3 R0 S1 T5:5:10:0 ; Z1 drive 0.3 goes backwards M569 P0.4 R0 S1 T5:5:10:0 ; Z2 drive 0.4 goes backwards M569 P0.5 R0 S1 T5:5:10:0 ; Z3 drive 0.5 goes backwards M569 P1.0 R0 S0 T5:5:10:0 ; extruder drive 1.0 goes forwards M584 X0.0 Y0.1 Z0.2:0.3:0.4:0.5 E1.0 ; set drive mapping M671 X-70:-70:670:670 Y70:530:530:70 S0.5 ; POSITION OF LEADSCREW FRONT LEFT, RL, RR, FR M208 X0:550 Y0:600 ; Xcarriage move, Ycarriage move M92 X80.00 Y160.00 Z2400.00 E932 ; set steps per mm M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2) M906 X3000 Y3000 Z3000 E1500 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X555 Y605 Z800 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io1.in M574 Y1 S1 P"io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io2.in M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe M950 S0 C"io7.out" ; create servo pin 0 for BLTouch M558 P9 C"io7.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X50:550 Y50:550 S100 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S150 ; set temperature limit for heater 0 to 150C M308 S1 P"1.spi.cs0" Y"thermocouple-max31856" ; configure sensor 1 as thermocouple via CS pin 1.spi.cs0 M950 H1 C"1.out0" T1 ; create nozzle heater output on 1.out0 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S400 ; set temperature limit for heater 1 to 400C M308 S2 P"temp1" Y"pt1000" ; configure sensor 2 as pt1000 via temp1 M950 H2 C"out8" T2 ; create chamber heater output on out8 and map it to sensor 2 M307 H2 B1 S1.00 ; enable bang-bang mode for heater and set PWM limit M141 P0 H2 ; map chamber0 to heater 2 M143 H2 S80 ; set temperature limit for heater 2 to 80C M308 S3 P"1.temp2" Y"pt1000" A"Apa_E0" ; configure sensor 3 as pt1000 via 1.temp2 M308 S4 P"1.temp1" Y"thermistor" A"Fil_CH" ; configure sensor 4 as thermistor via 1.temp1 M950 H4 C"1.out1" T4 ; create filament heater output on 1.out1 and map it to sensor 4 M307 H4 B1 S1.00 ; enable bang-bang mode for heater and set PWM limit M141 P1 H4 ; map chamber1 to heater 4 M143 H4 S100 ; set temperature limit for heater 1 to 100C ; Fans M950 F0 C"1.out3" Q500 ; create fan 0 on pin 1.out3 and set its frequency. Unused heatsink cooling fan, being replaced by M106 P0 S1 C"Aer_E0" H1 T45 ; set fan 0 value. Thermostatic control is turned on M950 F1 C"1.out4" Q500 ; create part cooling fan 1 on pin 1.out4 and set its frequency M106 P1 S1 C"Piesa" H-1 ; set fan 1 value. Thermostatic control is turned off M950 F2 C"out7" Q500 ; create fan 2 on out7 and set its frequency M106 P2 S1 C"Camera" H2 T65 ; set fan 2 value. Thermostatic control senzor 2 is turned on. Printing chamber cooling/exhaust fan M950 F3 C"1.out6" Q500 ; create fan 3 on out6 and set its frequency M106 P3 S1 H1 T45 ; set fan 3 value. Thermostatic control senzor 1 is turned on. Water chiller (E0 extruder cooling) ;heaters fault detection M570 H2 P9999 T60 M570 H1 P9999 T90 M570 H0 P9999 T150 M570 H4 P9999 T100 ; Tools M563 P0 S"E0" D0 H1 F0:3:1 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Filament sensors M591 P1 C"1.io0.in" S1 D0 ; define simple microsw fil sensor at bd 1 inp 0, low is fil runout M591 D0 P3 C"1.io1.in" S1 ; filament monitor magnetic ; Custom settings are not defined ; Miscellaneous M501 ; load saved parameters from non-volatile memory M911 S20 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-1 F1000" ; set voltage thresholds and actions to run on power loss T0 ;select first tool - commented
-
@soare0 you shouldn't be assign a thermostatic fan to a tool. Remove fan 0 from your M563.
That won't fix your other issues though.
Can you check and report the version of DWC you're running as well as the version of paneldue firmware -
@jay_s_uk DWC 3.4.6, Panel Due 3.4.1
I do not understand why not associate the thermostatic fan to a tool. This is the way the cooling fan is associated to the extruder, via a thermostatic fan. In fact, I did not do this myself, it was associated with the thermostatic fan by RRF. It was another one, wich I do not use, so... I did the same. This way, when heating starts, the cooling starts automatically too, beyond a threshold.
RRF associated fans 0 and 1, and I added just fan 3, as it was the same role as fan 0 had with the old extruder.
In fact, my first intention was to do a programmable chiller, but something did not work.Now, thinking better, I assume you want to say that it is a bad ideea, because if one has multiple tools, when switching tools the chilling will stop for the first tool.
Yes, I see your point. Fortunately I have only one tool for now, but I will check this, as it is important to be done right.
Thank you.
L.E. I see that the problem may have been solved in 3.5.0 rc1 already.
Normally, I would need to update to 3.5.0 both to 6XD and Panel Due, but I am a little hesitant about it, as for now the printer ... almost works (except such bugs), and I am not very experienced in this ... gcode stuff (knowing that there are new bugs to be solved, hehe...).Probably I will do it though, tomorrow...
-
@soare0 thermostatic fans can't be controlled. The fans associated with the tool in M563 are the part cooling fans. Therefore you shouldn't be associating a thermostatic fan (usually the hotend fan) to a tool
-
@jay_s_uk
Yes, they cant be controlled, but they will have set in config.g the threshold at wich to start running, wich is ok.
Besides, RRF did it, not me... Without RRF, I could not have make heads or tails of the configuration files.
However, based on your advice, I will redo this, somehow...Anyway, I updated all the firmware files to 3.5.0 (6XD, 3HC and Panel Due). My Panel Due, being version ... 1 I guess (it is nothing written on back, beside 7i), needed some effort for it (needed to change the name and to manually press buttons on it), but was ok, too.
Long story short, the problem with buttons is gone, and best of all, the machine is printing now.
As I had other issues with Panel Due, I will check them all.Thank you.