smart effector - Error: G30: Z probe 0 not found July 01, 2020 05:36PM |
Registered: 4 years ago Posts: 6 |
; 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
; works with G32 M561 ; clear any bed transform G28 ; home the printer ; Probe the bed at 10 peripheral and 6 halfway points, and perform 6-factor auto compensation G30 P0 X0 Y79.8 H0 Z-99999 G30 P1 X46.96 Y64.64 H0 Z-99999 G30 P2 X75.99 Y24.69 H0 Z-99999 G30 P3 X75.99 Y-24.69 H0 Z-99999 G30 P4 X46.96 Y-64.64 H0 Z-99999 G30 P5 X0 Y-79.9 H0 Z-99999 G30 P6 X-46.96 Y-64.64 H0 Z-99999 G30 P7 X-75.99 Y-24.69 H0 Z-99999 G30 P8 X-75.99 Y24.69 H0 Z-99999 G30 P9 X-46.96 Y64.64 H0 Z-99999 G30 P10 X0 Y39.9 H0 Z-99999 G30 P11 X34.55 Y19.95 H0 Z-99999 G30 P12 X34.55 Y-19.95 H0 Z-99999 G30 P13 X0 Y-39.9 H0 Z-99999 G30 P14 X-34.55 Y-19.95 H0 Z-99999 G30 P15 X-34.55 Y19.95 H0 Z-99999 G30 P16 X0 Y0 H0 Z-99999 S6
Re: smart effector - Error: G30: Z probe 0 not found July 02, 2020 01:39AM |
Registered: 11 years ago Posts: 14,685 |
Re: smart effector - Error: G30: Z probe 0 not found July 02, 2020 04:18AM |
Registered: 4 years ago Posts: 6 |
Re: smart effector - Error: G30: Z probe 0 not found July 02, 2020 06:48AM |
Registered: 4 years ago Posts: 6 |
Re: smart effector - Error: G30: Z probe 0 not found July 03, 2020 03:35PM |
Registered: 11 years ago Posts: 14,685 |