LE TORRI NEL GRAFICO
-
@alankilian Ciao, ho modificato m665 l premetto che la stampante stampa ma ecco i problemi, per stampare nelle le dimensione corrette tutto ok , ho lanciato un G0 Y-130 dove 130 e' il raggio bed e non arriva fisicamente con le braccia ( mi sembra che sia tutto piu' grande) e se lancio un G32 lo esegue mi dice di diminuire il raggio bed ,lho fatto nessun risultato . G32
Error: Auto calibration failed because probe point P3 was unreachable using the current delta parameters. Try a smaller probing radius. -
What's your M665 and M666 say?
-
@alankilian said in LE TORRI NEL GRAFICO:
M666
GRAZIE ECCOLE M665
Diagonals 306.170:306.170:306.170, delta radius 182.280, homed height 565.800, bed radius 130.0, X 1.246°, Y -1.600°, Z 0.000°
M666
Endstop adjustments X-1.26 Y0.75 Z0.51, tilt X0.00% Y0.00% -
OK, now we need to see bed.g to see where your probing points are located.
I have a smaller delta than you do:
m665 Diagonals 291.060:291.060:291.060, delta radius 144.000, homed height 400.186, bed radius 132.5, X -0.223°, Y -0.216°, Z 0.000°
Here's my bed.g
; bed.g ; called to perform automatic delta calibration via G32 ; ; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue Mar 09 2021 13:21:23 GMT-0500 (Eastern Standard Time) M561 ; clear any bed transform ; Probe the bed at 6 peripheral and 6 halfway points, and perform 6-factor auto compensation ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g. G30 P0 X0 Y109.9 H0 Z-99999 G30 P1 X95.18 Y54.95 H0 Z-99999 G30 P2 X95.18 Y-54.95 H0 Z-99999 G30 P3 X0 Y-109.9 H0 Z-99999 G30 P4 X-95.18 Y-54.95 H0 Z-99999 G30 P5 X-95.18 Y54.95 H0 Z-99999 G30 P6 X0 Y54.9 H0 Z-99999 G30 P7 X47.54 Y27.45 H0 Z-99999 G30 P8 X47.54 Y-27.45 H0 Z-99999 G30 P9 X0 Y-54.9 H0 Z-99999 G30 P10 X-47.54 Y-27.45 H0 Z-99999 G30 P11 X-47.54 Y27.45 H0 Z-99999 G30 P12 X0 Y0 H0 Z-99999 S6 ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
-
@alankilian ECCOLI
G30 P0 X0 Y84.2 H0 Z-99999
G30 P1 X66.01 Y38.11 H0 Z-99999
G30 P2 X66.01 Y-38.11 H0 Z-99999
G30 P3 X0 Y-84.2 H0 Z-99999
G30 P4 X-73.61 Y-42.5 H0 Z-99999
G30 P5 X-73.61 Y42.5 H0 Z-99999
G30 P6 X0 Y41.05 H0 Z-99999
G30 P7 X29.84 Y-17.23 H0 Z-99999
G30 P8 X-36.81 Y-21.25 H0 Z-99999
G30 P9 X0 Y0 H0 Z-99999 S6QUINDI IL PUNTO 3 SAREBBE G30 P3 X0 Y-84.2 H0 Z-99999 LHO MANDATO IN CONSOL ,NON DA NESSUN PROBLEMA NE ERRORE
-
OK, let's make sure your bed.g is being used.
Backup your old bed.g and then use this one.
G30 P0 X0 Y0 H0 Z-99999 G30 P1 X0 Y0 H0 Z-99999 G30 P2 X0 Y0 H0 Z-99999 G30 P3 X0 Y0 H0 Z-99999 G30 P4 X0 Y0 H0 Z-99999 G30 P5 X0 Y0 H0 Z-99999 G30 P6 X0 Y0 H0 Z-99999 G30 P7 X0 Y0 H0 Z-99999 G30 P8 X0 Y0 H0 Z-99999 G30 P9 X0 Y0 H0 Z-99999 S6
You should see:
g32 Error: Unable to calculate calibration parameters. Please choose different probe points.
It should tap ten times at the center of your bed.
If it taps ten times at (0,0) we know you are using this bed.g and we can then start to move on to getting you a good bed.g
-
@alankilian IL BED. G E' QUELLO
-
-
@alankilian ; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Sun Mar 14 2021 01:38:34 GMT+0100 (Ora standard dell’Europa centrale)
M561 ; clear any bed transform
; Probe the bed at 6 peripheral and 3 halfway points, and perform 6-factor auto compensation
; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
G30 P0 X0 Y84.2 H0 Z-99999
G30 P1 X66.01 Y38.11 H0 Z-99999
G30 P2 X66.01 Y-38.11 H0 Z-99999
G30 P3 X0 Y-84.2 H0 Z-99999
G30 P4 X-73.61 Y-42.5 H0 Z-99999
G30 P5 X-73.61 Y42.5 H0 Z-99999
G30 P6 X0 Y41.05 H0 Z-99999
G30 P7 X29.84 Y-17.23 H0 Z-99999
G30 P8 X-36.81 Y-21.25 H0 Z-99999
G30 P9 X0 Y0 H0 Z-99999 S6
; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)QESTO E IL FILE MIO
-
Are you going to test using the bed.g that I supplied?
-
@alankilian A SI LHO FATTO FUNZIONA BATE SEMPRE ,NON DA ERRORE
-
@luca-massimiliano COSA DEVO FARE?
-
@luca-massimiliano said in LE TORRI NEL GRAFICO:
COSA DEVO FARE?
When you used the bed.g that I provided and ran a G32, what did your printer do?
-
@alankilian TUTTO OK
-
@luca-massimiliano COSA DEVO FARE ORA?
-
When I ask: "When you used the bed.g that I provided and ran a G32, what did your printer do?"
Saying "OK" is not helping me help you.
Please describe what the printer did and post the result of the G32
-
@alankilian LA SONDA BATTE FISICAMENTE X -20 E Y -15 , G32
Calibrated 6 factors using 10 points, (mean, deviation) before (0.266, 2.301) after (0.000, 2.301) -
@luca-massimiliano said in LE TORRI NEL GRAFICO:
Calibrated 6 factors using 10 points, (mean, deviation) before (0.266, 2.301) after (0.000, 2.301)
OK, this means you were NOT using the bed.g file I provided, but it looks like you are now getting great results.
I'm glad you got everything working now.
-
@alankilian NO PENSO SIA IL TUO FILE , PENSO CHE CI SIA UN ERRORE SU DOVE HO DEFINITO LA SONDA , ORA AZZERO I VALORI COSI DOVREBBE ANDARE AL CENTRO ? MIO G31 P25 X0 Y40 Z 4.875 ORA PROVO G31 P25 X0 Y0 Z 4.875
-
@luca-massimiliano said in LE TORRI NEL GRAFICO:
NO I THINK IT'S YOUR FILE, I THINK THERE IS AN ERROR ON WHERE I DEFINED THE PROBE, NOW RESET THE VALUES SO IT SHOULD GO TO THE CENTER? MY G31 P25 X0 Y40 Z 4.875 NOW I TRY G31 P25 X0 Y0 Z 4.875
If you used my bed.g file, the printer would have probed ten times at X=0, Y=0 and then reported "Error: Unable to calculate calibration parameters. Please choose different probe points."
It reported "Calibrated 6 factors using 10 points, (mean, deviation) before (0.266, 2.301) after (0.000, 2.301)"
This means you did not use my bed.g file.
It looks like you have everything working, so that is wonderful.