Welcome! Log In Create A New Profile

Advanced

LIVELLAMENTO DEL LETTO CON SONDA

Posted by GIUNO85 
LIVELLAMENTO DEL LETTO CON SONDA
June 23, 2020 05:01AM
Buongiorno a tutti,
ho cominciato a implementare la stampante, cercando di utilizzare l'autolivellamento del piatto con sonda pibot.
Ho visto che ci sono diverse alternative sulla tipologia di compensazione da usare, Mesh bed level, auto unified bed level, auto bed level linear, auto bed level bilinear, auto bed level 3 point.
Ho una prusa i3 Sunhokey, cartesiana, e ho caricato l'ultima vesione di FW di marlin kimbra la 4.4,che tipologia di livellamento è più adatta al tipo di stampante che ho?
La mesh bed level è manuale?
Ho provato a cercare una guida per il comodissimo configuratore on line marlin kimbra per settare l'autolivellamento, ma non ho trovato nulla, qualcuno sa darmi qualche dritta?
Grazie

Edited 1 time(s). Last edit at 06/23/2020 05:03AM by GIUNO85.
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 23, 2020 05:46AM
[www.marlinkimbra.it]

[reprap.org]

il secondo è un po' vecchio ma i concetti sono ancora validi.


Alessandro

Prusa I3 Rework molto modificata - Taurino Classic - Ramps 1.4 - Driver DVR8825 - Titan Extruder e Hotend E3D V6 - Bltouch originale - Firmware MarlinKimbra - Cura - Repetier Host
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 23, 2020 06:10AM
Ciao Bilanciamist, grazie della risposta.
Avevo già trovato le guide che hai postato, ma non riesco a tovare i valori che propongono nel firmware Marlin kimbra 4.4 che ho caricato.. ad esempio....

// set the rectangle in which to probe
#define LEFT_PROBE_BED_POSITION 15
#define RIGHT_PROBE_BED_POSITION 185
#define BACK_PROBE_BED_POSITION 185
#define FRONT_PROBE_BED_POSITION 15

che chiede di modificare....

per quanto riguarda il tipo di livellamento che cosa consigli di utilizzare?
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 23, 2020 07:43AM
sui vari tipi non so aiutarti, se vuoi puoi provarli tu stesso.

nel firmware trovi la spiegazione dei vari sistemi:

/*****************************************************************************************
 ********************************** Bed Leveling *****************************************
 *****************************************************************************************
 *                                                                                       *
 * Select one from of Bed Leveling below.                                                *
 *                                                                                       *
 *  If you're also using the Probe for Z Homing, it's                                    *
 *  highly recommended to enable Z SAFE HOMING also!                                     *
 *                                                                                       *
 * - MESH                                                                                *
 *   Probe a grid manually                                                               *
 *   The result is a mesh, suitable for large or uneven beds. (See BILINEAR.)            *
 *   For machines without a probe, Mesh Bed Leveling provides a method to perform        *
 *   leveling in steps so you can manually adjust the Z height at each grid-point.       *
 *   With an LCD controller the process is guided step-by-step.                          *
 *                                                                                       *
 * - UBL (Unified Bed Leveling)                                                          *
 *   A comprehensive bed leveling system combining the features and benefits             *
 *   of other systems. UBL also includes integrated Mesh Generation, Mesh                *
 *   Validation and Mesh Editing systems.                                                *
 *                                                                                       *
 * - LINEAR                                                                              *
 *   Probe several points in a grid.                                                     *
 *   You specify the rectangle and the density of sample points.                         *
 *   The result is a single tilted plane. Best for a flat bed.                           *
 *                                                                                       *
 * - BILINEAR                                                                            *
 *   Probe several points in a grid.                                                     *
 *   You specify the rectangle and the density of sample points.                         *
 *   The result is a grid, best for large or uneven beds.                                *
 *                                                                                       *
 * - 3POINT                                                                              *
 *   Probe 3 arbitrary points on the bed (that aren't collinear)                         *
 *   You specify the XY coordinates of all 3 points.                                     *
 *   The result is a single tilted plane. Best for a flat bed.                           *
 *                                                                                       *
 *****************************************************************************************/


Io uso un bltouch con

#define AUTO_BED_LEVELING_BILINEAR

e mi trovo bene (3x3)

con MK versione 4.3.6 in configuration_cartesian (non so per le versioni più recenti)

#define LEFT_PROBE_BED_POSITION 30
#define RIGHT_PROBE_BED_POSITION 170
#define FRONT_PROBE_BED_POSITION 30
#define BACK_PROBE_BED_POSITION 170

ricordati che nelle versioni recenti di Mk il file overall comanda sul resto del firmware.


Alessandro

Prusa I3 Rework molto modificata - Taurino Classic - Ramps 1.4 - Driver DVR8825 - Titan Extruder e Hotend E3D V6 - Bltouch originale - Firmware MarlinKimbra - Cura - Repetier Host
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 24, 2020 06:11AM
Ciao bilanciamist, ho seguito i tuoi consigli e ho usato AUTO_BED_LEVELING_BILINEAR, i valoli

