mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-25 06:27:25 -07:00
🎨 Various multi-axis patches (#22823)
This commit is contained in:
parent
9c208a008d
commit
dc5bef62ba
20 changed files with 174 additions and 127 deletions
|
|
@ -327,7 +327,7 @@ extern const char G28_STR[];
|
|||
class GcodeSuite {
|
||||
public:
|
||||
|
||||
static uint8_t axis_relative;
|
||||
static axis_bits_t axis_relative;
|
||||
|
||||
static inline bool axis_is_relative(const AxisEnum a) {
|
||||
#if HAS_EXTRUDERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue