Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
compiling-smoothie [2018/10/29 11:11] 46.17.161.148 [Compiling] |
compiling-smoothie [2019/04/29 10:50] (current) wolfmanjm [Compiling] |
||
---|---|---|---|
Line 143: | Line 143: | ||
make clean | make clean | ||
make CNC=1 | make CNC=1 | ||
+ | </code> | ||
+ | |||
+ | </callout> | ||
+ | |||
+ | <callout type="success" icon="true" title=" CNC and 3d in one build"> | ||
+ | |||
+ | If you are trying build a version of Smoothie that has extruders, temperature control and spindle, you need to do : | ||
+ | |||
+ | <code> | ||
+ | make clean | ||
+ | make INCLUDE_MODULE="tools/drillingcycles tools/spindle" | ||
</code> | </code> | ||