Adjust spacing

This commit is contained in:
esenapaj
2016-09-20 19:16:05 +09:00
parent 7e9576dc5b
commit 954563d603
2 changed files with 11 additions and 11 deletions

View File

@ -118,8 +118,8 @@ class Stepper {
static int final_estep_rate;
static int current_estep_rate[E_STEPPERS]; // Actual extruder speed [steps/s]
static int current_adv_steps[E_STEPPERS]; // The amount of current added esteps due to advance.
// i.e., the current amount of pressure applied
// to the spring (=filament).
// i.e., the current amount of pressure applied
// to the spring (=filament).
#else
static long e_steps[E_STEPPERS];
static long advance_rate, advance, final_advance;