Welcome! Log In Create A New Profile

Advanced

Movement distance

Posted by Hellsbells72 
Movement distance
February 25, 2015 09:21PM
I am designing a 3D printer using off the shelf linear actuator tables but I am still in the dark on how the g-code software knows how much to move the linear actuator. Anybody know?
Re: Movement distance
February 25, 2015 09:34PM
The G code only creates coordinates. It's in the firmware on your board that calculates how much movement equals the distance between coordinates.
Re: Movement distance
February 25, 2015 09:35PM
Quote
KingRahl
The G code only creates coordinates. It's in the firmware on your board that calculates how much movement equals the distance between coordinates.

So then the firmware has to be programmed based on the actuator used?
Re: Movement distance
February 25, 2015 09:40PM
Yes. Using stepper motors we have to program how many steps it takes to reach a certain distance. That is the "calibrate" stage in building a printer.
Re: Movement distance
February 26, 2015 02:36PM
When i built a new extruder for my 3d printer using a stepper and gear drive from a scanner, I simpley had to change the eeprom settings to a different steps/mm. It basically means "how many steps should I turn this motor to move 1mm?"
Re: Movement distance
February 27, 2015 06:59AM
Quote
Hellsbells72
So then the firmware has to be programmed based on the actuator used?

Conveniently, this setting is named "Steps per mm" :-)

Well, assuming you actually use stepper motors. RepRap firmwares generally don't really support servo motors.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Sorry, only registered users may post in this forum.

Click here to login