EXP3D Imprimante Multifonction (#16079)
This commit is contained in:
committed by
Scott Lahteine
parent
cb4cd76086
commit
0832a60db3
@ -95,7 +95,7 @@ void forward_kinematics_SCARA(const float &a, const float &b) {
|
||||
void inverse_kinematics(const xyz_pos_t &raw) {
|
||||
|
||||
#if ENABLED(MORGAN_SCARA)
|
||||
|
||||
|
||||
/**
|
||||
* Morgan SCARA Inverse Kinematics. Results in 'delta'.
|
||||
*
|
||||
|
@ -460,7 +460,7 @@
|
||||
#elif MB(GTM32_MINI_A30)
|
||||
#include "stm32/pins_GTM32_MINI_A30.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(GTM32_MINI)
|
||||
#include "stm32/pins_GTM32_MINI.h" // STM32F1 env:STM32F103RE
|
||||
#include "stm32/pins_GTM32_MINI.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(GTM32_REV_B)
|
||||
#include "stm32/pins_GTM32_REV_B.h" // STM32F1 env:STM32F103RE
|
||||
#elif MB(MORPHEUS)
|
||||
|
Reference in New Issue
Block a user