Assistance Needed
-
- Plasticator
- Posts: 10
- Joined: Fri May 17, 2013 4:53 pm
Assistance Needed
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!
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!
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Assistance Needed
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?
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
-
- Plasticator
- Posts: 10
- Joined: Fri May 17, 2013 4:53 pm
Re: Assistance Needed
I don't have the best accuracy, but here are my numbers;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?
Command|Result
0.1= 0.0127
0.5= 0.3556
1= 0.762
10= 8.001
20= 15.951
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Assistance Needed
Mike&Mr.Stevens wrote:I don't have the best accuracy, but here are my numbers;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?
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.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
-
- Plasticator
- Posts: 10
- Joined: Fri May 17, 2013 4:53 pm
Re: Assistance Needed
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.
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Assistance Needed
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.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
-
- Plasticator
- Posts: 10
- Joined: Fri May 17, 2013 4:53 pm
Re: Assistance Needed
Thanks,
I'm using rambo and Marlin.
I'm using rambo and Marlin.
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Assistance Needed
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.
http://forum.seemecnc.com/viewtopic.php ... 948#p12916 Top line
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
-
- Plasticator
- Posts: 10
- Joined: Fri May 17, 2013 4:53 pm
Re: Assistance Needed
Cool, I'll give it a go.
-
- Plasticator
- Posts: 10
- Joined: Fri May 17, 2013 4:53 pm
Re: Assistance Needed
Just tweaked the settings in repetiers eeprom configuration window. works fine now.