Simplify init with ARRAY_BY_EXTRUDERS1 macro (PR#2507)
This commit is contained in:
committed by
Richard Wackerbarth
parent
ab6f1fdf8b
commit
e4c01f1c7e
@@ -406,6 +406,8 @@
|
||||
#define ARRAY_BY_EXTRUDERS(v1, v2, v3, v4) { v1 }
|
||||
#endif
|
||||
|
||||
#define ARRAY_BY_EXTRUDERS1(v1) ARRAY_BY_EXTRUDERS(v1, v1, v1, v1)
|
||||
|
||||
/**
|
||||
* Shorthand for pin tests, used wherever needed
|
||||
*/
|
||||
|
Reference in New Issue
Block a user