Browse Source

Expose delta_clip_start_height for use by others

Scott Lahteine 8 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
                delta_segments_per_second,
322
                delta_segments_per_second,
323
                delta_diagonal_rod_trim_tower_1,
323
                delta_diagonal_rod_trim_tower_1,
324
                delta_diagonal_rod_trim_tower_2,
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
   void recalc_delta_settings(float radius, float diagonal_rod);
327
   void recalc_delta_settings(float radius, float diagonal_rod);
327
 #elif IS_SCARA
328
 #elif IS_SCARA
328
   void forward_kinematics_SCARA(const float &a, const float &b);
329
   void forward_kinematics_SCARA(const float &a, const float &b);

Loading…
Cancel
Save