Firmware 2.0RC2b/1.21.1 RC2b released
-
Then I'm surprised it isn't working as I set it, as I've not changed any motor currents etc. so I would still expect to see\feel that the fan is working, but patently it isn't.
-
What motor currents are you using?
-
M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 E1200 ; Set maximum speeds (mm/min)
M201 X500 Y500 Z250 E250 ; Set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E1100 I50 ; Set motor currents (mA) and motor idle factor in per cent
M84 S90 ; Set idle timeout -
At 1A the stepper drivers won't get hot enough to trigger the thermal warning. See my earlier reply.
-
I unstand what you are saying, so unless I drive the motors above their normal operating currents, then the fan will never come on.
But according to the datasheet (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2660_datasheet.pdf) section 11.3, a flag is set when the chip reaches 100 degrees (OTPW), is this not trapped, so that external cooling can be applied ??
Granted this is not optimal, but as there is no local temperature probe, its all that's available to monitor the temperature of the Duet board, and effect some forced cooling.
-
@dr_ju_ju : the board does a such a good job dissipating the heat of the drivers that 1A is not enough to overheat the drivers, hence it won't trip the flag...
-
Just lower the temperature threshold or have the fan be connected to an "always on" connection. Case closed. Next subject.
-
-
@dr_ju_ju said in Firmware 2.0RC2b/1.21.1 RC2b released:
I unstand what you are saying, so unless I drive the motors above their normal operating currents, then the fan will never come on.
But according to the datasheet (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2660_datasheet.pdf) section 11.3, a flag is set when the chip reaches 100 degrees (OTPW), is this not trapped, so that external cooling can be applied ??
Granted this is not optimal, but as there is no local temperature probe, its all that's available to monitor the temperature of the Duet board, and effect some forced cooling.
Yes that's the over temperature warning flag that we monitor as I described in my earlier reply. You need more than 2A motor current to set it off.
-
So far Idex is working well. Here is a short video and picture using ditto printing of 2 sets of parts.
-
When i level my bed before a print i’m Getting the following message, “Number of calibration factors (0) not equal to number of lead screws (4)”
These are the probes that I’m doing. this worked on 1.19 so I’m not sure what’s up with this.
G30 P0 X30 Y280 Z-999 ; probe near back left lead screw
G30 P1 X390 Y280 Z-999
G30 P2 X390 Y25 Z-999
G30 P3 X30 Y25 Z-999 S4 ; probe near a leadscrew and calibrate 4 motors -
Anyone have any ideas on the leveling issue?
-
The Z value in your G30 commands should be -9999 or -99999, not -999.
-
Firmware 2.0RC5 is out, so I have started a new thread for it and I am closing this thread.