Prusa MINI Firmware overview
probe.h File Reference

Go to the source code of this file.

Macros

#define DEPLOY_PROBE()
 
#define STOW_PROBE()
 

Functions

float probe_min_x ()
 
float probe_max_x ()
 
float probe_min_y ()
 
float probe_max_y ()
 

Variables

constexpr xyz_pos_t probe_offset {0}
 

Macro Definition Documentation

◆ DEPLOY_PROBE

#define DEPLOY_PROBE ( )

◆ STOW_PROBE

#define STOW_PROBE ( )

Function Documentation

◆ probe_min_x()

float probe_min_x ( )
103 { return 0; };

◆ probe_max_x()

float probe_max_x ( )
104 { return 0; };

◆ probe_min_y()

float probe_min_y ( )
105 { return 0; };

◆ probe_max_y()

float probe_max_y ( )
106 { return 0; };

Variable Documentation

◆ probe_offset

constexpr xyz_pos_t probe_offset {0}
constexpr

Marlin 3D Printer Firmware Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]

Based on Sprinter and grbl. Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. probe.h - Move, deploy, enable, etc.