Duet - Z Probe - Bed Leveling August 13, 2015 11:20AM |
Registered: 9 years ago Posts: 7 |
Re: Duet - Z Probe - Bed Leveling August 13, 2015 11:30AM |
Registered: 11 years ago Posts: 14,686 |
Quote
grandleo75
Hello,
I am hoping to get some help with using a Inductive Proximity Switch type probe. It detects my aluminum build plate. Its not a variable sensor, its a switch type.
1) When coding the M558, do I use P4?
Quote
grandleo75
2) RepRapWiki Says, if using P4 to connect that to Extruder 0 endstop. If I do that, does that mean I can not use the probe to home Z axis?
Re: Duet - Z Probe - Bed Leveling August 13, 2015 04:23PM |
Registered: 9 years ago Posts: 7 |
Re: Duet - Z Probe - Bed Leveling August 14, 2015 04:18AM |
Registered: 11 years ago Posts: 14,686 |
Quote
grandleo75
Does that mean my homez.g would look something like this?
G90
G1 X20 Z5 F200
G30 Z-0.5 S
G91 G1 Z5 F200 G90 G1 X100 Y100 G30