New wiring harness works. Not sure why the first replacement i made did not. All is working now. Thank you.

Latest posts made by TheMaker
-
RE: Did i destroy my duet board?
-
RE: Did i destroy my duet board?
@droftarts I just made another harness out of some motor wiring i had. So ill try the new harness and see what happens. I had not done anything to the board wiring wise so everything should work on that end. I believe my issue may be the board or the gantry wiring harness to the probe.
-
Did i destroy my duet board?
So i have a duet 2 wifi using a DC42 IR probe. I left a print unattended over night and when i checked it in the morning some supports had knocked loose and had pulled the IR probe harness out of the IR probe. It looks like the nozzle had run the harness over a few times nicking the wire in multiple places. The IR sensor it self had lost a piece as well. Had a spare IR probe made a new harness and hooked it back up. Now the new IR probe wont light up at all. My X/Y axis homes and temps are reading fine. Everything seems to be working except the IR probe which reads 117-118. Put the IR probe on my other printer which has the exact same setup and the new ir probe works fine on my other printer. Anything i should check before i order a new board?
-
RE: Dyze design filament sensor.
@dc42 sorry for the late reply I have RRF 3.1.1 on two of my printers and then RRF 2.05 on another one of my printers. Still cannot seem to get the filament sensor to work properly.
-
RE: Dyze design filament sensor.
I have these under my end stops
M591 P1 C"e0_stop" S1 ; filament monitor connected to E0_stop
M581 T2 E0 S0 C0
M591 D0 P1 C10 S1 R60:140 L0.305 E5This is my trigger2.g file
M83 ; relative extruder moves
G1 E-10 F600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z5 F360 ; lift Z by 2mm
G90 ; absolute positioning
G1 X00 Y00 F6000 ; go to X=10 Y=10i also do have a pause.g/resume.g
; pause.g
; called when a print from SD card is paused
;
; generated by RepRapFirmware Configuration Tool v3.1.3 on Wed Jul 08 2020 11:05:59 GMT-0400 (Eastern Daylight Time)
M83 ; relative extruder moves
G1 E-10 F3600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z5 F360 ; lift Z by 5mm
G90 ; absolute positioning
G1 X0 Y0 F6000 ; go to X=0 Y=0 -
RE: Dyze design filament sensor.
Alright sorry for the wait. So when i run out of filament it still does not pause. How do i get the sensor to call for my Pause.g file? Is there something i need to input into the trigger file? I would imagine a pause Gcode? I am not fluent in gcode so not sure if there is one.
-
RE: Dyze design filament sensor.
Thanks guys. In the middle of some long prints today i will test this tomorrow and get back to you guys with the results.
-
Dyze design filament sensor.
Hello Everyone. I have 3 folgertech ft-6's on duet 2 wifi's they print great i added a dyze design filament sensor to 2 of them. I want the printer to pause when there is a filament jam or if the printer runs out of filament and then continue printing when the jam is fixed or when new filament is added. Right now they print fine but i cannot get the printer to pause when the filament runs out. Has anyone done one of these? If so what gcode did you add where? I added M591 P1 C"e0_stop" S1 Under end stops. The filament sensor lights up when filament is inline so i know it is detecting. I tried adding these two lines M581 T2 E0 S0 C0, M591 D0 P1 C10 S1 R60:140 L0.305 E5 And it did not do anything.
The dyze design site also says to add this M83 ; relative extruder moves
G1 E-10 F600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z2 F360 ; lift Z by 2mm
G90 ; absolute positioning
G1 X00 Y00 F6000 ; go to X=10 Y=10
But under trigger2.g which i do not have so my guess is to make a new folder which is simple but still unsure how to set the printer up to resume printing once i have gotten filament into the hotend.
Any help is appreciated! Thank you in advance.