#define LEFT_PROBE_BED_POSITION
#define RIGHT_PROBE_BED_POSITION
#define FRONT_PROBE_BED_POSITION
#define BACK_PROBE_BED_POSITION

nella versione di marlin che ho caricato non li ho trovati... cmq ho risolto con Z SAFE HOMING.... e mi fa la partenza dal centro del piatto

è strano però perchè quando vado a fare la home di Z il carrello si sposta verso l'alto e non verso il basso, e non va a cercare il finecorsa, fa uno spostamento di tot e si ferma... come mai? c'è un motivo in particolare o non ho attivato io delle opzioni?
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 24, 2020 06:25AM
ho usato un endstop per la sonda non zmin, ma Y MAX, lasciando z min e zmax assegnati alla home z... questo perchè vorrei arrivare a fare un allineamento del carrello, facendogli toccare il finecorsa z di sinistra e finecorsa di z di destra, essendo azionato da 2 motori z differenti
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 24, 2020 07:36AM
non so cosa sia cambiato nelle versioni recenti di mk, questo può dirlo solo il Mago, comunque se scegli una versione precedente ti sarà più facile seguire la guida sull'autobed.

lo z safe homing non c'entra con il tipo di autobed:

Quote
sito marlin
Z Safe Homing prevents Z from homing when the probe (or nozzle) is outside bed area by moving to a defined XY point (by default, the middle of the bed) before Z Homing when homing all axes with G28. As a side-effect, X and Y homing are required before Z homing. If stepper drivers time out, X and Y homing will be required again.

Enable this option if a probe (not an endstop) is being used for Z homing. Z Safe Homing isn’t needed if a Z endstop is used for homing, but it may also be enabled just to have XY always move to some custom position after homing.

Quote
configuratore MK
Z SAFE HOMING
Z safe homing. If you have not Z endstop in X0 e Y0.

stai usando un sensore per l'autobed mettendolo su ymax è ti aspetti che funzioni? hai modificato il firmware per dirgli che stai usando ymax e che deve usare zmin e zmax per gli endstop z?

usi il configuratore online o modifichi a mano?


Alessandro

Prusa I3 Rework molto modificata - Taurino Classic - Ramps 1.4 - Driver DVR8825 - Titan Extruder e Hotend E3D V6 - Bltouch originale - Firmware MarlinKimbra - Cura - Repetier Host
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 24, 2020 09:43AM
Sto usando il configuratore.
Ho fatto esattamente come hai detto tu "modificato il firmware per dirgli che stai usando ymax e che deve usare zmin e zmax per gli endstop z"...
ho risolto nn so come mai era uno svarione della eeprom... ho fatto un clear con arduino... e ricaricato il firmware... i versi li ha ripresi giusti..... boh... più tardi provo a fare la prova di stampa e ti faccio sapere
Grazie mille intanto per il tuo aiuto e assistenza
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 25, 2020 09:33AM
Ho avuto ancora problemi con la eeprom, per risolvere ho caricato un firmware senza eeprom e poi l'ho ricaricato con la eeprom e sembra essere tutto ok...
Ho provato anche il plugins di repetier per gestire la eeprom.. molto utile e comodo... molto bello
Tutto ok per ora stampa bene.
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 25, 2020 03:01PM
Quote
bilanciamist
non so cosa sia cambiato nelle versioni recenti di mk, questo può dirlo solo il Mago, comunque se scegli una versione precedente ti sarà più facile seguire la guida sull'autobed.

lo z safe homing non c'entra con il tipo di autobed:

Quote
sito marlin
Z Safe Homing prevents Z from homing when the probe (or nozzle) is outside bed area by moving to a defined XY point (by default, the middle of the bed) before Z Homing when homing all axes with G28. As a side-effect, X and Y homing are required before Z homing. If stepper drivers time out, X and Y homing will be required again.

Enable this option if a probe (not an endstop) is being used for Z homing. Z Safe Homing isn’t needed if a Z endstop is used for homing, but it may also be enabled just to have XY always move to some custom position after homing.

Quote
configuratore MK
Z SAFE HOMING
Z safe homing. If you have not Z endstop in X0 e Y0.

stai usando un sensore per l'autobed mettendolo su ymax è ti aspetti che funzioni? hai modificato il firmware per dirgli che stai usando ymax e che deve usare zmin e zmax per gli endstop z?

usi il configuratore online o modifichi a mano?
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 26, 2020 09:11AM
Ho visto tre tue risposte così su tre discussioni:

Il quote serve, quando si è in una discussione con molte persone, per replicare il messaggio dell'utente al quale si vuole rispondere (Ovviamente in una discussione lineare tra due utenti ha poco senso).

Nel tuo caso hai quotato un messaggio, ma senza aggiungere nulla...


Alessandro

Prusa I3 Rework molto modificata - Taurino Classic - Ramps 1.4 - Driver DVR8825 - Titan Extruder e Hotend E3D V6 - Bltouch originale - Firmware MarlinKimbra - Cura - Repetier Host
Re: LIVELLAMENTO DEL LETTO CON SONDA
June 27, 2020 05:18PM
Ops... ho frainteso
Sorry, only registered users may post in this forum.

Click here to login