Simple code cleanup. Rename "homeing" to homing.

This commit is contained in:
Scott Lahteine
2014-10-05 13:20:53 -07:00
parent cb4a6dd2dc
commit f989bd5435
9 changed files with 72 additions and 64 deletions

View File

@ -211,7 +211,7 @@ extern int extrudemultiply; // Sets extrude multiply factor (in percent) for all
extern int extruder_multiply[EXTRUDERS]; // sets extrude multiply factor (in percent) for each extruder individually
extern float volumetric_multiplier[EXTRUDERS]; // reciprocal of cross-sectional area of filament (in square millimeters), stored this way to reduce computational burden in planner
extern float current_position[NUM_AXIS] ;
extern float add_homeing[3];
extern float add_homing[3];
#ifdef DELTA
extern float endstop_adj[3];
extern float delta_radius;