EZ Probe Attachment for Rostock MAX

All things related to the Rostock MAX 3D Printer, the worlds FIRST Delta kit!
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: EZ Probe Attachment for Rostock MAX

Post by lordbinky »

geneb wrote:Did you consider copying the Type 97 table from the RepetierMAX branch? :)

g.
:( Yeah.. and I also had derived values for my thermistors in the other two tables, so the values were different. Nothing made a differences so any time I had a generic table selected though, it just stayed 0°C and wouldn't change regardless of temp.
User avatar
Flateric
Printmaster!
Posts: 811
Joined: Fri Feb 15, 2013 4:35 pm
Location: Calgary, Alberta

Re: EZ Probe Attachment for Rostock MAX

Post by Flateric »

Just a crazy thought, did you try jumping the thermistors to different thermistor inputs? I vaguely seem to remember having to do that with my rambo when I ran 0.90alpha firmware with it.
"Now you see why evil will always triumph! Because good is dumb." - Spaceballs
edward
Printmaster!
Posts: 207
Joined: Mon Jun 03, 2013 8:55 am
Location: Fort Wayne, IN
Contact:

Re: EZ Probe Attachment for Rostock MAX

Post by edward »

Flateric wrote:Sorry about that, yes, I was referring to the firmware revision number not the host version number which are both very confusingly similar in numbering.

I was running 0.90 alpha FIRMWARE, and the commonly available 90c HOST.

But you mention that the 0.91 has just been issued. Are you referring to host or firmware now?
Host.

Well, maybe issued isn't the correct word. But, if you view the changelog for Repetier-Host, a few days ago some changes were made and labeled 0.91.

See https://github.com/repetier/Repetier-Ho ... ngelog.txt

I'm glad to hear that the 0.90alpha firmware is stable enough to use, all usual development-software caveats withstanding. Now I know what I'll be wasting my weekend doing...

Edit: I finally just managed to figure out how to build the Repetier-Host software with xbuild on 'buntu linux! No major, noticeable, changes over 0.90c, though :|
My Thingiverse profile: http://www.thingiverse.com/edwardh
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: EZ Probe Attachment for Rostock MAX

Post by lordbinky »

Flateric wrote:Just a crazy thought, did you try jumping the thermistors to different thermistor inputs? I vaguely seem to remember having to do that with my rambo when I ran 0.90alpha firmware with it.
I did not try that...since the preset tables were working just fine it didn't cross my mind to change inputs.
karlo
Prints-a-lot
Posts: 21
Joined: Fri May 17, 2013 9:07 am

Re: EZ Probe Attachment for Rostock MAX

Post by karlo »

There's a bug in the code for the generic thermistor tables. After fixing, everything appears to function as expected. Patch:

Code: Select all

diff --git a/src/ArduinoAVR/Repetier/Extruder.cpp b/src/ArduinoAVR/Repetier/Extruder.cpp
index 4d481f6..3cd6fb7 100644
--- a/src/ArduinoAVR/Repetier/Extruder.cpp
+++ b/src/ArduinoAVR/Repetier/Extruder.cpp
@@ -680,6 +680,7 @@ void TemperatureController::updateCurrentTemperature()
         short oldraw = temptable[0];
         short oldtemp = temptable[1];
         short newraw,newtemp;
+        currentTemperature = (1023<<(2-ANALOG_REDUCE_BITS))-currentTemperature;
         while(i<GENERIC_THERM_NUM_ENTRIES*2)
         {
             newraw = temptable[i++];

Caveat emptor: don't blame me when the printer catches fire.

- Karl
User avatar
Flateric
Printmaster!
Posts: 811
Joined: Fri Feb 15, 2013 4:35 pm
Location: Calgary, Alberta

Re: EZ Probe Attachment for Rostock MAX

Post by Flateric »

I don't use the generic thermistor tables, this explains why I was not having any issues.
"Now you see why evil will always triumph! Because good is dumb." - Spaceballs
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: EZ Probe Attachment for Rostock MAX

Post by lordbinky »

Well after just going through the list I had found whatever #8 was to match really close to my thermocouple so I just had gone with that. I had a print stop at 2:32 before if completed on a 2hr print.....The printer just said 'Idle' and was unresponsive. @#$%! Now I question too many things because the firmware isn't a stable version..*sigh*
User avatar
Flateric
Printmaster!
Posts: 811
Joined: Fri Feb 15, 2013 4:35 pm
Location: Calgary, Alberta

Re: EZ Probe Attachment for Rostock MAX

Post by Flateric »

I am pumping out print after print now with the alpha code without issues. Turn on ping pong communications. Binary is fine in my testing.

1 big thing I have noted, when the LCD panel is plugged in my problems with errors and canceled print go through the roof. I tried some short ribbon cable and put a ferrite ring on each of them and my problems almost went entirely away. I say almost because I cannot truely trace the one lock I had back to the LCD with shorter cables. But if I switch to the longer ones without the noise reducing ferrite bead I simply cannot use my printer. It WILL lock.

So for now I have simply unplugged my LCD altogether and have had zero issues of any kind.

I am now fully converted into a v0.90 follower. I find it totally stable and has so very many useful features I can no longer do without. (favorite being my often mentioned realtime adjustable delta radius DURING the print in progress. I have never EVER been so dialed in with my delta radius previous to this. It is flawless now because of this feature)
"Now you see why evil will always triumph! Because good is dumb." - Spaceballs
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: EZ Probe Attachment for Rostock MAX

Post by geneb »

Karl, would you please submit that patch to Roland (Repetier)?

Thanks!

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
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: EZ Probe Attachment for Rostock MAX

Post by lordbinky »

Thanks Flateric, I'll try that. I also have some fairly repeatable (in causing an issue) funny behavior when I had to go through bed leveling in giving the printer quick commands that queued up, such as kill a print and home. Maybe the LCD trick my help it. One time I killed the print and it resumed printing at the top, or sometimes it just get’s downright confused accidently hitting multiple script shortcuts in repetier host. Sadly I still do a lot of recalibrating since my onyx like to warp differently each thermal cycle, I have the SeeMeCNC borosilicate plate on top of the Onyx and it does it regardless of clamping or screw tightness looseness. it’s about to get a complete teardown and more* for misbehaving.

*More being I was given a chunk of scrap aluminum that can be reduced to a 12in circle… the bigger problem than finding someone locally to mill it extremely level is that it is an inch thick… The price was right, the construction guys let me dig in their scrap bin and have it for free :D .
karlo
Prints-a-lot
Posts: 21
Joined: Fri May 17, 2013 9:07 am

Re: EZ Probe Attachment for Rostock MAX

Post by karlo »

Gene: I sent a pull request on github. I'll let you know if it gets picked up.

- Karl
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: EZ Probe Attachment for Rostock MAX

Post by geneb »

Pull or push? :)

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
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: EZ Probe Attachment for Rostock MAX

Post by lordbinky »

geneb wrote:Pull or push? :)

