Re: Sensore Autobed leveling - BLTOUCH January 26, 2017 02:35PM |
Registered: 11 years ago Posts: 6,409 |
if (left_out || right_out || front_out || back_out) { if (left_out) { out_of_range_error(PSTR("(L)eft")); left_probe_bed_position = left_out_l ? LOGICAL_X_POSITION(MIN_PROBE_X) : right_probe_bed_position - (MIN_PROBE_EDGE); } if (right_out) { out_of_range_error(PSTR("(R)ight")); right_probe_bed_position = right_out_r ? LOGICAL_Y_POSITION(MAX_PROBE_X) : left_probe_bed_position + MIN_PROBE_EDGE; } if (front_out) { out_of_range_error(PSTR("(F)ront")); front_probe_bed_position = front_out_f ? LOGICAL_Y_POSITION(MIN_PROBE_Y) : back_probe_bed_position - (MIN_PROBE_EDGE); } if (back_out) { out_of_range_error(PSTR("(ack")); back_probe_bed_position = back_out_b ? LOGICAL_Y_POSITION(MAX_PROBE_Y) : front_probe_bed_position + MIN_PROBE_EDGE; } return; }
// probe at the points of a lattice grid const float xGridSpacing = (right_probe_bed_position - left_probe_bed_position) / (abl_grid_points_x - 1), yGridSpacing = (back_probe_bed_position - front_probe_bed_position) / (abl_grid_points_y - 1);
Re: Sensore Autobed leveling - BLTOUCH January 26, 2017 02:49PM |
Registered: 8 years ago Posts: 174 |
Re: Sensore Autobed leveling - BLTOUCH January 26, 2017 06:24PM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 26, 2017 07:28PM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
Cosa vuoi dire.. fammi capire...
Intanto cerco di spiegarti... Prova a fare G30 X0 Y0 vedrai la probe andare nel punto X0 Y0, ma il nozzle dov'è??
E' spostato di quell offset di X e Y.. Ora se hai problemi di variazione d'altezza concavo o convesso per un delta radius non apposto cosa succede?
Succede che quando il nozzle è a 0,0 l'altezza è giusta, ma quando va a 20,20 per esempio è più alto, ma la sonda sta facendo il probe a 0,0 e la sonda è attaccata al nozzle quindi rileva un'altezza su X0 Y0 che in effetti non c'è... Non so se mi sono spiegato...
Quindi la prima cosa da fare è essere certi che il nozzle si muovi in piano e che quindi hai tutti i parametri giusti, endstop, rod, tower etc etc. Poi puoi livellare... Ma ci sarà sempre un piccolo problema se hai la sonda troppo distante dal nozzle.
Re: Sensore Autobed leveling - BLTOUCH January 27, 2017 02:33AM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 27, 2017 05:53AM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
Ma hai provato a fare l'autocalibrazione???
Re: Sensore Autobed leveling - BLTOUCH January 27, 2017 08:32AM |
Registered: 8 years ago Posts: 174 |
Quote
karnhack
Quote
MagoKimbra
Ma hai provato a fare l'autocalibrazione???
Ti riferisci all'autocalibrazione a 7 punti? l'ho fatta una volta ma ho dovuto spegnere forzatamente la stampante perché il probe cerca di raggiungere aree irraggiungibili dalla stampante, finisce fuori dal piatto e urta alle torri
SENDING:M501 MKV30 stored settings retrieved (2013 bytes) Configteps per unit: Config: M92 X80.000 Y80.000 Z80.000 E96.000 Config:Maximum feedrates (mm/s): Config: M203 X200.000 Y200.000 Z200.000 E200.000 Config:Maximum Acceleration (mm/s2): Config: M201 X3000 Y3000 Z3000 E3000 Config:Accelerations: P=printing, V=travel and T* R=retract Config: M204 P3000.000 V3000.000 R3000.000 Config:Advanced variables: S=Min feedrate (mm/s), V=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum X jerk (mm/s), Y=maximum Y jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) Config: M205 S0.000 V0.000 B20000 X10.000 Y10.000 Z10.000 E20.000 Config:Home offset (mm): Config: M206 X0.000 Y0.000 Z0.000 Config:Endstop adjustment (mm): Config: M666 X0.00 Y0.00 Z0.00 Config:Geometry adjustment: ABC=TOWER_RADIUS_ADJ, IJK=TOWER_POSITION_ADJ, UVW=TOWER_DIAGROD_ADJ, R=Delta Radius, D=Diagonal Rod, S=Segments per second, H=Z Height Config: M666 A0.000 B0.000 C0.000 I0.000 J0.000 K0.000 U0.000 V0.000 W0.000 R99.40 D217.00 S160.000 H340.200 Config:Z Probe offset (mm): Config: M666 P-2.54 Config:Material heatup parameters: Config: M145 S0 H180 B50 F255 Config: M145 S1 H240 B70 F255 Config: M145 S2 H230 B60 F255 Config
ID settings: Config: M301 HConfig:Filament settings: Disabled Config: M200 D1.750 Stats: Total: 0, Finished: 0, Failed: 0 Stats: Total print time: 0s, Power on time: 20s Stats: Filament used: 0Km 0m 0cm 0mm
Re: Sensore Autobed leveling - BLTOUCH January 27, 2017 09:40AM |
Registered: 8 years ago Posts: 174 |
< 17:06:32: Bed X: 0.000 Y: 65.000 Z: 5.670 < 17:06:33: Bed X: 56.292 Y: 32.500 Z: 6.492 < 17:06:34: Bed X: 56.292 Y: -32.500 Z: 5.151 < 17:06:35: Bed X: -0.000 Y: -65.000 Z: 2.848 < 17:06:35: Bed X: -56.292 Y: -32.500 Z: 1.615 < 17:06:36: Bed X: -56.292 Y: 32.500 Z: 3.066 < 17:06:37: Bed X: 0.000 Y: 0.000 Z: 0.386 < 17:06:38: Calibrated 7 factors using 7 points, deviation before ? after ? < 17:06:38: Calibrate Height < 17:06:54: Endstops X? Y? Z? height ? diagonal rod ? delta radius ? Towers radius correction A? B? C? < 17:07:02: X:0.00 Y:0.00 Z:306.36 E:0.00 Count Alpha:40327 Beta:40327 Teta:40327 < 17:07:02: Error:Line Number is not Last Line Number+1, Last Line: 1459617792
Re: Sensore Autobed leveling - BLTOUCH January 27, 2017 12:52PM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 28, 2017 09:51AM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
Non capisco perché hai quei punti interrogativi...
Puoi fare un m666 l dopo aver fatto l'autocalibrazione a 7 punti...
< 15:47:30: start > 15:47:30: N1 M110 *2 < 15:47:30: Echo:Echo:MK4duo_4.3.1 > 15:47:30: N3 M666 L *106 < 15:47:30: Echo:Last Updated: Jan 22 2017 16:56:51 | Author: (Anycubic) < 15:47:30: Echo:Compiled: Jan 22 2017 < 15:47:30: Echo:Free Memory: 908 PlannerBufferBytes: 1248 < 15:47:30: MKV30 stored settings retrieved (2013 bytes) < 15:47:30: Configteps per unit: < 15:47:30: Config: M92 X80.000 Y80.000 Z80.000 E96.000 < 15:47:30: Config:Maximum feedrates (mm/s): < 15:47:30: Config: M203 X200.000 Y200.000 Z200.000 E200.000 < 15:47:30: Config:Maximum Acceleration (mm/s2): < 15:47:30: Config: M201 X3000 Y3000 Z3000 E3000 < 15:47:30: Config:Accelerations: P=printing, V=travel and T* R=retract < 15:47:30: Config: M204 P3000.000 V3000.000 R3000.000 < 15:47:30: Config:Advanced variables: S=Min feedrate (mm/s), V=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum X jerk (mm/s), Y=maximum Y jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) < 15:47:30: Config: M205 S0.000 V0.000 B20000 X10.000 Y10.000 Z10.000 E20.000 < 15:47:30: Config:Home offset (mm): < 15:47:30: Config: M206 X0.000 Y0.000 Z0.000 < 15:47:30: Config:Endstop adjustment (mm): < 15:47:30: Config: M666 X0.00 Y0.00 Z0.00 < 15:47:30: Config:Geometry adjustment: ABC=TOWER_RADIUS_ADJ, IJK=TOWER_POSITION_ADJ, UVW=TOWER_DIAGROD_ADJ, R=Delta Radius, D=Diagonal Rod, S=Segments per second, H=Z Height < 15:47:30: Config: M666 A0.000 B0.000 C0.000 I0.000 J0.000 K0.000 U0.000 V0.000 W0.000 R75.00 D217.00 S160.000 H340.200 < 15:47:30: Config:Z Probe offset (mm): < 15:47:30: Config: M666 P-2.54 < 15:47:30: Config:Material heatup parameters: < 15:47:30: Config: M145 S0 H180 B50 F255 < 15:47:30: Config: M145 S1 H240 B70 F255 < 15:47:30: Config: M145 S2 H230 B60 F255 < 15:47:30: Config
ID settings: < 15:47:30: Config: M301 H� P22.20 I1.08 D114.00 < 15:47:30: Config:Filament settings: Disabled < 15:47:30: Config: M200 D1.750 < 15:47:30: Stats: Total: 0, Finished: 0, Failed: 0 < 15:47:30: Stats: Total print time: 0s, Power on time: 0s < 15:47:30: Stats: Filament used: 0Km 0m 0cm 0mm < 15:47:35: Config:Current Delta geometry values: < 15:47:35: Config
(Endstop Adj): 0.000 < 15:47:35: Config:Y (Endstop Adj): 0.000 < 15:47:35: Config:Z (Endstop Adj): 0.000 < 15:47:35: Config
(ZProbe ZOffset): -2.543 < 15:47:35: Config:A (Tower A Radius Correction): 0.000 < 15:47:35: Config:B (Tower B Radius Correction): 0.000 < 15:47:35: Config:C (Tower C Radius Correction): 0.000 < 15:47:35: Config:I (Tower A Position Correction): 0.000 < 15:47:35: Config:J (Tower B Position Correction): 0.000 < 15:47:35: Config:K (Tower C Position Correction): 0.000 < 15:47:35: Config:U (Tower A Diagonal Rod Correction): 0.000 < 15:47:35: Config:V (Tower B Diagonal Rod Correction): 0.000 < 15:47:35: Config:W (Tower C Diagonal Rod Correction): 0.000 < 15:47:35: Config:R (Delta Radius): 75.0000 < 15:47:35: Config
(Diagonal Rod Length): 217.0000 < 15:47:35: Config
(Delta Segments per second): 160.0 < 15:47:35: Config:H (Z-Height): 340.200
Re: Sensore Autobed leveling - BLTOUCH January 28, 2017 01:42PM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 28, 2017 06:10PM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
Si ma se fai il reset i valori si vanno a far benedire...
Usi Host o cosa per il collegamento con la stampante??
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 01:09AM |
Registered: 9 years ago Posts: 474 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 04:59AM |
Registered: 8 years ago Posts: 174 |
Quote
karnhack
Quote
MagoKimbra
Si ma se fai il reset i valori si vanno a far benedire...
Usi Host o cosa per il collegamento con la stampante??
Eh si l'avevo immaginato perciò l'ho fatto presente... uso sia Printrun che Repetier-Host
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 05:17AM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 05:23AM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
no... Ma il problema è perché ti da errore??
< 11:21:11: Error:error writing to file < 11:21:11: Error:error writing to file < 11:21:11: Error:error writing to file < 11:21:11: Error:error writing to file < 11:21:11: Error:error writing to file < 11:21:11: Error:error writing to file < 11:21:12: Error:error writing to file < 11:21:13: Error:error writing to file < 11:21:14: Error:error writing to file < 11:21:16: Error:error writing to file < 11:21:17: Error:error writing to file < 11:21:18: Error:error writing to file < 11:21:19: Error:error writing to file < 11:21:20: Error:error writing to file < 11:21:21: Error:error writing to file < 11:21:22: Error:error writing to file < 11:21:23: Error:error writing to file
< 11:26:55: Error:Line Number is not Last Line Number+1, Last Line: 1577058304 < 11:26:55: Resend:1577058305 < 11:26:56: Error:Line Number is not Last Line Number+1, Last Line: 1577058304 < 11:26:56: Resend:1577058305 < 11:26:57: Error:Line Number is not Last Line Number+1, Last Line: 1577058304 < 11:26:57: Resend:1577058305 < 11:26:59: Error:Line Number is not Last Line Number+1, Last Line: 1577058304 < 11:26:59: Resend:1577058305 < 11:26:59: Error:Line Number is not Last Line Number+1, Last Line: 1577058304 < 11:26:59: Resend:1577058305 < 11:27:01: Error:Line Number is not Last Line Number+1, Last Line: 1577058304 < 11:27:01: Resend:1577058305
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 05:40AM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 05:59AM |
Registered: 8 years ago Posts: 174 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 08:32AM |
Registered: 8 years ago Posts: 174 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 09:34AM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 09:37AM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
Memoria esaurita?? Che ti dice in compilazione? attento che hai poca memoria??
Lo sketch usa 146.262 byte (57%) dello spazio disponibile per i programmi. Il massimo è 253.952 byte. Le variabili globali usano 7.201 byte (87%) di memoria dinamica, lasciando altri 991 byte liberi per le variabili locali. Il massimo è 8.192 byte. Poca memoria disponibile, potrebbero presentarsi problemi di stabilità
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 10:15AM |
Registered: 8 years ago Posts: 174 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 10:54AM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 11:45AM |
Registered: 8 years ago Posts: 174 |
> 17:42:57: N25 G28 *4 < 17:43:00: X:0.00 Y:0.00 Z:317.10 E:0.00 Count Alpha:42051 Beta:42051 Teta:42051 > 17:43:10: N36 G30 A *110 < 17:43:10: Starting Auto Calibration points < 17:43:19: Bed X: 0.000 Y: 65.000 Z: 7.760 < 17:43:20: Bed X: 56.292 Y: 32.500 Z: 9.990 < 17:43:20: Bed X: 56.292 Y: -32.500 Z: 7.768 < 17:43:21: Bed X: -0.000 Y: -65.000 Z: 4.359 < 17:43:22: Bed X: -56.292 Y: -32.500 Z: 2.187 < 17:43:22: Bed X: -56.292 Y: 32.500 Z: 4.464 < 17:43:24: Bed X: 0.000 Y: 0.000 Z: -0.163 < 17:43:24: Calibrated 7 factors using 7 points, deviation before ? after ? < 17:43:24: Calibrate Height < 17:43:40: Endstops X? Y? Z? height ? diagonal rod ? delta radius ? Towers radius correction A? B? C? < 17:43:48: X:0.00 Y:0.00 Z:258.64 E:0.00 Count Alpha:28535 Beta:28535 Teta:28535
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 02:17PM |
Registered: 8 years ago Posts: 37 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 02:43PM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 03:16PM |
Registered: 8 years ago Posts: 174 |
SENDING:G28 >>> M666 L SENDING:M666 L Config:Current Delta geometry values: Config(Endstop Adj): -0.368 Config:Y (Endstop Adj): -0.106 Config:Z (Endstop Adj): 0.000 Config
(ZProbe ZOffset): -2.926 Config:A (Tower A Radius Correction): -2.827 Config:B (Tower B Radius Correction): -3.891 Config:C (Tower C Radius Correction): 0.000 Config:I (Tower A Position Correction): 0.000 Config:J (Tower B Position Correction): 0.000 Config:K (Tower C Position Correction): 0.000 Config:U (Tower A Diagonal Rod Correction): 0.000 Config:V (Tower B Diagonal Rod Correction): 0.000 Config:W (Tower C Diagonal Rod Correction): 0.000 Config:R (Delta Radius): 68.3706 Config
(Diagonal Rod Length): 118.3901 Config
(Delta Segments per second): 160.0 Config:H (Z-Height): 340.112
Re: Sensore Autobed leveling - BLTOUCH January 30, 2017 03:54PM |
Registered: 11 years ago Posts: 6,409 |
Re: Sensore Autobed leveling - BLTOUCH January 31, 2017 08:00AM |
Registered: 8 years ago Posts: 37 |
Re: Sensore Autobed leveling - BLTOUCH January 31, 2017 08:45AM |
Registered: 8 years ago Posts: 174 |
Quote
MagoKimbra
Allora ora che è calibrato e hai salvato dovresti disabilitare la funzione e riabilitare il resto e fare G29, ma per non perdere troppo tempo per ora il display tienilo disabilitato...
Controlla di avere quei valori in EEPROM, quando riattivi....
SENDING:M501 MKV30 stored settings retrieved (2013 bytes) Configteps per unit: Config: M92 X80.000 Y80.000 Z80.000 E96.000 Config:Maximum feedrates (mm/s): Config: M203 X200.000 Y200.000 Z200.000 E200.000 Config:Maximum Acceleration (mm/s2): Config: M201 X3000 Y3000 Z3000 E3000 Config:Accelerations: P=printing, V=travel and T* R=retract Config: M204 P3000.000 V3000.000 R3000.000 Config:Advanced variables: S=Min feedrate (mm/s), V=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum X jerk (mm/s), Y=maximum Y jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) Config: M205 S0.000 V0.000 B20000 X10.000 Y10.000 Z10.000 E20.000 Config:Home offset (mm): Config: M206 X0.000 Y0.000 Z0.000 Config:Endstop adjustment (mm): Config: M666 X-0.37 Y-0.11 Z0.00 Config:Geometry adjustment: ABC=TOWER_RADIUS_ADJ, IJK=TOWER_POSITION_ADJ, UVW=TOWER_DIAGROD_ADJ, R=Delta Radius, D=Diagonal Rod, S=Segments per second, H=Z Height Config: M666 A-2.827 B-3.891 C0.000 I0.000 J0.000 K0.000 U0.000 V0.000 W0.000 R68.37 D118.39 S160.000 H340.112 Config:Z Probe offset (mm): Config: M666 P-2.79 Config
ID settings: Config: M301 H0 P22.20 I1.08 D114.00 Config:Filament settings: Disabled Config: M200 D1.750
SENDING:M666 L Config:Current Delta geometry values: Config(Endstop Adj): -0.368 Config:Y (Endstop Adj): -0.106 Config:Z (Endstop Adj): 0.000 Config
(ZProbe ZOffset): -2.789 Config:A (Tower A Radius Correction): -2.827 Config:B (Tower B Radius Correction): -3.891 Config:C (Tower C Radius Correction): 0.000 Config:I (Tower A Position Correction): 0.000 Config:J (Tower B Position Correction): 0.000 Config:K (Tower C Position Correction): 0.000 Config:U (Tower A Diagonal Rod Correction): 0.000 Config:V (Tower B Diagonal Rod Correction): 0.000 Config:W (Tower C Diagonal Rod Correction): 0.000 Config:R (Delta Radius): 68.3706 Config
(Diagonal Rod Length): 118.3901 Config
(Delta Segments per second): 160.0 Config:H (Z-Height): 340.112