Changes

Setting Steps per mm

1,722 bytes added, 23:10, 18 January 2016
Created page with "EEPROM settings can be found under the Configuration tabMatterControl can set EEProm settings for both Marlin and Repetier firmwares. ==..."
[[File:Set_eeprom1.png|right|frame|EEPROM settings can be found under the Configuration tab]]MatterControl can set EEProm settings for both Marlin and Repetier firmwares.

== Procedure ==

This is a great way to fix problems with the printer not moving the expected distance, or having parts come out with incorrect dimensions.

[[File:Set_eeprom2.png|none]]
#Navigate to [[File:Settings Controls.png]]
#Click on the [[File:Options.png]] tab
#Connect to your printer
#In the '''EEProm''' section click on [[File:EEProm_configure.png]]
#Change the 'Steps per mm:' to correct for any discrepancy you find in your movement distances. [[File:Set_eeprom5.png]]

=== Equation ===

Here is the equation to find the correct value:

<code>Desired_Steps_Per_mm = Actual_Steps_Per_mm * Current_Steps_Per_mm / Desired_Distance</code>

So if the current value for X was 80 and the printer only moved 97mm when trying to move 100mm, the equation would be: <code>97 * 80 / 100</code>
The new X Steps Per mm to 77.6

== Cartesian vs. delta ==

Steps per mm settings will be different for Cartesian printers vs. delta printers.

Cartesian printers have one value for '''each''' axis. This means there will be a '''Steps per mm (X)''', '''Steps per mm (Y)''', and '''Steps per mm (Z)'''. Each will be different, and will require the above calculation to determine the correct value.

Delta printers only have one '''Steps per mm''' field because all three motors work in conjunction to triangulate the position of the nozzle. Thus, only one calculation is needed if the dimensions of the printed part differs from those of the model. If measured independently, they should all be off by the same ratio. If not, the problem lies elsewhere.