Hola en mi configuration.h tengo definido el tamañó X e Y de la cama (200x200)
y la altura máxima en Z (180)
Peeeeero, cuando hago un G1 Z180 desde Homing solo me sube unos 2.8cm y no sube
más porque ya esta a 180 en Configuration.h
¿Que estoy haciendo mal, me estoy dejando o tengo mal configurado?
[font=Consolas, 'Courier New', monospace]Gracias de antemano!!!!![/font]
// The size of the printable area
#define X_BED_SIZE 200
#define Y_BED_SIZE 200
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 180 <----------
y la altura máxima en Z (180)
Peeeeero, cuando hago un G1 Z180 desde Homing solo me sube unos 2.8cm y no sube
más porque ya esta a 180 en Configuration.h
¿Que estoy haciendo mal, me estoy dejando o tengo mal configurado?
[font=Consolas, 'Courier New', monospace]Gracias de antemano!!!!![/font]
// The size of the printable area
#define X_BED_SIZE 200
#define Y_BED_SIZE 200
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 180 <----------
![[Imagen: Z-180.jpg]](https://i.ibb.co/LJ7SqJX/Z-180.jpg)