Apply standards for whole-file conditions

This commit is contained in:
Scott Lahteine 2018-02-04 17:24:23 -06:00
parent 5054c53901
commit 21bfbb9d44
10 changed files with 37 additions and 19 deletions

View file

@ -27,13 +27,14 @@
*
*/
#include "Marlin.h"
#include "MarlinConfig.h"
#if ENABLED(BEZIER_CURVE_SUPPORT)
#include "planner.h"
#include "language.h"
#include "temperature.h"
#include "Marlin.h"
// See the meaning in the documentation of cubic_b_spline().
#define MIN_STEP 0.002