Apply standards for whole-file conditions
This commit is contained in:
parent
5054c53901
commit
21bfbb9d44
10 changed files with 37 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue