Re: PiBot Optical Reflection Endstop ![]() February 10, 2016 07:38AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() February 10, 2016 07:43AM |
Registered: 10 years ago Posts: 860 |
Re: PiBot Optical Reflection Endstop ![]() February 10, 2016 07:57AM |
Registered: 11 years ago Posts: 415 |
Re: PiBot Optical Reflection Endstop ![]() February 10, 2016 09:54AM |
Registered: 9 years ago Posts: 167 |
Re: PiBot Optical Reflection Endstop ![]() February 10, 2016 11:47AM |
Registered: 10 years ago Posts: 860 |
Quote
MagoKimbra
Ma non è un setup di fine sono i valori di offset, l'indicazione in comment serve per far capire che un numero negativo vuol dire probe a sinistra del nozzle,
mentre un numero positivo a destra del nozzle....
Stessa cosa su Y...
Re: PiBot Optical Reflection Endstop ![]() February 10, 2016 01:37PM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() February 11, 2016 03:56AM |
Registered: 9 years ago Posts: 167 |
Re: PiBot Optical Reflection Endstop ![]() March 02, 2016 01:16AM |
Registered: 11 years ago Posts: 224 |
Re: PiBot Optical Reflection Endstop ![]() May 06, 2016 07:30AM |
Registered: 9 years ago Posts: 474 |
Re: PiBot Optical Reflection Endstop ![]() May 07, 2016 02:08AM |
Registered: 9 years ago Posts: 474 |
Re: PiBot Optical Reflection Endstop ![]() May 07, 2016 02:46AM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() May 07, 2016 08:12AM |
Registered: 9 years ago Posts: 474 |
Re: PiBot Optical Reflection Endstop ![]() May 28, 2016 12:59PM |
Registered: 9 years ago Posts: 474 |
// coarse Endstop Settings //#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #ifndef ENDSTOPPULLUPS // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined #define ENDSTOPPULLUP_XMAX #define ENDSTOPPULLUP_YMAX #define ENDSTOPPULLUP_ZMAX #define ENDSTOPPULLUP_XMIN #define ENDSTOPPULLUP_YMIN //#define ENDSTOPPULLUP_ZMIN #define ENDSTOPPULLUP_ZPROBE #define ENDSTOPPULLUP_EMIN #endif // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). #define X_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define Y_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define Z_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define E_MIN_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define X_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define Y_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. #define Z_PROBE_ENDSTOP_LOGIC false // set to true to invert the logic of the endstop. // If you want to enable the Z Probe pin, but disable its use, uncomment the line below. // Z PROBE ENDSTOP must are active if you want Autocalibration #define Z_PROBE_ENDSTOP
Re: PiBot Optical Reflection Endstop ![]() May 28, 2016 02:24PM |
Registered: 11 years ago Posts: 6,409 |
Re: PiBot Optical Reflection Endstop ![]() May 28, 2016 04:30PM |
Registered: 9 years ago Posts: 474 |
Re: PiBot Optical Reflection Endstop ![]() May 29, 2016 03:33AM |
Registered: 9 years ago Posts: 474 |
Re: PiBot Optical Reflection Endstop ![]() May 31, 2016 12:43PM |
Registered: 9 years ago Posts: 24 |
Re: PiBot Optical Reflection Endstop ![]() September 16, 2016 04:47AM |
Registered: 9 years ago Posts: 1,409 |
Re: PiBot Optical Reflection Endstop ![]() September 23, 2016 08:36AM |
Registered: 9 years ago Posts: 1,409 |
Re: PiBot Optical Reflection Endstop ![]() February 24, 2017 10:25AM |
Registered: 10 years ago Posts: 123 |