Input field for nozzel height of the extruder
-
Oh, sorry that was imprecise by me...
I'm using a BLTouch, so I have to readjust the offset of the sensor so the nozzel touches the bed when at Z0
An for the second extruder the Tool-offset
-
@jnb said in Input field for nozzel height of the extruder:
Oh, sorry that was imprecise by me...
I'm using a BLTouch, so I have to readjust the offset of the sensor so the nozzel touches the bed when at Z0
So you mean the Z probe Z Trigger Height - the Z parameter of G31?
Frederick
-
@fcwilt correct, and (as I just edited ) the tool-offset of the second extruder
-
@jnb said in Input field for nozzel height of the extruder:
@fcwilt correct, and (as I just edited ) the tool-offset of the second extruder
Which tool offsets are you setting?
Do you have a multi-tool printer?
Frederick
-
I'm using a Tenlog Hands 2 which I modified with a Duet3 MB 6HC and a EB 3HC.
So it's a IDEX with two tools on one X-rail.
-
@jnb said in Input field for nozzel height of the extruder:
I'm using a Tenlog Hands 2 which I modified with a Duet3 MB 6HC and a EB 3HC.
So it's a IDEX with two tools on one X-rail.
So you need to modify the Z offset setting of the tool using G10?
Frederick
-
@fcwilt exactly
The two marked lines
; Z-Probe M950 S0 C"1.io4.out" ; create servo pin 0 for BLTouch M558 P9 C"1.io4.in" H5 F500 T6000 ; set Z probe type to bltouch and the dive height + speeds ----> G31 P500 X0 Y-65.5 Z2.594 ; set Z probe trigger value, offset and trigger height (Default with 0.1mm h8mm nozzle = Z2.594) M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters M557 X10:201.2 Y10:159.5 S20 ; define mesh grid [...] ; Tools M563 P0 D0 H1 F2 S"Extruder 1" ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M563 P1 D1 H2 X3 F4 S"Extruder 2" ; define tool 1 ;G10 P1 U262.2 Y0 Z0 ; set tool 1 axis offsets ---> G10 P1 U3 Y-2.8 Z0 G10 P1 R0 S0
-
-
@fcwilt Well, I would say for normal quality nozzles the tolerances are trivial, so it could be seen as the same for the particular manufacturer and nozzle type
-
@jnb said in Input field for nozzel height of the extruder:
@fcwilt Well, I would say for normal quality nozzles the tolerances are trivial, so it could be seen as the same for the particular manufacturer and nozzle type
Well a fairly simple way would be to create a set of Macros with each macro containing the commands needed for a specific type/size of nozzle.
Frederick
-