Show page Old revisions Backlinks This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. In Smoothie, you can create multiple instances of some modules. For example, if your machine has several extruders, you can create several Extruder modules. There is no limit to how many modules you can create. Modules are created by choosing a module name, and setting the <kbd>enable</kbd> option to <kbd>true</kbd> for that module. <code> extruder.first.enable true extruder.second.enable true extruder.third.enable true </code>