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,11 +84,11 @@ class unified_bed_leveling {
84 84
       static void move_z_with_encoder(const float &multiplier);
85 85
       static float measure_point_with_encoder();
86 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 89
     #endif
90 90
 
91
-    static bool g29_parameter_parsing();
91
+    static bool g29_parameter_parsing() _O0;
92 92
     static void find_mean_mesh_height();
93 93
     static void shift_mesh_height();
94 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,7 +114,7 @@ class unified_bed_leveling {
114 114
     );
115 115
     static void save_ubl_active_state_and_disable();
116 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 118
     static mesh_index_pair find_closest_mesh_point_of_type(const MeshPointType, const float&, const float&, const bool, uint16_t[16]) _O0;
119 119
     static mesh_index_pair find_furthest_invalid_mesh_point() _O0;
120 120
     static void reset();

Loading…
Cancel
Save