How to use z probe with OpenDACT
How to use z probe with OpenDACT
I was wondering if there was an installation guide for a z probe to work with OpenDACT
-
- Printmaster!
- Posts: 70
- Joined: Tue Aug 25, 2015 10:15 am
Re: How to use z probe with OpenDACT
i can tell you how i did it i wanted to write a short guide but im currently under a bit of stress so ill just post a quick walkthroughdsl158 wrote:I was wondering if there was an installation guide for a z probe to work with OpenDACT
you have to wire a Z probe of your choice i took a mechanical endstop switch and wired it to the z-min endstops of the rambo soldering the a cable to jumper pins and pluggging them in correctly.
you then have to choose a mount for your zprobe i got an e3d and found this wonderful mount on this board it works wonders try to use a mount wich has no x and y offsets since i couldnt get it to work with offsets http://forum.seemecnc.com/viewtopic.php ... obe#p77845
afterwards you have to specify in the eeprom where you located your Z-Probe(if its z-min like mine you can use this
Code: Select all
Code: Select all
#define FEATURE_Z_PROBE true
#define Z_PROBE_PIN 10(this is where it is plugged in)
#define Z_PROBE_PULLUP true
#define Z_PROBE_ON_HIGH true(this is for the logic when you want the probe to trigger most probes have NC (normally closed) and NO(Normally Open) contacs .so if you have messed up the wiring you can change the logic to the one you need here)
#define Z_PROBE_X_OFFSET 0
#define Z_PROBE_Y_OFFSET 0
#define Z_PROBE_WAIT_BEFORE_TEST false
#define Z_PROBE_SPEED 2
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_HEIGHT 39.91(this is the height difference between the nozzle and the switch activation point measure it using the paper grip method on the nozzle then mount the probe and bring it down till it triggers use 2-3 trys to get the most accurate trigger point possible)
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
if you got everything wrap it under your hotend open the opendact tool and go to advanced and change the fsr to the z probe specify the z height and give opendact some room to brief for the first few calibrations with probe height 20 or so i like to probe very slow with a mechanical switch so it doesnt change the probing point so much(something like 3-5mms is okay)
if you got questions i can help you i ccan post pictures of my setup too if you want . i have calibrated once with this and i havent had the need to recalibrate since then but if MY ZPROBE IS READY

Re: How to use z probe with OpenDACT
If you cool if you could post some pictures of your probe. Could you also show how you mounted it?derzaubererer wrote:i can tell you how i did it i wanted to write a short guide but im currently under a bit of stress so ill just post a quick walkthroughdsl158 wrote:I was wondering if there was an installation guide for a z probe to work with OpenDACT
you have to wire a Z probe of your choice i took a mechanical endstop switch and wired it to the z-min endstops of the rambo soldering the a cable to jumper pins and pluggging them in correctly.
you then have to choose a mount for your zprobe i got an e3d and found this wonderful mount on this board it works wonders try to use a mount wich has no x and y offsets since i couldnt get it to work with offsets http://forum.seemecnc.com/viewtopic.php ... obe#p77845
afterwards you have to specify in the eeprom where you located your Z-Probe(if its z-min like mine you can use this
when you have reflashed your eeprom you need to test your zprobe with the g32 command when you have z probe on high true it should read low when not pressed and high when pressedCode: Select all
Code: Select all #define FEATURE_Z_PROBE true #define Z_PROBE_PIN 10(this is where it is plugged in) #define Z_PROBE_PULLUP true #define Z_PROBE_ON_HIGH true(this is for the logic when you want the probe to trigger most probes have NC (normally closed) and NO(Normally Open) contacs .so if you have messed up the wiring you can change the logic to the one you need here) #define Z_PROBE_X_OFFSET 0 #define Z_PROBE_Y_OFFSET 0 #define Z_PROBE_WAIT_BEFORE_TEST false #define Z_PROBE_SPEED 2 #define Z_PROBE_XY_SPEED 150 #define Z_PROBE_HEIGHT 39.91(this is the height difference between the nozzle and the switch activation point measure it using the paper grip method on the nozzle then mount the probe and bring it down till it triggers use 2-3 trys to get the most accurate trigger point possible) #define Z_PROBE_START_SCRIPT "" #define Z_PROBE_FINISHED_SCRIPT ""
if you got everything wrap it under your hotend open the opendact tool and go to advanced and change the fsr to the z probe specify the z height and give opendact some room to brief for the first few calibrations with probe height 20 or so i like to probe very slow with a mechanical switch so it doesnt change the probing point so much(something like 3-5mms is okay)
if you got questions i can help you i ccan post pictures of my setup too if you want . i have calibrated once with this and i havent had the need to recalibrate since then but if MY ZPROBE IS READY
-
- Printmaster!
- Posts: 70
- Joined: Tue Aug 25, 2015 10:15 am
Re: How to use z probe with OpenDACT
i pretty much took the mount and superglued a similar probe to this
http://www.thingiverse.com/thing:1069281
http://www.thingiverse.com/thing:1069281
Re: How to use z probe with OpenDACT
God can you find this switch on amazon or something. Anywhere but that site. Alaska and Hawaii get it quicker than I willderzaubererer wrote:i pretty much took the mount and superglued a similar probe to this
http://www.thingiverse.com/thing:1069281
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: How to use z probe with OpenDACT

Panasonic G16909 micro-switch. Marked with AV46h. Happy hunting!
-
- Printmaster!
- Posts: 70
- Joined: Tue Aug 25, 2015 10:15 am
Re: How to use z probe with OpenDACT
i dont have the same switch it was a switch that was almost the same size i superglued it on the stand and it works wonders
Re: How to use z probe with OpenDACT
can you link it?derzaubererer wrote:i dont have the same switch it was a switch that was almost the same size i superglued it on the stand and it works wonders
Re: How to use z probe with OpenDACT
Did you get your probe working? I noticed your thread in troubleshootingJimustanguitar wrote:Buying 50 of them for $10 was worth the wait, originally.
Panasonic G16909 micro-switch. Marked with AV46h. Happy hunting!
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: How to use z probe with OpenDACT
Haven't tried again yet, I've got a deadline that I'm printing for and haven't taken it out of commission to try again yet.dsl158 wrote:Did you get your probe working? I noticed your thread in troubleshooting
Also half way hoping that this thread pans out and finds my smoking gun before I do

Re: How to use z probe with OpenDACT
when derzaubererer links his switch I will tryJimustanguitar wrote:Haven't tried again yet, I've got a deadline that I'm printing for and haven't taken it out of commission to try again yet.dsl158 wrote:Did you get your probe working? I noticed your thread in troubleshooting
Also half way hoping that this thread pans out and finds my smoking gun before I do
Re: How to use z probe with OpenDACT
PSST! INSTALL FSRs! 
g.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
-
- Printmaster!
- Posts: 70
- Joined: Tue Aug 25, 2015 10:15 am
Re: How to use z probe with OpenDACT
as if you knew that they will arrive today:)))geneb wrote:PSST! INSTALL FSRs!
g.
ill probably gonna put them on the rostock this weekend but its so hard to find the bed screws here in europe:O ill probably gonna end up flexxing them shorter..
Re: How to use z probe with OpenDACT
Yes please show us masterderzaubererer wrote:as if you knew that they will arrive today:)))geneb wrote:PSST! INSTALL FSRs!
g.
ill probably gonna put them on the rostock this weekend but its so hard to find the bed screws here in europe:O ill probably gonna end up flexxing them shorter..
-
- Printmaster!
- Posts: 70
- Joined: Tue Aug 25, 2015 10:15 am
Re: How to use z probe with OpenDACT
i really hope geneb walks me through this my ball arms arrived today aswell and when i get home ill prepare everything i need ill reprint the mounts for the fsr to give me a feel how this will work.ill probably open a thread when i get everything so i can ask questions while building it.dsl158 wrote:Yes please show us masterderzaubererer wrote:as if you knew that they will arrive today:)))geneb wrote:PSST! INSTALL FSRs!
g.
ill probably gonna put them on the rostock this weekend but its so hard to find the bed screws here in europe:O ill probably gonna end up flexxing them shorter..
Re: How to use z probe with OpenDACT
Sorry, I simply don't have the time. Everything you guys need to know is in mhackney's build thread.
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Re: How to use z probe with OpenDACT
Im having trouble with your probe mount, it doesnt seem to want to fit onto my block. The mount is too big am I doing something wrong?Jimustanguitar wrote:Buying 50 of them for $10 was worth the wait, originally.
Panasonic G16909 micro-switch. Marked with AV46h. Happy hunting!
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: How to use z probe with OpenDACT
Is your heater block roughly 16 x 20 x 11.5 millimeters?
Re: How to use z probe with OpenDACT
I just measured it and it is 16 x 20 x 11.5Jimustanguitar wrote:Is your heater block roughly 16 x 20 x 11.5 millimeters?
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: How to use z probe with OpenDACT
So which dimension of the mount doesn't fit? Can you take pictures and measurements?
Re: How to use z probe with OpenDACT
I threw it out Ill make another one and take a picture when I get homeJimustanguitar wrote:So which dimension of the mount doesn't fit? Can you take pictures and measurements?
Re: How to use z probe with OpenDACT
This hasnt been the first thing to not fit. The top cover for my e3d v6 that I printed out didnt fitJimustanguitar wrote:So which dimension of the mount doesn't fit? Can you take pictures and measurements?
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: How to use z probe with OpenDACT
Sounds like you might have an XY scaling issue.
Re: How to use z probe with OpenDACT
How do I solve that because all my prints are too bigJimustanguitar wrote:Sounds like you might have an XY scaling issue.
Re: How to use z probe with OpenDACT
When I scale the object to 0.81 it fitsJimustanguitar wrote:Sounds like you might have an XY scaling issue.