🚸 G33 R and O options (#22707)

This commit is contained in:
Luc Van Daele
2021-09-13 02:35:37 +02:00
committed by GitHub
parent c9d54bc3f3
commit 37c488fda1
4 changed files with 40 additions and 63 deletions

View File

@@ -45,19 +45,6 @@ extern abc_float_t delta_diagonal_rod_trim;
*/
void recalc_delta_settings();
/**
* Get a safe radius for calibration
*/
#if ENABLED(DELTA_AUTO_CALIBRATION)
extern float calibration_radius_factor;
#else
constexpr float calibration_radius_factor = 1;
#endif
#if EITHER(DELTA_AUTO_CALIBRATION, DELTA_CALIBRATION_MENU)
float delta_calibration_radius();
#endif
/**
* Delta Inverse Kinematics
*