@ -70,13 +70,13 @@ private:
static void move_z_with_encoder ( const_float_t multiplier ) ;
static float measure_point_with_encoder ( ) ;
static float measure_business_card_thickness ( ) ;
static void manually_probe_remaining_mesh ( const xy_pos_t & , const_float_t , const_float_t , const bool ) _O0 ;
static void fine_tune_mesh ( const xy_pos_t & pos , const bool do_ubl_mesh_map ) _O0 ;
static void manually_probe_remaining_mesh ( const xy_pos_t & , const_float_t , const_float_t , const bool ) __ O0 ;
static void fine_tune_mesh ( const xy_pos_t & pos , const bool do_ubl_mesh_map ) __ O0 ;
# endif
static bool G29_parse_parameters ( ) _O0 ;
static bool G29_parse_parameters ( ) __ O0 ;
static void shift_mesh_height ( ) ;
static void probe_entire_mesh ( const xy_pos_t & near , const bool do_ubl_mesh_map , const bool stow_probe , const bool do_furthest ) _O0 ;
static void probe_entire_mesh ( const xy_pos_t & near , const bool do_ubl_mesh_map , const bool stow_probe , const bool do_furthest ) __ O0 ;
static void tilt_mesh_based_on_3pts ( const_float_t z1 , const_float_t z2 , const_float_t z3 ) ;
static void tilt_mesh_based_on_probed_grid ( const bool do_ubl_mesh_map ) ;
static bool smart_fill_one ( const uint8_t x , const uint8_t y , const int8_t xdir , const int8_t ydir ) ;
@ -98,17 +98,17 @@ public:
static void report_state ( ) ;
static void save_ubl_active_state_and_disable ( ) ;
static void restore_ubl_active_state_and_leave ( ) ;
static void display_map ( const uint8_t ) _O0 ;
static mesh_index_pair find_closest_mesh_point_of_type ( const MeshPointType , const xy_pos_t & , const bool = false , MeshFlags * done_flags = nullptr ) _O0 ;
static mesh_index_pair find_furthest_invalid_mesh_point ( ) _O0 ;
static void display_map ( const uint8_t ) __ O0 ;
static mesh_index_pair find_closest_mesh_point_of_type ( const MeshPointType , const xy_pos_t & , const bool = false , MeshFlags * done_flags = nullptr ) __ O0 ;
static mesh_index_pair find_furthest_invalid_mesh_point ( ) __ O0 ;
static void reset ( ) ;
static void invalidate ( ) ;
static void set_all_mesh_points_to_value ( const_float_t value ) ;
static void adjust_mesh_to_mean ( const bool cflag , const_float_t value ) ;
static bool sanity_check ( ) ;
static void G29 ( ) _O0 ; // O0 for no optimization
static void smart_fill_wlsf ( const_float_t ) _O2 ; // O2 gives smaller code than Os on A2560
static void G29 ( ) __ O0 ; // O0 for no optimization
static void smart_fill_wlsf ( const_float_t ) __ O2 ; // O2 gives smaller code than Os on A2560
static int8_t storage_slot ;