Browse Source

ubl.h compile flags from 1.1.x

Scott Lahteine 7 years ago
parent
commit
2228dff3ea
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/src/feature/bedlevel/ubl/ubl.h

+ 4
- 4
Marlin/src/feature/bedlevel/ubl/ubl.h View File

84
       static void move_z_with_encoder(const float &multiplier);
84
       static void move_z_with_encoder(const float &multiplier);
85
       static float measure_point_with_encoder();
85
       static float measure_point_with_encoder();
86
       static float measure_business_card_thickness(float in_height);
86
       static float measure_business_card_thickness(float in_height);
87
-      static void manually_probe_remaining_mesh(const float&, const float&, const float&, const float&, const bool);
88
-      static void fine_tune_mesh(const float &rx, const float &ry, const bool do_ubl_mesh_map);
87
+      static void manually_probe_remaining_mesh(const float&, const float&, const float&, const float&, const bool) _O0;
88
+      static void fine_tune_mesh(const float &rx, const float &ry, const bool do_ubl_mesh_map) _O0;
89
     #endif
89
     #endif
90
 
90
 
91
-    static bool g29_parameter_parsing();
91
+    static bool g29_parameter_parsing() _O0;
92
     static void find_mean_mesh_height();
92
     static void find_mean_mesh_height();
93
     static void shift_mesh_height();
93
     static void shift_mesh_height();
94
     static void probe_entire_mesh(const float &rx, const float &ry, const bool do_ubl_mesh_map, const bool stow_probe, bool do_furthest) _O0;
94
     static void probe_entire_mesh(const float &rx, const float &ry, const bool do_ubl_mesh_map, const bool stow_probe, bool do_furthest) _O0;
114
     );
114
     );
115
     static void save_ubl_active_state_and_disable();
115
     static void save_ubl_active_state_and_disable();
116
     static void restore_ubl_active_state_and_leave();
116
     static void restore_ubl_active_state_and_leave();
117
-    static void display_map(const int);
117
+    static void display_map(const int) _O0;
118
     static mesh_index_pair find_closest_mesh_point_of_type(const MeshPointType, const float&, const float&, const bool, uint16_t[16]) _O0;
118
     static mesh_index_pair find_closest_mesh_point_of_type(const MeshPointType, const float&, const float&, const bool, uint16_t[16]) _O0;
119
     static mesh_index_pair find_furthest_invalid_mesh_point() _O0;
119
     static mesh_index_pair find_furthest_invalid_mesh_point() _O0;
120
     static void reset();
120
     static void reset();

Loading…
Cancel
Save