extruder_multiplier => flow_percentage
This commit is contained in:
@ -118,4 +118,7 @@
|
||||
|
||||
#define CEILING(x,y) (((x) + (y) - 1) / (y))
|
||||
|
||||
#define MAX3(a, b, c) max(max(a, b), c)
|
||||
#define MAX4(a, b, c, d) max(max(max(a, b), c), d)
|
||||
|
||||
#endif //__MACROS_H
|
||||
|
Reference in New Issue
Block a user