Fix a compile warning, etc. (#12955)

This commit is contained in:
Ludy
2019-01-20 01:47:29 +01:00
committed by Scott Lahteine
parent 424aa05cc2
commit acf266fe78
6 changed files with 9 additions and 12 deletions

View File

@ -184,6 +184,7 @@ void plan_arc(
raw[q_axis] = center_Q + r_Q;
#if ENABLED(AUTO_BED_LEVELING_UBL)
raw[l_axis] = start_L;
UNUSED(linear_per_segment);
#else
raw[l_axis] += linear_per_segment;
#endif