Cleaning up code in prep for merge with upstream.

This commit is contained in:
Chris Roadfeldt
2015-04-01 11:40:24 -05:00
parent 745d9fe1a4
commit a57862e29f
8 changed files with 125 additions and 100 deletions

View File

@@ -231,7 +231,6 @@ void refresh_cmd_timeout(void);
extern float homing_feedrate[];
extern bool axis_relative_modes[];
extern int feedmultiply;
extern int extrudemultiply; // Sets extrude multiply factor (in percent) for all extruders
extern bool volumetric_enabled;
extern int extruder_multiply[EXTRUDERS]; // sets extrude multiply factor (in percent) for each extruder individually
extern float filament_size[EXTRUDERS]; // cross-sectional area of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder.