Re: Precision Piezo Z-probe Now available. March 22, 2018 01:37PM |
Registered: 9 years ago Posts: 77 |
Re: Precision Piezo Z-probe Now available. March 22, 2018 01:42PM |
Registered: 7 years ago Posts: 35 |
Re: Precision Piezo Z-probe Now available. March 23, 2018 01:54AM |
Registered: 6 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. March 23, 2018 03:05AM |
Registered: 9 years ago Posts: 3,525 |
// Speed for the first approach when double-probing (MULTIPLE_PROBING == 2) #define Z_PROBE_SPEED_FAST 400 // Speed for the "accurate" probe of each point #define Z_PROBE_SPEED_SLOW 400
#define X_HOME_BUMP_MM 5 #define Y_HOME_BUMP_MM 5 #define Z_HOME_BUMP_MM 2 #define HOMING_BUMP_DIVISOR { 2, 2, 1 } // Re-Bump
Re: Precision Piezo Z-probe Now available. March 23, 2018 08:13AM |
Registered: 6 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. March 23, 2018 08:33AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 23, 2018 02:22PM |
Registered: 8 years ago Posts: 34 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 04:20AM |
Registered: 9 years ago Posts: 5,232 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 04:33AM |
Registered: 8 years ago Posts: 34 |
/ The number of probes to perform at each point. // Set to 2 for a fast/slow probe, using the second probe result. // Set to 3 or more for slow probes, averaging the results. //#define MULTIPLE_PROBING 2 // commenting out this disables bumping on probing
/ Homing hits each endstop, retracts by these distances, then does a slower bump. #define X_HOME_BUMP_MM 0 // zero disable bumping #define Y_HOME_BUMP_MM 0 // zero disable bumping #define Z_HOME_BUMP_MM 0 // zero disable bumping #define HOMING_BUMP_DIVISOR { 10, 10, 10 } // Re-Bump Speed Divisor (Divides the Homing Feedrate) //#define QUICK_HOME // If homing includes X and Y, do a diagonal move initially
Re: Precision Piezo Z-probe Now available. March 24, 2018 10:14AM |
Registered: 7 years ago Posts: 54 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 10:27AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 10:36AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 11:53AM |
Registered: 7 years ago Posts: 54 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 01:14PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 02:21PM |
Registered: 8 years ago Posts: 34 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 04:43PM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 24, 2018 07:01PM |
Registered: 7 years ago Posts: 128 |
Re: Precision Piezo Z-probe Now available. March 25, 2018 03:30AM |
Registered: 9 years ago Posts: 5,232 |
Re: Precision Piezo Z-probe Now available. March 25, 2018 04:28AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 26, 2018 02:55PM |
Registered: 7 years ago Posts: 61 |
Re: Precision Piezo Z-probe Now available. March 27, 2018 10:47AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 27, 2018 07:30PM |
Registered: 7 years ago Posts: 61 |
Re: Precision Piezo Z-probe Now available. March 28, 2018 03:10AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. March 28, 2018 03:31AM |
Registered: 6 years ago Posts: 16 |
Re: Precision Piezo Z-probe Now available. March 28, 2018 04:17AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. April 01, 2018 01:59PM |
Registered: 6 years ago Posts: 42 |
Re: Precision Piezo Z-probe Now available. April 01, 2018 04:26PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. April 01, 2018 05:33PM |
Registered: 6 years ago Posts: 42 |
Quote
DjDemonD
We haven't yet come up with a definitive solution for an original i3 mk2/3 machine mainly due to not having one to play with, but a mk1/1.5 rework type I3 can easily use the Piezo20 or the new Orion sensor, just insert it into the groovemount and insert the hotend into the sensor.
Re: Precision Piezo Z-probe Now available. April 02, 2018 03:41AM |
Registered: 7 years ago Posts: 137 |
Re: Precision Piezo Z-probe Now available. April 02, 2018 03:50AM |
Registered: 9 years ago Posts: 3,525 |
Quote
JoeK1973
Quote
DjDemonD
We haven't yet come up with a definitive solution for an original i3 mk2/3 machine mainly due to not having one to play with, but a mk1/1.5 rework type I3 can easily use the Piezo20 or the new Orion sensor, just insert it into the groovemount and insert the hotend into the sensor.
Sorry, how do you mean groove mount? The i3 rework (by emotiontech?} has a direct drive extruder (I think) - basically a single extruder body onto which the motor, inductive sensor, bearing, spring assembly etc all attach. This extruder body then bolts onto the x-carriage. Not sure which bit is the groove mount.
Great project by the way, seriously well done for getting it working as well as it obviously works.