Remove extra pragmas

This commit is contained in:
Scott Lahteine
2019-07-30 20:19:34 -05:00
parent 202d3ab3c9
commit c2b319360d
12 changed files with 0 additions and 21 deletions

View File

@ -25,8 +25,6 @@
* delta.h - Delta-specific functions
*/
#pragma once
extern float delta_height,
delta_endstop_adj[ABC],
delta_radius,

View File

@ -27,7 +27,6 @@
* High-level motion commands to feed the planner
* Some of these methods may migrate to the planner class.
*/
#pragma once
#include "../inc/MarlinConfig.h"

View File

@ -25,8 +25,6 @@
* scara.h - SCARA-specific functions
*/
#pragma once
#include "../core/macros.h"
extern float delta_segments_per_second;