extruder_multiplier => flow_percentage
This commit is contained in:
parent
464d594450
commit
628dcbc764
5 changed files with 26 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue