(need help!) Error: G30: Z probe 0 not found
-
hi. i have duetwifi with 3.1 firmware and just get a smart effector. when try to do z probe i get this feil:
Error: G30: Z probe 0 not found
what i do wrong?
config:
; General preferences G90 ; Absolute_cordinats M83 ; Relative_extrusion M550 P"DeltaZ" ; Printer_"name" (http://printer_name) M665 R105 L288.08 B80 H203.35 ; R=delta_radius L=diagonal_rod B=printable_radius H=homed_height M666 X0 Y0 Z0 ; Endstop_correction M208 S1 Z0 ; S1=delta Z=Z_min(mm) ; Network M552 S1 ; network S0/1=off/on M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; P=driver_nr S0/1=revers/norm M569 P1 S1 ; P=driver_nr S0/1=revers/norm M569 P2 S1 ; P=driver_nr S0/1=revers/norm M569 P3 S1 ; P=driver_nr S0/1=revers/norm M584 X0 Y1 Z2 E3 ; Driver_mapping M350 X16 Y16 Z16 E16 I1 ; set microstepping with interpolation M92 X160.00 Y160.00 Z160.00 E150.00 ; Steps_per_mm M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; Speed_change(mm/min) M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; Speed_max(mm/min) M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; Acceleration(mm/s^2) M906 X1500 Y1500 Z1500 E1500 I0 ; Peak_current(mA) I=Power_after_timeout(%) M84 S90 ; S=timeout(seconds) ; Axis Limits M208 Z0 S1 ; set minimum Z ; Endstops M574 X2 S1 P"xstop" ; X=0/1/2=none/low/high_end S1/2/3/4=microswitch("!"inverts)/Z_probe/stall_detection_stops_all_motors/stall_detection M574 Y2 S1 P"ystop" ; X=0/1/2=none/low/high_end S1/2/3/4=microswitch("!"inverts)/Z_probe/stall_detection_stops_all_motors/stall_detection M574 Z2 S1 P"zstop" ; X=0/1/2=none/low/high_end S1/2/3/4=microswitch("!"inverts)/Z_probe/stall_detection_stops_all_motors/stall_detection ; Calibration M558 P8 R0.4 F1200 H10 T6000 ; Z-Probe C=pin P=type R=Recovery_time F=probing_speed H=distance T=move_speed A=point_times S=tolerance(0.03mm) G31 P100 X0 Y0 Z-0.1 ; Options P=trigger XY=offsett Z=trigger M557 R80 S15 ; Grid_Options R=radius S=Space ; Bed M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.06e-8 ; Define_sensor S=nr P=pin Y=type (TBC=Semitec_104GT-2) R=resistor M950 H0 C"bedheat" Q10 T0 ; Define_heater H=nr C=pin Q=Hz T=temp_sensor_nr M143 H0 S130 ; Temp_limit H=heater_nr S=max_temp M307 H0 A858.4 C741.7 D4.2 V24.2 B0 S1.0 ; Heater_options H=heater_nr A=model_gain C=model_time_constant D=dead_time V=volts B0/1=PID/bang_bang S=max_PWM(1.0_max) M140 H0 ; map heated bed to heater 0 ; HotEnd M308 S1 P"spi.cs1" Y"rtd-max31865" ; Define_sensor S=nr P=pin Y=type R=resistor F=Hz(50/60) W=wire(if_3) M950 H1 C"e0heat" T1 ; Define_heater H=nr C=pin Q=Hz T=temp_sensor_nr M143 H1 S300 ; Temp_limit H=heater_nr S=max_temp M307 H1 A1029.2 C403.6 D6.7 V24.1 B0 S1.00 ; Heater_options H=heater_nr A=model_gain C=model_time_constant D=dead_time V=volts B0/1=PID/bang_bang S=max_PWM(1.0_max) ; Fans M950 F0 C"fan0" ; Define_fan F=nr C=pin Q=Hz M106 P0 L0.5 X1.0 B5 H1 T50:100 ; Fan_options P=nr S=speed(1.0_max) L=min_speed X=max_speed B=max_speed_seconds_onstart H=temp_sensor_nr T=temp_on ; M950 F1 C"fan1" Q500 ; Define_fan F=nr C=pin Q=Hz ; M106 P1 S1 H-1 ; Fan_options P=nr S=speed(1.0_max) L=min_speed X=max_speed B=max_speed_seconds_onstart H=temp_sensor_nr T=temp_on ; Tools M563 P0 S"e3d" D0 H1 F0 ; Define_tool P=nr S="name" D=extruder H=heater(s) F=fan(s) G10 P0 Z0 R0 S0 ; Tool_options P=tool_nr XYZ=offset(mm) R=off_temp S=on_temp ; M563 P1 S"Volcano" D0 H1 F0:1 ; Define_tool P=nr S="name" D=extruder H=heater(s) F=fan(s) ; G10 P1 X0 Y0 Z0 ; Tool_options P=tool_nr XYZ=offset(mm) R=off_temp S=on_temp ; Custom settings are not defined ; Miscellaneous M501 ; load saved parameters from non-volatile memory T0 ; select first tool
when i try to change sensitivity i get this feil
Error: M672: Invalid Z probe index
When i touching it, led works )
-
A few things to try and report back on.
Verify that you are on firmware 3.1.1 by sending M115
Next, send M98 P"config.g" and report back any errors.When powered on, what LED flashes do you get?
https://duet3d.dozuki.com/Wiki/Smart_effector_and_carriage_adapters_for_delta_printer#Section_Troubleshooting_LED_flash_codesWhat exactly are you sending when you get those errors?
-
feil was here:
M558 P8 R0.4 F1200 H10 T6000
must be like this:
M558 C"zprobe.in" P8 R0.4 F1200 H10 T6000
thanks to dc42, he gave a anser at another forum