Help 3d touch con fw version 3.01-RC5
-
ragazzi buona sera
ho installato il 3d touch ma mi da come errore questo "G30: Z probe 0 not found" vi inserisco i file di configurazione, secondo me manca qualcosa ma non so cosa...
retractprobe.g homeall.g deployprobe.g config.g -
@Leblond
; Z-Probe
M307 H3 A-1 C-1 D-1; bltouch
M950 S0 C"exp.heater3"Remove that line in config.g.
-
@DIY-O-Sphere ok provo
-
@DIY-O-Sphere said in Help 3d touch con fw version 3.01-RC5:
M950 S0 C "exp.heater3"
niente da fare, il piatto scende di 5mm e si ferma dandomi questo errore Error: in file macro line 9: G30: Z probe 0 not found
-
m307 rimosso ma niet
-
M558 P9 X165 Y165 Z1 H3 F200 T4000 ;M558 P5 C"!zprobe.in" H5 F250 T9000 <-- sensore induttivo ; set Z probe type to unmodulated and the dive height + speeds G31 P500 X-37 Y0 Z1.57 ; set Z probe trigger value, offset and trigger height
Change to:
M558 P9 H5 F60 T4000 G31 P25 X-37 Y0 Z1.57 ; set Z probe trigger value, offset and trigger height
and try again
-
-
-
questo e' il collegamento che ho fatto
-
@Phaedrux said in Help 3d touch con fw version 3.01-RC5:
M558 P9 H5 F60 T4000
@LeblondZ-probe in is missing
Try
M558 P9 C"^zprobe.in" H5 F60 T4000 -
@DIY-O-Sphere of course!
-
non solo tu hai sbagliato pure io, non me ne sono accorto
-
@DIY-O-Sphere said in Help 3d touch con fw version 3.01-RC5:
M558 P9 C"^zprobe.in" H5 F60 T4000
yesssss
-
grazie ragazzi Risolto