Depende del «firmware» que uses. Sprinter por ejemplo tiene definidas
de forma predeterminada unas coordenadas máximas a partir de las
cuales los motores ya no se mueven:
const bool min_software_endstops = false; //If true, axis won't move
to coordinates less than zero.
const bool max_software_endstops = true; //If true, axis won't move to
coordinates greater than the defined lengths below.
//-----------------------------------------------------------------------
//Max Length for Prusa Mendel, check the ways of your axis and set this Values
//-----------------------------------------------------------------------
const int X_MAX_LENGTH = 200;
const int Y_MAX_LENGTH = 200;
const int Z_MAX_LENGTH = 100;
Teacup por ejemplo también las tiene, pero vienen desactivadas:
/**
Soft axis limits, in mm.
Define them to your machine's size relative to what your host
considers to be the origin.
*/
//#define X_MIN 0.0
//#define X_MAX 200.0
//#define Y_MIN 0.0
//#define Y_MAX 200.0
//#define Z_MIN 0.0
//#define Z_MAX 140.0
2013/2/22 Juan Gálvez Cobo <
jdth...@gmail.com>:
> --
>
> ---
> Has recibido este mensaje porque estás suscrito al grupo "Clone Wars:
> Imprimiendo impresoras 3D" de Grupos de Google.
> Para anular la suscripción a este grupo y dejar de recibir sus correos
> electrónicos, envía un correo electrónico a
>
asrob-uc3m-impreso...@googlegroups.com.
> Para obtener más opciones, visita
https://groups.google.com/groups/opt_out.
>
>
--
Xoan Sampaiño [xoan@twitter|vimeo|flickr|delicious]
/\ Document Freedom Day - Liberate your documents
_\/`
http://documentfreedom.org/ - March 27th, 2013