Page 1 of 1

Assistance Needed

Posted: Fri May 17, 2013 5:17 pm
by Mike&Mr.Stevens
Hello world! I have problem with my H1.1, with no further introduction lets get to it.
My Printer is fantastic with the only problem being that all of my prints turn out about 20% shorter than they should be. I have included photos of what should a 20x20x10 box. Sometimes I can compensate before I print, but guessing how much altering I should do has become a hassle. Perhaps this friendly community has some suggestions. Normally I could just trail and error change my settings to try and find my problem, however my attempts are futile to say at the least. I am running the newest Repetier-Host, it's bundled with the newest Slic3r, and I am using Marlin for my firmware because I have had... issues with Repetier-Firmware. Many thanks for any response and constructive critizism. Cheers!
X axis
X axis
Y axis
Y axis
Z axis
Z axis

Re: Assistance Needed

Posted: Fri May 17, 2013 7:04 pm
by foshon
I do believe your z-axis steps per/mm are 19.1% low. Have you verified that the call for 20mm gets you 20mm in lift?

Re: Assistance Needed

Posted: Fri May 24, 2013 3:31 pm
by Mike&Mr.Stevens
foshon wrote:I do believe your z-axis steps per/mm are 19.1% low. Have you verified that the call for 20mm gets you 20mm in lift?
I don't have the best accuracy, but here are my numbers;
Command|Result
0.1= 0.0127
0.5= 0.3556
1= 0.762
10= 8.001
20= 15.951

Re: Assistance Needed

Posted: Fri May 24, 2013 6:09 pm
by foshon
Mike&Mr.Stevens wrote:
foshon wrote:I do believe your z-axis steps per/mm are 19.1% low. Have you verified that the call for 20mm gets you 20mm in lift?
I don't have the best accuracy, but here are my numbers;
Command|Result
0.1= 0.0127
0.5= 0.3556
1= 0.762
10= 8.001
20= 15.951

The math says you take the steps you expected and divide it by what you got. So if your steps/mm is 700 you would take 700x20=14000/15.951 and your new steps/mm would be 877.687.

Re: Assistance Needed

Posted: Tue May 28, 2013 4:16 pm
by Mike&Mr.Stevens
Thanks, I think I understand but when I go into the coding and adjust the steps per mm in the z axis, the machine does not register the changes.

Re: Assistance Needed

Posted: Tue May 28, 2013 7:12 pm
by foshon
Mike&Mr.Stevens wrote:Thanks, I think I understand but when I go into the coding and adjust the steps per mm in the z axis, the machine does not register the changes.

What board/firmware combo are you using? I know the H-1's originally had some goofy CNC stuff I know nothing about.

Re: Assistance Needed

Posted: Tue May 28, 2013 8:20 pm
by Mike&Mr.Stevens
Thanks,
I'm using rambo and Marlin.

Re: Assistance Needed

Posted: Thu May 30, 2013 6:49 pm
by foshon
Mike&Mr.Stevens wrote:Thanks,
I'm using rambo and Marlin.

You want to change this section here:

Code: Select all

//#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,1600,761.328}    //mendelmax with MicroExtruder 1.4.2 and PBC Leadscrews 
#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,1511.81102362205,761.328}    //mendelmax with MicroExtruder 1.4.2 and Precision ACME Leadscrews 
#define DEFAULT_MAX_FEEDRATE          {500, 500, 5, 200}    // (mm/sec)    
#define DEFAULT_MAX_ACCELERATION      {2000,2000,50,500}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
If you are using repetier host make sure you change the value in the eeprom section as well. This post has a screenshot of the area you will need to alter.

http://forum.seemecnc.com/viewtopic.php ... 948#p12916 Top line

Re: Assistance Needed

Posted: Thu May 30, 2013 7:27 pm
by Mike&Mr.Stevens
Cool, I'll give it a go.

Re: Assistance Needed

Posted: Wed Jun 05, 2013 6:32 pm
by Mike&Mr.Stevens
Just tweaked the settings in repetiers eeprom configuration window. works fine now.