LIVELLAMENTO DEL LETTO CON SONDA June 23, 2020 05:01AM |
Registered: 4 years ago Posts: 66 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 23, 2020 05:46AM |
Registered: 10 years ago Posts: 3,268 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 23, 2020 06:10AM |
Registered: 4 years ago Posts: 66 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 23, 2020 07:43AM |
Registered: 10 years ago Posts: 3,268 |
/***************************************************************************************** ********************************** 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. * * * *****************************************************************************************/
#define AUTO_BED_LEVELING_BILINEAR
#define LEFT_PROBE_BED_POSITION 30 #define RIGHT_PROBE_BED_POSITION 170 #define FRONT_PROBE_BED_POSITION 30 #define BACK_PROBE_BED_POSITION 170
Re: LIVELLAMENTO DEL LETTO CON SONDA June 24, 2020 06:11AM |
Registered: 4 years ago Posts: 66 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 24, 2020 06:25AM |
Registered: 4 years ago Posts: 66 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 24, 2020 07:36AM |
Registered: 10 years ago Posts: 3,268 |
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.
Re: LIVELLAMENTO DEL LETTO CON SONDA June 24, 2020 09:43AM |
Registered: 4 years ago Posts: 66 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 25, 2020 09:33AM |
Registered: 4 years ago Posts: 66 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 25, 2020 03:01PM |
Registered: 4 years ago Posts: 66 |
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 |
Registered: 10 years ago Posts: 3,268 |
Re: LIVELLAMENTO DEL LETTO CON SONDA June 27, 2020 05:18PM |
Registered: 4 years ago Posts: 66 |