Laser monitor
-
; Tools
M563 P1 S"1xHotend" D0 H1 ; Define tool 1
G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
M563 P2 S"2xHotend" D1:0 H2:1 ; Define tool 2
G10 P2 X0 Y0 Z0 ; Set tool 2 axis offsets
G10 P2 R0 S0 ; Set initial tool 2 active and standby temperatures to 0C
M568 P2 S1 ; Enable mixing for tool 2
M567 P2 E1:1 ; Set mixing ratios for tool 2
M563 P3 S"3xHotend" D2:0:1 H3:1:2 ; Define tool 3
G10 P3 X0 Y0 Z0 ; Set tool 3 axis offsets
G10 P3 R0 S0 ; Set initial tool 3 active and standby temperatures to 0C
M568 P3 S1 ; Enable mixing for tool 3
M567 P3 E1:1:1 ; Set mixing ratios for tool 3
M563 P4 S"4xHotend" D3:0:1:2 H4:1:2:3 ; Define tool 4
G10 P4 X0 Y0 Z0 ; Set tool 4 axis offsets
G10 P4 R0 S0 ; Set initial tool 4 active and standby temperatures to 0C
M568 P4 S1 ; Enable mixing for tool 4
M567 P4 E1:1:1:1 ; Set mixing ratios for tool 4
;M563 P5 S"5xHotend" D4:0:1:2:3 H5:1:2:3:4 ; Define tool 5
;G10 P5 X0 Y0 Z0 ; Set tool 5 axis offsets
;G10 P5 R0 S0 ; Set initial tool 5 active and standby temperatures to 0C
;M568 P5 S1 ; Enable mixing for tool 5
;M567 P5 E1:1:1:1:1 ; Set mixing ratios for tool 5
M563 P11 S"1xHotend300" D0 H1 ; Define tool 11
G10 P11 X0 Y0 Z0 ; Set tool 11 axis offsets
G10 P11 R0 S0 ; Set initial tool 11 active and standby temperatures to 0C
M563 P12 S"2xHotend300" D0:1 H1:2 ; Define tool 12
G10 P12 X0 Y0 Z0 ; Set tool 12 axis offsets
G10 P12 R0 S0 ; Set initial tool 12 active and standby temperatures to 0C
M568 P12 S1 ; Enable mixing for tool 12
M567 P12 E1:1 ; Set mixing ratios for tool 12
;M563 P13 S"3xHotend300" D1:0:2 H1:2:3 ; Define tool 13
;G10 P13 X0 Y0 Z0 ; Set tool 13 axis offsets
;G10 P13 R0 S0 ; Set initial tool 13 active and standby temperatures to 0C
;M568 P13 S1 ; Enable mixing for tool 13
;M567 P13 E1:1:1 ; Set mixing ratios for tool 13
;M563 P14 S"4xHotend300" D0:1:2:3 H1:2:3:4 ; Define tool 14
;G10 P14 X0 Y0 Z0 ; Set tool 14 axis offsets
;G10 P14 R0 S0 ; Set initial tool 14 active and standby temperatures to 0C
;M568 P14 S1 ; Enable mixing for tool 14
;M567 P14 E1:1:1:1 ; Set mixing ratios for tool 14M563 P91 S"1xHotend" D0 H1 ; Define tool 1
G10 P91 X0 Y0 Z0 ; Set tool 1 axis offsets
G10 P91 R0 S0
M563 P92 S"1xHotend" D1 H2 ; Define tool 1
G10 P92 X0 Y0 Z0 ; Set tool 1 axis offsets
G10 P92 R0 S0
M563 P93 S"1xHotend" D2 H3 ; Define tool 1
G10 P93 X0 Y0 Z0 ; Set tool 1 axis offsets
G10 P93 R0 S0
M563 P94 S"1xHotend" D3 H4 ; Define tool 1
G10 P94 X0 Y0 Z0 ; Set tool 1 axis offsets
G10 P94 R0 S0
;M563 P95 S"1xHotend" D4 H5 ; Define tool 1
;G10 P95 X0 Y0 Z0 ; Set tool 1 axis offsets
;G10 P95 R0 S0; Lasersensor
M591 D1 P5 C4 R40: 120 E3.0 S1 ; Der Duet3D-Lasersensor für den Extruderantrieb 0 ist an den Stopp-Eingang 3 (E0) angeschlossen, Toleranz 40 bis 120%, 3 mm Vergleichslänge
M591 D2 P5 C3 R40: 120 E3.0 S1 ; Der Duet3D-Lasersensor für den Extruderantrieb 0 ist an den Stopp-Eingang 3 (E0) angeschlossen, Toleranz 40 bis 120%, 3 mm Vergleichslänge
M591 D3 P5 C0 R40: 120 E3.0 S1 ; Der Duet3D-Lasersensor für den Extruderantrieb 0 ist an den Stopp-Eingang 3 (E0) angeschlossen, Toleranz 40 bis 120%, 3 mm Vergleichslänge
M591 D4 P5 C1 R40: 120 E3.0 S1 ; Der Duet3D-Lasersensor für den Extruderantrieb 0 ist an den Stopp-Eingang 3 (E0) angeschlossen, Toleranz 40 bis 120%, 3 mm Vergleichslänge
;M591 D9 P5 C2 R40: 120 E3.0 S1 ; Der Duet3D-Lasersensor für den Extruderantrieb 0 ist an den Stopp-Eingang 3 (E0) angeschlossen, Toleranz 40 bis 120%, 3 mm Vergleichslänge -
Which tool number did you use for that test print?
-
@dc42 tool 1
-
@dc42 on the D0 according to the readout no sensor is installed and the D1 reads it actually clean
-
@3dware said in Laser monitor:
@dc42 tool 1
From your config.g file:
M563 P1 S"1xHotend" D0 H1 ; Define tool 1
The D0 means you are using extruder drive 0. Your M591 command has D1, so it is monitoring extruder drive 1.
-
@dc42 Only I do not get anything out at d0
I plugged in the sensors like this.
I have aninst somewhere a mistake
-
I think your mistake is this line:
@3dware said in Laser monitor:
M591 D1 P5 C4 R40: 120 E3.0 S1
The sensor is monitoring extruder drive 1, but tool 1 uses extruder drive 0. Change D1 to D0 in that line. Likewise when you interrogate it, use D0 not D1.
-
Thank you very much for your quick help.
as always.
regards
-
hello dc42
I still have a small mistake that you can possibly explain to me.
Soblad the filament is empty, the printer goes into pause.
if I then unload the macros and load and then continue to print the laser is no longer.
that means when I cut the filament he does not recognize more than empty.how can I fix this?
-
@3dware said in Laser monitor:
if I then unload the macros and load and then continue to print the laser is no longer.
I'm sorry, I don't understand - please explain what you mean.