Difference between revisions of "OPTIONS/EEProm"

From MatterControl Manual
Jump to: navigation, search
m (MatterHackers moved page Options/Hardware/EEProm to Options/EEProm)
Line 1: Line 1:
With the EEProm Settings you can adjust many of the settings that your printer uses by default. MatterControl can set EEProm settings for both Marlin and Repetier firmware.
+
__NOTOC__[[File:EEProm1.png|right|framed|<center>Example '''EEProm''' settings from a Rostock MAX V2 running Repetier 0.91</center>]]The '''EEProm''' settings window.
  
[[File:Eeprom1.png|right|frame|EEPROM settings can be found under the Configuration tab]]
+
'''EEProm''' stands for 'Electrically Erasable Programmable Read Only Memory' and can also be written, 'EEPROM'.
  
The settings window for Marlin firmware
+
Essentially, in the 3D printing world EEProm is memory on the printer's circuit board which stores a series of values for certain settings. These values usually relate to the specific printer's geometric, physical, and operative functions and statistics.
  
=== Example ===  
+
== Firmware Support ==
  
==== Setting The Steps Per mm ====
+
MatterControl supports EEProm for only Marlin and Repetier firmwares.
  
This is a great way to fix problems you have with you printer not moving the distance you expect, or having your parts come out with incorrect dimensions.
+
*Marlin firmware EEProm documentation: https://github.com/MarlinFirmware/Marlin/wiki/EEPROM
 +
*Repetier firmware EEProm documentation: http://www.repetier.com/documentation/repetier-firmware/rf-installation/
  
[[File:Eeprom2.png|none]]
+
== Example ==
#Go to 'Advanced Controls'
+
#Click on the 'CONFIGURATION' tab [[File:Eeprom3.png]]
+
#Connect to your printer
+
#In the 'EEProm Settings' click on 'CONFIGURE'  [[File:Eeprom4.png]]
+
#Change the 'Steps per mm:' to correct for any discrepancy you find in your movement distances. [[File:Eeprom5.png]]
+
  
==== Equation ====
+
For an example of how to use the EEProm window to adjust the printer's [[steps per mm]], check out this page: [[Setting Steps per mm]]
 
+
Here is the equation you can use to find correct values:
+
 
+
<code>Desired_Steps_Per_mm = Actual_Steps_Per_mm * Current_Steps_Per_mm / Desired_Distance</code>
+
 
+
So if your x was set to 80 and you only moved 97mm when trying to move 100mm, you would put in 97 * 80 / 100
+
And set the X Steps Per mm to 77.6
+
  
 
[[Category:Features]]
 
[[Category:Features]]
 
[[Category:Firmware]]
 
[[Category:Firmware]]
[[Category:Incomplete]]
 

Revision as of 15:22, 18 January 2016

Example EEProm settings from a Rostock MAX V2 running Repetier 0.91
The EEProm settings window.

EEProm stands for 'Electrically Erasable Programmable Read Only Memory' and can also be written, 'EEPROM'.

Essentially, in the 3D printing world EEProm is memory on the printer's circuit board which stores a series of values for certain settings. These values usually relate to the specific printer's geometric, physical, and operative functions and statistics.

Firmware Support

MatterControl supports EEProm for only Marlin and Repetier firmwares.

Example

For an example of how to use the EEProm window to adjust the printer's steps per mm, check out this page: Setting Steps per mm