g.
Yes.
User avatar
lordbinky
Printmaster!
Posts: 744
Joined: Sat May 18, 2013 3:53 am
Location: Tri Cities Washington

Re: EZ Probe Attachment for Rostock MAX

Post by lordbinky »

I was writing work instructions and people throw a fit if the document says to open/close a breaker if it says off/on, or vise versa. So I called up to my hoist operator to check the breaker label, and I asked 'Does it say open/close or off/on', his response was 'Yes'... even after I asked it again :shock: .
karlo
Prints-a-lot
Posts: 21
Joined: Fri May 17, 2013 9:07 am

Re: EZ Probe Attachment for Rostock MAX

Post by karlo »

Gene: Roland pulled (as in "accepted") my fix today.

- Karl
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: EZ Probe Attachment for Rostock MAX

Post by geneb »

\o/
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
inventabuild
Printmaster!
Posts: 137
Joined: Wed May 22, 2013 10:53 pm

Re: EZ Probe Attachment for Rostock MAX

Post by inventabuild »

Any sort of a development timeline for this?
Gimbal
Printmaster!
Posts: 44
Joined: Tue May 28, 2013 10:25 am

Re: EZ Probe Attachment for Rostock MAX

Post by Gimbal »

PartDaddy wrote:http://www.youtube.com/watch?v=dyleBUd25wo

The probe has a limit switch type connection to the RAMBo. The wires are not attached yet to the probe shown in the video. I was planning on using a piece of PTFE tube stuck into a hole which would be drilled beside the probe. Picture two wires coming out of the end of the PFTE tubing (like a whip) and leading down to the probe.

The software to integrate this has not been written yet. The algorithm will probe 4 points. One at each tower and one in the center. While the three tower points define a plane, the center point will allow for spherical calculations, like center point and radius. The software stores the new values and begins your print.

This should eliminate the need manually set the z height as well as eliminate the need to manually set the delta radius offset. Basically, this saves you a bunch of time. And if the machine is moved from place to place, you can quickly auto-calibrate and start printing.
Still waiting for the software ;-)
User avatar
vile_fly
Plasticator
Posts: 9
Joined: Sat Sep 07, 2013 2:57 pm

Re: EZ Probe Attachment for Rostock MAX

Post by vile_fly »

