reprap:firmware:calibration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
reprap:firmware:calibration [2016/11/06 13:58] enderreprap:firmware:calibration [2018/12/02 02:27] (current) – external edit 127.0.0.1
Line 14: Line 14:
  
 === Steps === === Steps ===
 +  * Remove the hotend so you don't waste a ton of filament
  
   * Measure and mark 120mm on a length of filament   * Measure and mark 120mm on a length of filament
Line 54: Line 55:
  
 **NOTE**: This setting will not persist! You will have to either set the setting in the EEPROM (through printer menus) or in ''configuration.h''. The purpose of saving the setting like this, is to redo the calibration and test that it is accurate. **NOTE**: This setting will not persist! You will have to either set the setting in the EEPROM (through printer menus) or in ''configuration.h''. The purpose of saving the setting like this, is to redo the calibration and test that it is accurate.
 +
 +To save the setting in ''configuration.h'' edit the following line:
 +<code c>
 +#define DEFAULT_AXIS_STEPS_PER_UNIT   {100,  100, 400, 88.16} // { X, Y, Z, E }
 +</code>
  
  
 +===== XY Calibration =====
  • reprap/firmware/calibration.1478437132.txt.gz
  • Last modified: 2018/12/02 02:27
  • (external edit)