Stampante come fresa May 20, 2015 01:42AM |
Registered: 11 years ago Posts: 224 |
Re: Stampante come fresa May 20, 2015 03:36AM |
Registered: 10 years ago Posts: 3,268 |
#define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS. #define max_software_endstops true // If true, axis won't move to coordinates greater than the defined lengths below.
Re: Stampante come fresa May 20, 2015 01:56PM |
Registered: 10 years ago Posts: 6,409 |
#define Z_MAX_POS 100 #define Z_MIN_POS -100
Re: Stampante come fresa May 20, 2015 02:25PM |
Registered: 10 years ago Posts: 3,268 |