Configuration problems
-
@dave-parry said in Configuration problems:
here's the code for both
M308 S0 P"bed_temp" Y"thermistor" T100000 B3950 ; define bed temperature sensor
M308 S1 P"e0temp" Y"thermistor" T100000 B4388 ; define E0 temperature sensor
M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
M950 H1 C"e0heat" T1 ; heater 1 uses the e0heat pin and sensor 1Still have error heater 1
both still showing 2000 °CThanks.
Just changed back to old settings and temps are correct so not a sensor problem.
What do you mean by "changed back to old settings"?
Frederick
-
I checked the sensors by removing M308 and M960 lines and put back M305 lines. and the sensor readings were back and correct.
-
@dave-parry said in Configuration problems:
I checked the sensors by removing M308 and M960 lines and put back M305 lines. and the sensor readings were back and correct.
What firmware version are you running?
Frederick
-
WiFi/Ethernet 2.05.1 (2020-02-09b1)
(Thought I had upgraded to Release 3.4.0 beta 3
but it seems that for some reason it hasn't worked.)Duet Web Control 3.3.0
Will try again
-
Just tried again and the machine specific tab still says 2.05
-
@dave-parry said in Configuration problems:
WiFi/Ethernet 2.05.1 (2020-02-09b1)
(Thought I had upgraded to Release 3.4.0 beta 3
but it seems that for some reason it hasn't worked.)Duet Web Control 3.3.0
Will try again
Remember that you have to first go from 2.05.1 to 3.0.0
Frederick
-
Tried 3.1 combined.bin Cant seem to upload it.
-
@dave-parry said in Configuration problems:
Tried 3.1 combined.bin Cant seem to upload it.
3.1?
So you got it up to 3.0 already?
Frederick
-
No I hadnt but have now. When I looked down the list 3.1 was above 2.05 and 3.0 was below and I didnt see it.
-
@dave-parry said in Configuration problems:
No I hadnt but have now. When I looked down the list 3.1 was above 2.05 and 3.0 was below and I didnt see it.
You now should be able to go to 3.3.0 or (if you ok with betas) to 3.4.x.
Frederick
-
Thanks Frederick.
Cant get 3.4 to install. Get Error: In-application programming binary "Duet2CombinedIAP.bin" not foundTemps are working now but still have problem that cant set heaters to active
Have tried all the way back to 3.2. Same error message
-
Got it done now at WiFi/Ethernet 3.4.0beta3 (2021-08-24)
-
This post is deleted! -
@dave-parry said in Configuration problems:
Got it done now at WiFi/Ethernet 3.4.0beta3 (2021-08-24)
Glad to hear it.
Frederick
-
OK so Hot end now goes Off Active and standby, but Bed not showing up and these error messages
G28
Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
Error: Failed to enable endstops -
Oh and no fan controls showing up
-
@dave-parry said in Configuration problems:
OK so Hot end now goes Off Active and standby, but Bed not showing up and these error messages
Do you have this command after the M950 for the bed heater?
M140 P0 H0 ; map heated bed to heater 0
G28
Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
Error: Failed to enable endstopsCorrect.
What used to be G1 S1 is now G1 H1.
Just edit your homing files.
Frederick
-
Have bed temps working now, many thanks.
Homing not working because of end stops Not enabled.
Is that similar to temp sensors? -
I just checked and I have
M574 X2 Y2 Z2 S1 ; set active high endstopsWiki says they have to be seperate lines
-
OK so now I get it to home and move down 5mm and home again, but it then should move down and centre. but it stays with end stops activated and I get message Error: G0/G1: target position not reachable from current position
File is
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v3.3.2 on Thu Sep 02 2021 19:22:19 GMT+0100 (British Summer Time)
G91 ; relative positioning
;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
G1 H1 X265 Y265 Z265 F2500 ; move all towers to the high end stopping at the endstops (first pass)
G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass)
G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F2400 ; move X+Y to the centre