externintextruder_multiplier[EXTRUDERS];// sets extrude multiply factor (in percent) for each extruder individually
externintextruder_multiplier[EXTRUDERS];// sets extrude multiply factor (in percent) for each extruder individually
externintdensity_multiplier[EXTRUDERS];// sets density multiply factor (in percent) for each extruder individually
externintdensity_multiplier[EXTRUDERS];// sets density multiply factor (in percent) for each extruder individually
externfloatfilament_size[EXTRUDERS];// cross-sectional area of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder.
externfloatfilament_size[EXTRUDERS];// cross-sectional area of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder.
externfloatvolumetric_multiplier[EXTRUDERS];// reciprocal of cross-sectional area of filament (in square millimeters), stored this way to reduce computational burden in planner
externfloatvolumetric_multiplier[EXTRUDERS];// reciprocal of cross-sectional area of filament (in square millimeters), stored this way to reduce computational burden in planner
externfloatcurrent_position[NUM_AXIS];
externfloatcurrent_position[NUM_AXIS];
externfloatdestination[NUM_AXIS];
externfloatdestination[NUM_AXIS];
externfloathome_offset[3];
externfloathome_offset[3];
externfloatmin_pos[3];
externfloatmax_pos[3];
externfloatzprobe_zoffset;
externuint8_taxis_known_position;
externuint8_taxis_was_homed;
// Hotend offset
// Hotend offset
#if HOTENDS > 1
#if HOTENDS > 1
...
@@ -132,11 +137,6 @@ extern float home_offset[3];
...
@@ -132,11 +137,6 @@ extern float home_offset[3];
externfloataxis_scaling[3];// Build size scaling
externfloataxis_scaling[3];// Build size scaling
#endif
#endif
externfloatmin_pos[3];
externfloatmax_pos[3];
externboolaxis_known_position[3];
externfloatzprobe_zoffset;
// Lifetime stats
// Lifetime stats
externunsignedlongprinter_usage_seconds;// this can old about 136 year before go overflow. If you belive that you can live more than this please contact me.
externunsignedlongprinter_usage_seconds;// this can old about 136 year before go overflow. If you belive that you can live more than this please contact me.