THE Rostock Max calibration guide

All things related to the Rostock MAX 3D Printer, the worlds FIRST Delta kit!
Post Reply
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

THE Rostock Max calibration guide

Post by Jimustanguitar »

There are a lot of Rostock Max calibration tips and tricks out there, but I’ve found that they are posted across several different threads that are difficult to search for. I’ve compiled the links and information that I found helpful while calibrating my Rostock Max. I make no claim to be an expert on the matter, this is just my experience with getting everything dialed in. There are multiple ways to do everything, so please test, tweak, modify, and enjoy!


After you’ve built your machine, there are a few things that you need to do before embarking on your first print.

End-stops and Motor Direction:
The first thing is to check that your end-stops are functioning and that your stepper motors are moving the right direction. Gene’s assembly manual does a great job of outlining this process (http://forum.seemecnc.com/viewtopic.php?f=39&t=987 ). In short, use the “M119” command to test all 3 snap-switches. Both that they function, and that the right one is plugged into the right axis. Then you’ll send the “G28” command, with your hand on the power switch, to see if the motors move up or not. If they move down, cut the power and reverse the motor direction. I suggest doing this with the wiring so that you don’t have to change it in your firmware each time you load a new version in the future.

Set Z Height
Next, you need to set your height. This is also outlined well in Gene’s manual (http://forum.seemecnc.com/viewtopic.php?f=39&t=987 ). Heat the bed and hot-end, home the axes, and jog the hot-end down (careful at the bottom) until you are about the thickness of a piece of paper from the heated bed. Then you can take that Z value (in the manual control window of Repetier) and add or subtract it from the X, Y, and Z "MAX LENGTH" numbers in the EEPROM and Repetier settings. There is also a good guide for mechanical setup that can be found here (http://minow.blogspot.com.au/ ). Note, that your z-height will change when you level the bed and also when you adjust the delta radius. You'll have to dance between all 3 of these settings multiple times to get everything spot on because each one has some effect on the other two.

Bed leveling
Now that you're in the ballpark on z-height, it's time to make sure that everything is level. Heat everything and jog your hot-end down until you're about 1 cm away from the build plate. Then manually move X and Y to position the hot-end near each tower. You want all 3 to be at the exact same height, and you want those "outisde heights" to match the same height in the center of the build plate (see delta radius below). If a tower is higher or lower than the others, you need to adjust your endstop screws. Turn the screw to the right (clockwise, tightey, anticyclonic) to raise the hot-end's height near that tower, and turn the screw to the left to lower it. Right to raise, left to lower. Note, this is adjusting where the home position is... Turning the screw doesn't raise and lower the actual hot-end, it raises and lowers where home (G28) is. To see the effect of the tweak you just made, you need to home the machine and check it again.

Delta Radius adjustment (aka Smooth Rod Offset, or PRINTER_RADIUS in the Repetier firmware)
This adjustment flattens the movement of your machine. In other words, if you notice that your nozzle moves in a curved pattern and is higher in the center of the heated-bed than it is around the perimeter (or vice versa), this is the adjustment to tweak. Please note that this is different than leveling (even though the forum post calls it this sometimes). Consult this thread from gabrielk ( http://forum.seemecnc.com/viewtopic.php ... 74&start=0 ) and revisit this site (http://minow.blogspot.com.au/ ) for the details. In short, if your nozzle is higher in the center you need to lower this value, and if your nozzle is lower in the center you need to raise this value.

Double-check all geometry
After all of your geometry is set, I'd suggest writing a script (like the one I posted later in this thread) to check for z-height, leveling, and radius with a piece of paper. I do this after moving my machine and any time I've swapped build plates just to be sure. This is a good opportunity to learn a little bit about GCode (I would suggest trying to write your own script as a learning experience). At its most simple, there are commands like G28 that work by themselves without having to type in anything else. Then there are custom commands where you can enter custom values to tell the machine what you want it to do. M303 S200 tells the machine to (M303) perform a PID autotune at (S200) 200 degrees. G4 S3 tells the machine to (G4) pause for (S3) 3 seconds. G1 X110 Y-64 Z0 F5000 tells the machine (G1) that it's moving (X110 Y-64 Z0) to this Cartesian point in 3D space (F5000) at this speed. After you learn a few of the commands, you'll be on your way in short order. Break it up into small pieces, and GCode is easy to learn.

Squirt some plastic
Since you already have the bed and hot-end heated up from setting the Z height, home the axes and let’s start extruding a string of plastic. Use the manual controls in Repetier and see if you can feed any plastic. Start out with 10mm or so, just to make sure that it’s going the right direction. If it is, have it squirt out about 100mm (don’t worry, your filament will last a good long time, this won’t diminish your supply). While it’s feeding the filament through the Bowden tube and towards the hot-end, you need to check your tension. The rollers should be tightened until you can’t stop the filament anymore by pinching it. I would read Rich's blog about calibrating your extruder's steps per mm at this point ( http://richrap.blogspot.com/2012/01/sli ... s-and.html ) it is important to calibrate to the filament that you're using so that Slic3r knows how much material it's feeding into your print. In short, you need to measure the diameter of the filament very precisely, and then measure the amount of it that is being fed through the extruder.

First Print!
Go to Thingiverse and download the .5mm thin wall test cube from this set (http://www.thingiverse.com/thing:5573 ). You’ll want to slice it with retraction turned off and run the program at a low speed. Polygonhell has a great thread about this (http://forum.seemecnc.com/viewtopic.php?f=54&t=1163 ). After the print, you need to measure the walls of the cube with calipers or, better yet, a micrometer. If you’re using a .5mm nozzle, you want the wall to measure .55mm. You need to adjust your extrusion multiplier in Slic3r to adjust the wall thickness. Do this over and over again until you’re right on .55mm. I bought this micrometer to do the measuring (http://www.harborfreight.com/digital-mi ... 68305.html ) and have been very happy with it. One other note, If your wall thicknesses varies from one side to the next, you may need to adjust the flatness of the nozzle. Brian from TrickLaser describes a great way to do this here (http://forum.seemecnc.com/viewtopic.php ... 740#p10740 ).

Delta Arm Blues
If you’re having trouble with your prints, there is a decent chance that you’ve got slop in the delta arms or that you’ve got a tight spot where it’s binding. Mhackney does a very good job of helping you identify and correct these problems in this thread (http://forum.seemecnc.com/viewtopic.php?f=54&t=1434 ). There is an stl file for a print that helps test your arms somewhere in the thread. It is a great idea to try this and see if you have any problems to address before continuing. If you have a big problem, check out the seemecnc.com website. You can get all 6 arms for less than $10. You could also upgrade to the carbon-fiber arms that are available from TrickLaser. Lots of folks have said great things about that upgrade.

Temperature Calibration
Use a contact style temperature sensor, usually a thermocouple with a multi-meter, and lightly pinch it between the hot-end body and the brass nozzle (yes, you have to unscrew it a little to do this). Then heat up the hot-end and compare the temperature on your Rostock against the temperature on your meter. Figure out the ratio that it’s off by and modify the “GENERIC THERM1 BETA” value in your firmware. Lather, rinse, repeat. Another note, several people have reported that you’ll get a more accurate temperature reading if you can actually place the thermocouple inside of the hot-end. You can read more about that here (http://forum.seemecnc.com/viewtopic.php?f=37&t=1666 ). There’s also some good conversation there about how to test the accuracy of your thermocouple. You can do the same thing with the heated bed, but I would use a non-contact thermometer for this. One of those laser thermometers (that don’t actually measure with a laser) should do the trick there. I don’t know off the top of my head what that value is called verbatim in the firmware.

PID settings
Every electrical component is slightly different, and the heaters in your bed and hot-end are no different. To fine tune their on/off duty cycles, you should adjust the PID settings. PID stands for… ppfff I dunno. The manual outlines this process (http://forum.seemecnc.com/viewtopic.php?f=39&t=987 ). Run “M303 S230” (for ABS) and average the P, I, and D values that are reported back. Do this starting from a cold machine. For the heated-bed, the command should be “M303 P1 S80” according to this thread (http://forum.seemecnc.com/viewtopic.php ... t=70#p5121 ). Note, I changed both of these commands' S### values to reflect the actual temps I've been using for ABS, feel free to tweak. If you use the M303 P1 S100 command for the hotbed, it is possible that your machine can't reach the 100 degrees in 10 minutes and it will time out the process. This is another reason that I changed the value to S80 for the bed.


That’s as far as I’ve come with my machine. I intend to update this post for bridging and some of the other things you need to adjust for, but I just haven’t done it yet. Please add any tips and next steps that you would like to share. Thanks.
Last edited by Jimustanguitar on Fri May 17, 2013 9:53 am, edited 7 times in total.
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7159
Joined: Sun Apr 01, 2012 5:26 pm

Re: THE Rostock Max calibration guide

Post by Eaglezsoar »

Thank you for starting this. You are right, all the information is in the forum but it is scattered everywhere.
Hopefully you started a repository for all the calibration information.
oeginc
Printmaster!
Posts: 40
Joined: Fri Mar 29, 2013 3:40 am

Re: THE Rostock Max calibration guide

Post by oeginc »

I started documenting some of this on my blog as well HERE.
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7159
Joined: Sun Apr 01, 2012 5:26 pm

Re: THE Rostock Max calibration guide

Post by Eaglezsoar »

oeginc wrote:I started documenting some of this on my blog as well HERE.
I visited your site and I wanted to thank you for posting this.
It is great to see everything organized in one place. What you have done
is great and will be better each time you add to it. Thanks again!
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: THE Rostock Max calibration guide

Post by Jimustanguitar »

It is definitely worth trying out multiple slicer programs. Using one versus another has solved some of the calibration issues I've struggled with on my machine. There is a large difference in print quality and G-Code between the different offerings. Check out the slicer comparison in the first issue of RepRap Magazine: http://reprapmagazine.com/
Broose
Printmaster!
Posts: 227
Joined: Mon Mar 11, 2013 11:00 pm
Location: NH, USA

Re: THE Rostock Max calibration guide

Post by Broose »

I don't see specific instructions for Onyx bed leveling and adjustment of limit screws (though it is in Gene's guide and may be in one of the links). I put together a g-code program and excel spreadsheet with a short video for semi-automating it here: http://forum.seemecnc.com/viewtopic.php?f=54&t=1445 (towards the bottom of the page)
oeginc
Printmaster!
Posts: 40
Joined: Fri Mar 29, 2013 3:40 am

Re: THE Rostock Max calibration guide

Post by oeginc »

Broose wrote:I don't see specific instructions for Onyx bed leveling and adjustment of limit screws (though it is in Gene's guide and may be in one of the links). I put together a g-code program and excel spreadsheet with a short video for semi-automating it here: http://forum.seemecnc.com/viewtopic.php?f=54&t=1445 (towards the bottom of the page)
An automated script like that scares the crap out of me. When I first calibrated my towers, some of them were off by as much as 2mm and I almost left a real nasty scratch in my glass as it was.

I cover in detail how to calibrate your limit screws and delta radius on my blog (as mentioned above). Maybe once you get it close you could use that script to tweak it, but if you follow my calibration - you probably wouldn't need to.
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: THE Rostock Max calibration guide

Post by Jimustanguitar »

Broose wrote:I don't see specific instructions for Onyx bed leveling and adjustment of limit screws (though it is in Gene's guide and may be in one of the links).
It is described in one of the links, but you're exactly right. I didn't specifically mention it. http://minow.blogspot.com.au/ is the better write-up of the process. I'll edit the post and say something about that.


oeginc wrote:An automated script like that scares the crap out of me.
I think it's ok after you've done the initial calibration. I run a script that homes the axes and then runs down to Z0 in front of all of three towers and in the center so that I can check the gap with a piece of paper. (I lift it to 2mm when it's moving between points, so if it does contact the build plate, it's only touching and not dragging) I use this script after moving or transporting my Rostock to make sure that everything is still in whack. Preheat everything, run the script and check it with a piece of paper, and then start printing. That's been my routine lately. I'll paste my G-Code into this reply later, in case you're curious.
Broose
Printmaster!
Posts: 227
Joined: Mon Mar 11, 2013 11:00 pm
Location: NH, USA

Re: THE Rostock Max calibration guide

Post by Broose »

oeginc wrote:
Broose wrote:I don't see specific instructions for Onyx bed leveling and adjustment of limit screws (though it is in Gene's guide and may be in one of the links). I put together a g-code program and excel spreadsheet with a short video for semi-automating it here: http://forum.seemecnc.com/viewtopic.php?f=54&t=1445 (towards the bottom of the page)
An automated script like that scares the crap out of me. When I first calibrated my towers, some of them were off by as much as 2mm and I almost left a real nasty scratch in my glass as it was.

I cover in detail how to calibrate your limit screws and delta radius on my blog (as mentioned above). Maybe once you get it close you could use that script to tweak it, but if you follow my calibration - you probably wouldn't need to.
In my post I included a first-time script that moves to 10mm above the bed and you have to manually jog down from there, and I did mention you should manually make sure you can jog to that Z height first. Also, if you don't want to use the script, the spreadsheet is still helpful. I've made mistakes manually typing G-Codes in and got tired of doing it over and over, hence the script that I thought some folks would find useful. I hadn't read your blog. Its got the best description I've seen of how to calibrate the Delta Radius.
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: THE Rostock Max calibration guide

Post by Jimustanguitar »

This is the code that I use to test that my bed is level with a piece of paper. To adapt this for first time use, I'd change all of the Z values to Z10 like Broose mentioned.

G28
G1 X0 Y0 Z0 F5000
G4 S3
G1 X0 Y0 Z2 F5000
G1 X-110 Y-64 Z2 F5000
G1 X-110 Y-64 Z0 F5000
G4 S3
G1 X-110 Y-64 Z2 F5000
G1 X110 Y-64 Z2 F5000
G1 X110 Y-64 Z0 F5000
G4 S3
G1 X110 Y-64 Z2 F5000
G1 X0 Y130 Z2 F5000
G1 X0 Y130 Z0 F5000
G4 S3
G1 X0 Y130 Z2 F5000
G1 X0 Y0 Z2 F5000
Broose
Printmaster!
Posts: 227
Joined: Mon Mar 11, 2013 11:00 pm
Location: NH, USA

Re: THE Rostock Max calibration guide

Post by Broose »

My code is similar, except I use an "@pause" command instead of a G4 3-second pause. It has to be run from Repetier host, but this allows you to manually jog downwards once you've reached the XY position, then press continue on the screen to proceed with the script to move to the next XY position. Here is the version that goes to 10mm above the bed.

; Calibration program for Onyx bed -Jog down from 10mm
; Its recommended you increase max length in EEPROM or Config.h by 1mm before running this program so you have room for adjustment downwards
; IMPORTANT!!! Make sure after you have done this you can jog to Z3 without hitting the bed
G28
G90 G1 X0 Y0 Z20 F3000
G1 X0 Y0 Z10 F2000
@pause When stopped, jog Z down to snag paper, enter M114 into gcode window and record bed center Z location in spreadsheet, then press continue
G1 X0 Y0 Z20
G1 X-77.94 Y-45 Z20 F2000
G1 X-77.94 Y-45 Z10 F2000
@pause When stopped, jog Z down to snag paper, enter M114 into gcode window and record X Column Z location in spreadsheet, then press continue
G1 X-77.94 Y-45 Z20 F2000
G1 X77.94 Y-45 Z20 F2000
G1 X77.94 Y-45 Z10 F2000
@pause When stopped, jog Z down to snag paper, enter M114 into gcode window and record Y Column Z location in spreadsheet, then press continue
G1 X77.94 Y-45 Z20 F2000
G1 X0 Y90 Z20 F2000
G1 X0 Y90 Z10 F2000
@pause When stopped, jog Z down to snag paper, enter M114 into gcode window and record Z Column Z location in spreadsheet, then press continue
G1 X0 Y90 Z20 F2000
G1 X0 Y0 Z100 F2000
@pause When stopped, adjust limit screws as prescribed by spreadsheet, the press continue
G28
September
Prints-a-lot
Posts: 34
Joined: Sat Jun 22, 2013 8:38 am
Location: Victoria, Australia

Re: THE Rostock Max calibration guide

Post by September »

I tried the script with the @pause and it didn't pause, I received the dialogue to continue, but without having to click continue it proceeded on it's way through all the steps.

Is the @pause meant to work with the Rostock MAX Repetier firmware? I'm using the current revision 164f05e by johnoly and current release of Repetier v0.90b
Broose
Printmaster!
Posts: 227
Joined: Mon Mar 11, 2013 11:00 pm
Location: NH, USA

Re: THE Rostock Max calibration guide

Post by Broose »

September wrote:I tried the script with the @pause and it didn't pause, I received the dialogue to continue, but without having to click continue it proceeded on it's way through all the steps.

Is the @pause meant to work with the Rostock MAX Repetier firmware? I'm using the current revision 164f05e by johnoly and current release of Repetier v0.90b
It only works from Repetier host (not from LCD display) and should work using the Repetier firmware (although I have only tested with Polygonhell's Repetier firmware, not the recent Repetier Max firmware). The continue dialog may come up prematurely at the beginning of the move before the pause, but it should pause at the end of that move.

Here is a description of the @ commands in Repetier Host:
https://github.com/repetier/Repetier-Ho ... t-Commands
User avatar
Bluemalu
Printmaster!
Posts: 36
Joined: Sun Mar 24, 2013 11:11 am

Re: THE Rostock Max calibration guide

Post by Bluemalu »

Hotbed calibration is done with variable:-

#define GENERIC_THERM2_BETA
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7159
Joined: Sun Apr 01, 2012 5:26 pm

Re: THE Rostock Max calibration guide

Post by Eaglezsoar »

In the attempt to consolidate everything, I think that a new user is going to be nothing but confused.

Now we have scripts that may or may not work with the official SeeMeCNC
.90 Repetier, blogs to go to, etc.

I feel it is better to stick with the official documents where everything is already consolidated and has
worked well for a lot of people.
User avatar
Jimustanguitar
ULTIMATE 3D JEDI
Posts: 2608
Joined: Sun Mar 31, 2013 1:35 am
Location: Notre Dame area
Contact:

Re: THE Rostock Max calibration guide

Post by Jimustanguitar »

Eaglezsoar wrote:I feel it is better to stick with the official documents where everything is already consolidated and has
worked well for a lot of people.
I agree wholeheartedly. This post is the better part of a year old, and the documentation has gotten even better since then. Gene does an amazing job on that manual, and most of the things that a lot of us had to piece together from multiple sources are now very well compiled in the current manual.
Chrissi
Printmaster!
Posts: 157
Joined: Sat Feb 15, 2014 9:20 pm
Contact:

Re: THE Rostock Max calibration guide

Post by Chrissi »

This is not auto calibration but may take the guesswork out of using a piece of paper:

http://www.edgetechnologyproducts.com/p ... -off-gage/


I use this gauge for setting tool offsets for our CNC Bridgeport mill, it leaves no ambiguity or judgment calls, works better than other contact methods and there is no danger to bashing your glass.
The procedure would go something like:
Make sure the gauge is at least warm so it does not suck all the heat out of the glass locally.
Zero and set your venire calipers or 4" mic to 4", lock it down. Calibrate height gauge to zero at 4". Enter all numbers as-is (they will be exactly 4" short)
Once you are done and XYZ & center (radius) are all equal, then add 4" to all calibration numbers.

...groan, they are out of stock at the moment. I got mine :lol:
...Chrissi

Rostock MAX
http://www.CozyGirrrl.com" onclick="window.open(this.href);return false;
Post Reply

Return to “Rostock MAX”