Pre-calculate diagonal rod length squared
This commit is contained in:
parent
4623e78ce0
commit
9bf1cf1b22
2 changed files with 6 additions and 3 deletions
|
|
@ -107,6 +107,9 @@
|
|||
#define DELTA_TOWER3_X 0.0 // back middle tower
|
||||
#define DELTA_TOWER3_Y DELTA_RADIUS
|
||||
|
||||
// Diagonal rod squared
|
||||
#define DELTA_DIAGONAL_ROD_2 pow(DELTA_DIAGONAL_ROD,2)
|
||||
|
||||
//===========================================================================
|
||||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue