I could use some help
-
@mac ![alt text]( image url)
-
@fcwilt The bed started at 0 inches, and travelled to 18 inches. DWC called it 350.0. It's 18 inches. All of the numbers are whole numbers. We're golden.
-
@mac said in I could use some help:
@fcwilt THE FRONT OF THE BED IS AT 18 INCHES FROM WHERE IT STARTED.
But 18 inches is 457.2 mm - how is that possible?
Frederick
-
@fcwilt I have an inches to metric calculator doing that for me.
-
-
@mac said in I could use some help:
@fcwilt I have an inches to metric calculator doing that for me.
No I mean if the bed actually moved 18 inches which is 457.2 mm the DWC should read the same 457.2 mm, assuming the DWC was reading 0 when you started. Which is should have since you execute G92 Y0.
Frederick
-
@fcwilt maybe the question is, what is the relationship between DWC reporting 350, and my metal measuring stick reporting 18 inches?
-
@mac said in I could use some help:
@fcwilt maybe the question is, what is the relationship between DWC reporting 350, and my metal measuring stick reporting 18 inches?
When converting inches to mm the DWC should read out what you measured.
Frederick
-
@fcwilt we have to subtract the depth of the bed!!!!! Which is 220. I'm getting 247?
-
@fcwilt so, how is 247 350?
-
@fcwilt 467-350 is 117. I wonder where that's coming from?
-
@fcwilt the back of the bed travelled 247 mm. The front did to. But DWC measured 350.0? That's interesting.
-
@fcwilt if DWC is at the center of the bed, could it travel 350.0?
-
@mac said in I could use some help:
@fcwilt we have to subtract the depth of the bed!!!!! Which is 220. I'm getting 247?
Well, 247 is not 350.
I think you may not be measuring movement with the ruler correctly.
For instance you could measure where the front edge of the bed is, make the move of say 100mm, then measure where the front edge of the bed is then.
BUT the ruler would have fixed in position so it could not move for the measurement to be accurate.
A 100mm move using the Y jogging buttons should move the front edge exactly 100 mm.
IF IT DOES NOT then the value of 100 in M92 for Y is wrong.
If the 247 is correct then the value in M92 would be closer to 70 then 100. I'm not sure about that value but it least it is an integer.
Frederick
-
@fcwilt the END STOP is 2 and a 1/4 inches forwards of where the back of the bed started. That's 58mm, times 2 is 117 mm. 467mm minus 350mm is 117mm, divided by 2 is 58mm forwards from the back endstop, and 58 mm back from the front edge of the bed when it's fully forwards.
-
@DWC is measuring from Endstop to Endstop.
-
@fcwilt Hey, Frederick, I gotta turn in. 4:30 comes awfully early tomorrow morning.
This was a great session. I think we accomplished A LOT.
If you have time tomorrow, let's try some more, okay?
-
@mac said in I could use some help:
@fcwilt Hey, Frederick, I gotta turn in. 4:30 comes awfully early tomorrow morning.
This was a great session. I think we accomplished A LOT.
If you have time tomorrow, let's try some more, okay?
Glad to and I agree it's time to sleep.
Good night, mac.
-
@fcwilt thanks again!
-
@mac Wow, this thread is a journey.
Another way to get the steps per mm correct is to know what type of belt you have, and count the number of teeth on the pulley. If there's no marking on belt, measure the distance between 10 teeth on the belt, in millimetres, then divide by 10 to get the tooth pitch. This is the distance between teeth. Usually (but not always) it's 2mm. If the manufacturer used cheaper MXL belt, it would be 2.032mm.
The pulley on the Y axis in your picture looks quite small; I'd guess a 16 tooth pulley, but it's worth checking. I'm pretty sure the motors are 200 steps per revolution, and you are now using x16 microstepping.
Then use this formula:
steps_per_mm = (motor_steps_per_rev * driver_microstep) / (belt_pitch_mm * pulley_number_of_teeth)For example
step per mm = ( 200 * 16 ) / ( 2 * 16 ) = 100Which seems to be close to what you are seeing, but then that's just me guessing at the numbers from the pictures, so please check.
I'm not sure why when you posted your video yesterday it was going so fast, and I got you to set steps per mm to 40. Maybe settings got changed without restarting. But slow is better than fast and crashing!
Ian