SCARA_SEGMENTS_PER_SECOND

This commit is contained in:
Scott Lahteine
2015-05-12 04:18:15 -07:00
parent 9e95ceb3fc
commit b2bd9aae7c
2 changed files with 2 additions and 1 deletions

View File

@ -363,6 +363,7 @@ bool target_direction;
#endif
#ifdef SCARA
float delta_segments_per_second = SCARA_SEGMENTS_PER_SECOND;
static float delta[3] = { 0 };
float axis_scaling[3] = { 1, 1, 1 }; // Build size scaling, default to 1
#endif