Configuration problems
-
@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 -
@dave-parry said in Configuration problems:
I just checked and I have
M574 X2 Y2 Z2 S1 ; set active high endstopsWiki says they have to be seperate lines
Correct.
-
Seem to think that error message is related to homed height, but just tried adding 5mm to homed height no different and then tried subtracting 5mm same.
-
@dave-parry said in Configuration problems:
Seem to think that error message is related to homed height, but just tried adding 5mm to homed height no different and then tried subtracting 5mm same.
Replace that G1 Z-5 with G1 H2 X-5 Y-5 Z-5 - that should do it.
Frederick
-
It homes ok but I still get
G28
Error: G0/G1: target position not reachable from current position -
@dave-parry said in Configuration problems:
It homes ok but I still get
G28
Error: G0/G1: target position not reachable from current positionEven with that change I suggested?
Curious.
Frederick