Browse Source

Expose delta_clip_start_height for use by others

Scott Lahteine 7 years ago
parent
commit
887ed73c9b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/Marlin.h

+ 2
- 1
Marlin/Marlin.h View File

@@ -322,7 +322,8 @@ float code_value_temp_diff();
322 322
                delta_segments_per_second,
323 323
                delta_diagonal_rod_trim_tower_1,
324 324
                delta_diagonal_rod_trim_tower_2,
325
-               delta_diagonal_rod_trim_tower_3;
325
+               delta_diagonal_rod_trim_tower_3,
326
+               delta_clip_start_height;
326 327
   void recalc_delta_settings(float radius, float diagonal_rod);
327 328
 #elif IS_SCARA
328 329
   void forward_kinematics_SCARA(const float &a, const float &b);

Loading…
Cancel
Save