Re: Precision Piezo Z-probe Now available. March 07, 2018 03:56AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 07, 2018 04:23AM |
Registered: 9 years ago Posts: 3,525 |
#define FIX_MOUNTED_PROBE
// @section homing // Specify here all the endstop connectors that are connected to any endstop or probe. // Almost all printers will be using one per axis. Probes will use one or more of the // extra connectors. Leave undefined any used for non-endstop and non-probe purposes. #define USE_XMIN_PLUG #define USE_YMIN_PLUG #define USE_ZMIN_PLUG //#define USE_XMAX_PLUG //#define USE_YMAX_PLUG //#define USE_ZMAX_PLUG // coarse Endstop Settings //#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors #if DISABLED(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_ZMIN_PROBE #endif // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup). #define X_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Y_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop. #define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the probe.
#define DELAY_BEFORE_PROBING 400
Re: Precision Piezo Z-probe Now available. March 08, 2018 12:37AM |
Registered: 7 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. March 09, 2018 05:12PM |
Registered: 7 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. March 09, 2018 05:51PM |
Registered: 7 years ago Posts: 54 |
Re: Precision Piezo Z-probe Now available. March 09, 2018 05:54PM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 09, 2018 07:14PM |
Registered: 7 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. March 09, 2018 07:24PM |
Registered: 7 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 03:27AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 03:39AM |
Registered: 9 years ago Posts: 5,232 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 08:24AM |
Registered: 7 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 08:54AM |
Registered: 9 years ago Posts: 1,671 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 09:00AM |
Registered: 7 years ago Posts: 5 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 10:33AM |
Registered: 7 years ago Posts: 54 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 11:14AM |
Registered: 7 years ago Posts: 60 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 11:30AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 12:13PM |
Registered: 7 years ago Posts: 54 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 12:45PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 10, 2018 01:20PM |
Registered: 7 years ago Posts: 54 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 03:49AM |
Registered: 7 years ago Posts: 25 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 05:46AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 05:55AM |
Registered: 10 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 06:29AM |
Registered: 7 years ago Posts: 25 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 06:36AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 06:52AM |
Registered: 7 years ago Posts: 25 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 08:06AM |
Registered: 7 years ago Posts: 25 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 08:17AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 02:57PM |
Registered: 8 years ago Posts: 257 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 03:06PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 11, 2018 06:36PM |
Registered: 7 years ago Posts: 60 |