Stupid question here. If the Z probe is to be wired, how do you keep it from snagging on things and looking messy?

I'm just a noob, but I would simply put an IR transistor on the effector, and a coin cell and IR led on the Z probe, activated by the microswitch that you already have on it.
Can't remember if the limit switch has a pwr, gnd, and signal input pin designation, but it would work easily if it did. The umbilical cord can handle some tiny wires for the IR transistor/module. I suspect a IR transistor with integrated darlington paired with it will work nicely in a pull-down configuration with a current limiting resistor. Or you can use a photocell, but I don't think it has the response time needed.
If you choose a magnetic reed switch on the effector, and an electromagnetic coil on the battery powered Z probe......that would work, too.
Radio control is a bit overkill, and would probably add too much to the cost of mass production.
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7159
Joined: Sun Apr 01, 2012 5:26 pm

Re: EZ Probe Attachment for Rostock MAX

Post by Eaglezsoar »

Oh gods of 3D, when is it going to happen? My anticipation is giving me panic attacks.
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: EZ Probe Attachment for Rostock MAX

Post by geneb »

Jeeze, you guys are worse than meth addicts. :) I dub thee The SeeMeCNC Pinkman Brigade! :)

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
cope413
Printmaster!
Posts: 446
Joined: Sun Jun 30, 2013 5:52 pm
Location: Orange County, CA
Contact:

Re: EZ Probe Attachment for Rostock MAX

Post by cope413 »

Will this really improve print quality that much? I've gotten my bed leveling/z-height to within a few thou, is the probes' tolerance going to be much tighter?

I now have over 350 hours on my machine that I purchased late June. I've had to recalibrate exactly twice - and once was because I installed a new hotend.

How often are you all needing to recalibrate?

I feel like this is either for lazy people or for new machines/users.
Fellow Philosophy majors unite!

"The proverbial achilles heel of property monistic epiphenomenalism is the apparent impossibility of ex-nihilo materialization of non-structural and qualitatively new causal powers."
GarageBay9
Printmaster!
Posts: 42
Joined: Tue Aug 13, 2013 10:03 pm

Re: EZ Probe Attachment for Rostock MAX

Post by GarageBay9 »

cope413 wrote:Will this really improve print quality that much? I've gotten my bed leveling/z-height to within a few thou, is the probes' tolerance going to be much tighter?

I now have over 350 hours on my machine that I purchased late June. I've had to recalibrate exactly twice - and once was because I installed a new hotend.

How often are you all needing to recalibrate?

I feel like this is either for lazy people or for new machines/users.
I dunno, man, I sure would have loved to have this thing when I discovered the hard way that my print bed was an entire 0.2mm higher when it had been at 95c for several hours. Sure would have saved me a lot of swearing and panic.

Also makes switching extruders basically plug-and-play. :D
User avatar
vile_fly
Plasticator
Posts: 9
Joined: Sat Sep 07, 2013 2:57 pm

Re: EZ Probe Attachment for Rostock MAX

Post by vile_fly »

Sorry cope, but some of us like to take our tools with us to solve certain problems at workplaces.....and time is money. So speed of calibration is key. As for my manual calibration.....I have had lathes give me more hell calibrating and zeroing. This one was easy. The first print was spot on perfect. The good instructions on zeroing were very good.

Just remember.....some of us have more than one type of machine to tend to, and need to shave our time down so that other machines can be set up for totally different jobs that have nothing to do with 3d printing.
A 3d printer salesman would agree with this totally. Demos are the stuff with which you bargain with in the tool industry. Makefaire is a perfect example, which is where I saw the Rostock Max in action, and bought the kit later on.
Lazy? No. Busy fixing other machines while this one hums away. I never considered the rostock max a toy.
Gimbal
Printmaster!
Posts: 44
Joined: Tue May 28, 2013 10:25 am

Re: EZ Probe Attachment for Rostock MAX

Post by Gimbal »

vile_fly wrote:Sorry cope, but some of us like to take our tools with us to solve certain problems at workplaces.....and time is money. So speed of calibration is key. As for my manual calibration.....I have had lathes give me more hell calibrating and zeroing. This one was easy. The first print was spot on perfect. The good instructions on zeroing were very good.

Just remember.....some of us have more than one type of machine to tend to, and need to shave our time down so that other machines can be set up for totally different jobs that have nothing to do with 3d printing.
A 3d printer salesman would agree with this totally. Demos are the stuff with which you bargain with in the tool industry. Makefaire is a perfect example, which is where I saw the Rostock Max in action, and bought the kit later on.
Lazy? No. Busy fixing other machines while this one hums away. I never considered the rostock max a toy.
+1
Post Reply

Return to “Rostock MAX”