01-07-2022, 08:42 PM
Hola a todos,
Estoy intentando acelerar el proceso del G28 y G29 , he empezado a toquetear velocidades y...
Alguna cosa he modificado que no deberia.
Ahora al hacer el home X e Y , como siempre, pero con Z solo me hace el acercamiento rapido , pero el lento no. Os copio las partes de marlin que he modificado
¿Alguna idea?
// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 8
// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (75*60)
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST (8*60)
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 2)
Estoy intentando acelerar el proceso del G28 y G29 , he empezado a toquetear velocidades y...
Alguna cosa he modificado que no deberia.
Ahora al hacer el home X e Y , como siempre, pero con Z solo me hace el acercamiento rapido , pero el lento no. Os copio las partes de marlin que he modificado
¿Alguna idea?
// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 8
// X and Y axis travel speed (mm/min) between probes
#define XY_PROBE_FEEDRATE (75*60)
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST (8*60)
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 2)