Probably the machine for which Smoothie is most used, due to Smoothie’s roots in the RepRap project, 3D printers are fairly simple to Smoothiefy.
This is a step-by-step guide to connecting your board to the various components of the 3D printer, configuring everything, from the beginning to actual printing.
This guide is a community effort, and this page is a Wiki. Please don’t hesitate to edit it to fix mistakes and add information, any help is very welcome.
On a typical 3D printer setup, installing a Smoothieboard will mean you do the following things:
This guide will walk through everything you need to accomplish to successfully perform these steps.
At the end of this guide, you should have a fully working machine.
Some users have hand-translated this page. Note that this translated version is by definition never going to be up-to-date. Use it to help you understand in general, but any specific information should be taken from the original version, especially before asking the community for help.
Your Smoothieboard comes with a micro SD card in the microSD slot.
The boards come pre-flashed.
With a basic configuration file installed on the SD card, no preparation is needed before you can connect Smoothieboard to your computer and start interacting with it.
The first thing you might want to do before you start connecting your board is to look at our list of Software, and install a “host” program to talk to the board.
A good first step is to connect your board to your computer to familiarize yourself with it.
Connect a USB-B cable to the USB connector on the board, and to your computer.
A moment after connection, your computer will recognize the Smoothieboard as a USB Mass Storage Device (like a USB disk-drive or an SD card reader), showing you the files present on the SD card.
Drivers are needed for Windows 7/8, while Linux and Mac OS X directly support the device, you can find those drivers here.
This allows you to add, copy, edit, or delete any file you’d like.
Already present on the SD card is a file named “config”.
This file contains all of the configuration options for your board and is read when you start or reset your board.
You edit the configuration simply by editing this file in a Text Editor, saving it, and resetting the board.
No need to recompile or flash the board.
USB Mass Storage is not the only thing you get when you connect the board.
The board also exposes a USB CDC Serial interface, allowing you to send G-Code and receive answers.
(There is also a DFU interface for flashing firmwares but that’s mostly for developers).
The CDC (Serial) interface is the interface host programs like Pronterface use to allow you to interact with your machine.
If you are already familiar with it, you can try connecting right now and get an answer from the board.
If not, we explain it all later in this guide.
The other main communication interface present on the Smoothieboard, apart from the USB port, is the Ethernet port, which allows you to connect your board to your local Ethernet network, and talk to the board via TCP/IP.
This is the same kind of technology you would find on a network-connected 2D printer, for example.
It allows you to access a web interface the board serves, and control the machine via your browser.
It also allows you to connect some software that supports it (like Pronterface and Visicut) to your Smoothieboard via the network.
Network is disabled by default but is very easy to enable and configure.
It is also the recommended main method of communicating with your Smoothieboard.
You can find all the information you need about using the network interface here: Network interface
Now that you have your board, a very good idea before starting is to update your firmware to the latest version.
You do this by downloading the latest firmware.bin
file, copying it onto the SD card, and resetting the SmoothieBoard.
Then, the new firmware will “flash” (you will see the LEDs on the board do a little “dance”), and you will then have the latest version.
This is particularly useful if you ever need to ask for help, as people helping you will be assuming you have the latest version.
You can find the file, and information on how to flash it, at Flashing Smoothie Firmware.
If you are migrating from another firmware, here are guides to help you understand how some values from your old firmware match the values in your new Smoothie system.
Smoothie uses different configuration parameters and approaches than other common CNC/3D printer firmwares. These guides will help you translate your existing settings.
Choose the guide that matches your current firmware:
When migrating to Smoothie:
Before you start wiring your machine’s elements to the board, there are several things you need to keep in mind and be careful about during all of the assembly.
Make sure you read this. Seriously. Not kidding. Do it. It’s important.
Always make sure the polarity is correct when wiring in power inputs (coming from the Power Supply). Reversed polarity can damage or destroy all or part of your board.
Polarity is indicated on the board itself by the + and - signs. Double check.
On older versions of the board, markings are partially hidden by the connector, making it confusing. Rely on only the diagrams.
How to check polarity: Attach your multimeter probes to the two wires of your power source respectively. If the voltmeter reading is positive it implies that the red probe is connected to the positive wire (+) and the black probe to the negative wire (-).
The main (labeled VBB) power input has a reverse polarity protection, however, it will not hold forever. As soon as you notice something is wrong, turn the power supply off and check again.
Never disconnect or connect stepper motors from the stepper motor drivers while the board is powered (i.e., when the Power Supply is turned on).
The drivers have very good protection against most possible problems and are very hard to destroy accidentally. But it is possible.
Be careful that nothing metallic ever touches the board while it is powered on. Falling screwdrivers, nuts and bolts can cause shorts and destroy the board.
Always check the schematic before connecting power sources (coming from the Power Supply) to the board. Connected to the wrong connector can destroy components.
A common example of this problem is plugging a power input cable into the connector for an output, or plugging the limit switches in backwards.
Make absolutely sure of your connections using crimps or screw terminals, from wires to any type of connector, are very careful and well done.
Connections (to the stepper motors for example) lost while the machine is running can destroy your board.
In the case of the VBB power input, be careful. If your board came with connectors pre-soldered, the 5mm connector is present, and the polarity of that connector is that of the large traces in the wiring diagram to the right (red is +, blue is -).
On some boards, the marking on the boards may be hidden by the connector itself, so for VBB, do not rely on the markings on the board, but on the diagrams on this page.
However, if you did not get your connectors soldered, and want to solder a 3.5mm connector instead of a 5mm connector, also note that the polarity is the opposite.
USB can, in some setups, be subject to interference, which causes disconnections, and can ruin your work. This is very hard to prevent if it happens even in normal conditions.
Ethernet, on the other hand, does not have this problem: save yourself the trouble, and use Ethernet right away. It's very nice. See Network for information on how to set it up.
If you receive a bad board, you will get a replacement. But if you destroy your own board, your only options will be to fix it yourself (which can be quite difficult), or get a new one.
This is why it is very important you make sure you do not destroy your own board. Smoothieboard is reasonably protected, but there are still things that will destroy it.
The general idea is: if a part of the board gets too much power, it will get destroyed.
Common mistakes that cause board destruction:
The general idea here is: always make sure everything is clean, and double-check everything before turning the power on. You can not learn by making mistakes here, as mistakes will likely cost you your board.
Electrostatic discharge can also destroy your board: make sure you properly ground everything.
If your machine contains any heating element and uses the temperature control module to control it, please make sure you read the section about implementing all safety measures here, and implement as many as you can.
Fires will kill you if you don't.
Make sure your machine's case and electronics are properly grounded, also make sure your location's electrical installation's grounding is correctly done.
Grounding Resources:
It's not just the machine itself that can be dangerous:
Laser Cutters: The machine vents large quantities of toxic smoke and gas, make sure it is very well evacuated to a place where no-one is breathing them
CNC Mills: Dusts, like wood dust for example, can be explosive if they come in contact with a flame, be careful and take measures to limit dust in the air
3D Printers: The acetone used to clean things is very flammable, and the sprays used to increase bed adherence are explosive, store them adequately and be careful when using them
Confined Spaces: You are even more in danger if you are using your machine in a confined space, always be on the watch for safety issues.
For a good read about safety, you can refer to the RepRap Wiki documentation on the subject.
To properly understand some of the safety instructions in this documentation, basic knowledge about electricity is required. See this page for a refresher on the basics.
Remember: Prevention is always better than repair. Take your time, double-check everything, and never skip safety steps to save time.
There are different ways of providing logic power to your board.
Your board needs two sorts of power to work:
There are three ways to provide 5V power to the board:
USB cables provide 5V directly to the board.
This is the simplest method and works well for testing and setup.
By soldering a voltage regulator to the board (and providing 12+24V, which the voltage regulator then turns into 5V).
This allows the board to be powered from your main power supply.
By providing 5V directly to the 5V power input (next to the VBB power input).
This requires a separate 5V power supply.
If you want to keep it simple, the easiest solution is just to connect your Smoothieboard to your computer via USB.
Smoothieboard has diodes on-board that will simply get the power from the one with the highest voltage.
This means you can even turn one off and the other will be used without a reset.
If voltage and current are strange concepts to you, it’s probably a good idea before you continue setting up your board, that you read this introduction.
The board’s logic circuits (5V line) typically consume up to 500mA current (what is standard for a USB port).
Without power, your board cannot do much.
The board uses power to operate the control logic, move stepper motors, power heating elements, fans, and other peripherals.
Two power supplies are required, 5.0V and ‘bulk’ power (VBB).
Multiple-output power supplies are available. In some cases, a minimum load must be applied to the primary output before the secondary output will be regulated to within tolerances. For example, a dual 5.0V and 12V supply might regulate the 5.0V well at no-load conditions, but the 12V output may be low until power is drawn from the 5.0V supply.
Electromagnetic Interference (EMI): Digital logic and power circuitry (such as stepper motor drivers) switches currents and voltages on and off very rapidly. This produces EMI proportional to the voltage, current and rate of switching. EMI can be radiated (as radio waves) and/or conducted through the power line cord or other connections. EMI can interfere with (produce noise in or prevent proper operation of) other equipment, including sensors and motion encoder modules. To reduce these effects, an EMI filter module may be added to help reduce the conducted emissions. An EMI filter module may not strictly be needed, however it is often simpler to take protective measures from the start rather than e.g. searching for the cause of strange, intermittent behavior or coming back to failed 3D prints for months – and then put in an EMI filter module.
A typical US AC wall outlet provides 110V to 120V and is protected by a fuse or circuit breaker with a 15A or 20A rating. As (for example) a motor load such as a refrigerator or saw briefly draws a much higher starting current, in order to avoid ‘nuisance trips’ a 20A rating does not instantly remove power when that load is exceeded.
A VBB power supply rated (for example) 12V at 10A can provide up to 12V x 10A = 120W (Watts) of DC power. Power supplies are not 100% efficient, thus it will require 5% to 30% more than 120W of input power to produce 120W of output power. It is usually safe to assume at least 70% efficiency at full load (higher for more modern supplies), so the power supply will only need perhaps 1.5A at 120VAC input. A 1A, 5V supply will require much less than 1A at 120VAC input.
While the equipment can only use perhaps 2.5A, the AC wall outlet will provide at least 15A to 20A continuously without tripping the circuit breaker or blowing the fuse. It would be possible (though rare) for a fault condition that drew for example 10A at 120V = 1200W to occur, which would be a fire hazard, without tripping the breaker. If you wish to address this possibility, adding an additional fuse and/or circuit breaker with (for example) a 3A rating in line with the AC ‘hot’ wire will ensure that if there is a lot of excess power being drawn due to a circuit failure, then this fuse will blow or circuit breaker trip, and power will be removed. Too low a fuse or circuit breaker rating will result in ‘nuisance’ trips.
Make sure you use a Regulated Power Supply, make sure you connect the ground wire for the mains to the power supply, and if it has a fan, make sure it has sufficient space around it to let air flow and cool it appropriately.
To wire the power supply unit to mains (wall AC power), make sure you connect the right colored wires to the right connectors on the PSU. The 3 connectors are “live”, “neutral” and “ground”. Color changes from cable to cable. You can find charts for your specific country/cable on the internet, but the following colors are the most common:
Standard | Load/live color | Neutral color | Earth color |
---|---|---|---|
US | Black | White | Green |
Europe | Brown | Light blue | Yellow/Green |
Once the wires connected to the PSU, make sure none of your computers is doing something important (like a system upgrade). In case something goes wrong, plug the PSU into a power strip with an on/off button. Then turn that button ON. If your house loses power, you did something wrong. If an LED illuminates on the PSU, everything is fine: unplug the PSU and continue.
If you are new to wiring, please check our how to wire guide.
Now that the PSU is getting mains power, your PSU is converting it into 12V or 24V DC (Direct Current) power. You need to connect wires from it to the Smoothieboard to provide power.
The most important thing for DC is to respect polarity: + goes to +, - goes to -. On the PSU, + terminals are indicated as +, V+, 12V+ or 24V+. Ground (-) terminals are indicated as -, V-, COM or GND.
On the Smoothieboard they are indicated simply as + and -.
Wiring Diagram: Refer to the Smoothieboard power connection diagram for visual reference on connecting power supplies.
By convention, black (sometimes brown) wires are used for ground, and red (sometimes orange, white or yellow) wires are used for power connections.
You may want to turn on the power supplies and test the output voltages before connecting them to the Smoothieboard (and turn them back off before connecting).
Once the wires are correctly connected, you can turn the PSU ON. If everything was done correctly, the red LED (marked VBB) on the Smoothieboard will light up brightly.
Now that the board has power, you can use that power to move things!
It is recommended you setup an emergency stop button on your machine, so that in case of a problem, you can easily and quickly turn the machine off. For information on how to do this, please read EmergencyStop.
A bit of theory:
« A stepper motor (or step motor) is a brushless DC electric motor that divides a full rotation of the motor into a number of equal steps. The motor’s position can then be commanded to move and hold at one of these steps without any feedback sensor (an open-loop controller). » (Wikipedia)
Because they work by steps, and you can accurately control how many steps you move in each direction, stepper motors are a very practical way of moving things to a desired position. This makes them great for most CNC applications.
Smoothie comes with stepper motor drivers designed for bipolar stepper motors, with a maximum current rating of 2 Amps.
10mH
is bad.
12V
, where "CNC" steppers have voltage below 5V.
Bipolar stepper motors have two poles (bi-polar). Each pole is connected to two wires. That’s 4 wires coming out of your stepper motor. These have to be connected to your Smoothieboard.
Each stepper motor driver on the Smoothieboard has 4 connections to that effect. (Stepper motor drivers are labeled M1, M2 etc…)
The tricky thing is often to find out which wires connect to which poles. If you just wire things at random, you have a chance it will work, but let’s be scientific about it. Several methods:
Now to connect the wires to the Smoothieboard. Let’s call one coil A, and the other coil B. It doesn’t matter which is which. Polarity also doesn’t matter, all it changes is the direction the motor turns, and you can change that in the configuration file. Now simply connect your two wires to the Smoothieboard’s 4 pins for that stepper motor driver as such: AABB or BBAA. Other combinations like ABBA or ABAB will not work.
Once your stepper motor is properly connected to your Smoothieboard, it is ready to be controlled.
In this example, a stepper motor is connected to the M1 driver, and power is provided to VBB (the main power input).
If you want to use larger stepper motors than the Smoothieboard’s drivers can handle (2A max), you need to use external stepper drivers.
You can find detailed information on how to wire an external stepper motor driver to a Smoothieboard in the External driver appendix.
Example configurations are available on GitHub.
You can also refer to the Configuration documentation.
The first thing you have to do is tell the stepper motor drivers what is the current rating for your stepper motors is. To drive the stepper motor correctly, the driver has to know the motor’s current rating.
Each stepper motor model has a precise current rating. You can drive your stepper motor at a lower current, which will make it more silent, but also less powerful. But you cannot drive the motor at a higher current than it is rated at. This would cause overheating, and possibly skipped steps.
The rating is often written on your stepper motor’s label (see picture on the right). If it is not, you can get it by googling the stepper motor model number, or by contacting your seller or manufacturer.
Once you have the correct rating, you can set the corresponding parameter in the configuration file.
Smoothie has a funny way of naming stepper motor drivers. Instead of naming them X, Y or Z, because this makes no sense in non-cartesian robots like delta robots, we name the drivers using Greek letters so they are arm application agnostic:
Label on the Smoothieboard | M1 | M2 | M3 | M4 | M5 |
---|---|---|---|---|---|
Axis in a Cartesian machine | X (left-right) | Y (front-back) | Z (up-down) | E0: First extruder | E1: Second extruder |
Greek letter | α (alpha) | β (beta) | γ (gamma) | δ (delta) | ε (epsilon) |
Current setting configuration option | alpha_current | beta_current | gamma_current | delta_current | epsilon_current |
Now, as described in the “Unboxing” paragraph, connect the board to your computer, open the “config” file with a text editor, and change the configuration value for each stepper motor driver to the correct value.
For example, if your alpha stepper motor has a current rating of 1.68A, edit the corresponding line to read:
alpha_current 1.68 # X stepper motor current
Do this for each stepper motor you have to connect to the board. (If you have a Cartesian robot, see which motor connects to which stepper driver in the array above. If you use another type of arm solution, see the specific documentation.)
A stepper motor driver operates in steps. It moves a certain number of steps in one direction, then a certain number of steps in another. You think in millimeters. You want your machine to go to a certain position in millimeters, then another position in millimeters.
You need Smoothieboard to convert the millimeters you ask of it, into steps the stepper motor driver understands.
That conversion depends on your exact arm solution. The most common, and the simplest, is the Cartesian arm solution, and it is the one we will focus on here. Documentation for other arm solutions can be found separately.
In the case of a Cartesian arm solution, you simply convert a certain number of millimeters to a certain number of steps. That is the steps_per_millimeter configuration option that you have to set for each stepper motor.
To compute it, you must multiply a certain number of factors.
The formula is as follows:
steps per millimeter = ((full steps per rotation) x (microsteps per step)) / (millimeters per rotation)
To help you, there is an awesome calculator by the awesome Josef Prusa: http://calculator.josefprusa.cz/
Once you know the correct value for a given stepper motor driver, set it in the config file.:
alpha_steps_per_mm 80 # Steps per mm for alpha stepper
Do this for each stepper motor driver.
In the case of your extruder stepper motor, the principle is the same, but the value is extruder_steps_per_mm
.
Here is a good video on steps per millimeters:
It is now time to test your stepper motors. For this, you will need to use host software like Pronterface or the web interface.
Now connect to your Smoothieboard over the serial interface. Power your machine on by plugging the PSU into the wall.
Now you need to move an axis to make sure the stepper motor is turning in the right direction. In Pronterface, click near the yellow arrow marked “+X”.
Your X axis will move. If it moved to the right, great! Everything is fine, and you have nothing to change. If it moved to the left, you need to invert the direction of that axis.
You do this by editing the configuration file, and inverting the direction pin for that stepper motor driver:
alpha_dir_pin 0.5 # Pin for alpha stepper direction
Becomes:
alpha_dir_pin 0.5! # Pin for alpha stepper direction
This is for your axes. In the case of your extruder, the config value is extruder_dir_pin
.
Save the config file, reset the Smoothieboard, connect again using Pronterface. Now the axis will move in the right direction.
Do this for each axis.
On a typical “Cartesian” machine, each actuator (a motor and a linear rail, named alpha, beta, gamma) corresponds to an axis (like X, Y, and Z).
However, on other machines, the position in Cartesian space (X, Y, Z) must be converted, using math, into a more complex position for the actuators.
This is the case, for example, of linear delta (often just called “delta”) machines.
Currently, Smoothieware supports the following arm/motion solutions:
To configure your machine for the right type, see its specific page linked above.
Each arm solution has its own configuration parameters and requirements.
layout: default title: Extruder Guide —
Extruders are used to push plastic filament through a hotend, to achieve the awesome feat of 3D Printing.
This module controls the motor that pushes the filament, it does not take care of the hotend itself, which is the job of TemperatureControl.
The most important parameter to get your extruder module to work properly, is extruder.[module-name].steps_per_mm
.
You can create as many Extruder modules as you want (although you may run out of memory and Smoothie will no longer boot), as long as you give them different module names.
You can name those modules whatever you want (as long as you stick to only alphanumerical characters).
make AXIS=6
.
We need to find the number of steps the stepper motor drivers have to generate in order to move the filament 1 millimeter.
This value depends on your stepper motor, the microstepping on your stepper motor drivers, the gear reduction ratio on the extruder assembly if any, and the diameter of your hobbed pulley/bolt.
A very good guide on how to find this value can be found here: Triffid Hunter’s Calibration Guide.
extruder.hotend.steps_per_mm 140
This is an optional parameter for those who want to use volumetric extrusion, but are too lazy to do their own math. ;)
Simply enter the machine’s filament diameter here and set your slicer’s filament diameter to 1.128379mm (2*sqrt(1/pi)) and enjoy portable gcode!
Further explanation can be found in Triffid Hunter’s guide, linked above.
extruder.hotend.filament_diameter 3.0
The filament diameter can also be saved at runtime with this M code:
M200 |
Set E units for volumetric extrusion - D |
M200 D3.0 |
and saved with M500
.
G10
/G11
will cause the filament to retract and unretract, this option can be set in most current slicers.
Note this is optional, you are not obligated to set this up, but it is a nice feature if you want to use it.
The amounts of extrusion and speed can be set with the following M codes:
M207 |
set retract length S[positive|mm] F[feedrate|mm/min] Z[additional|zlift/hop] Q[zlift|feedrate mm/min] | M207 S4 F30 Z1 |
M208 |
set retract recover length S[positive|mm surplus to the M207 S*] F[feedrate|mm/min] | M208 S0 F8 |
or can be set in config with the following settings:
extruder.hotend.retract_length 3 # retract length in mm
extruder.hotend.retract_feedrate 45 # retract feedrate in mm/sec
extruder.hotend.retract_recover_length 0 # additional length for recover
extruder.hotend.retract_recover_feedrate 8 # recover feedrate in mm/sec (should be less than retract feedrate)
extruder.hotend.retract_zlift_length 0 # zlift on retract in mm, 0 disables
extruder.hotend.retract_zlift_feedrate 6000 # zlift feedrate in mm/min (Note mm/min NOT mm/sec)
These can be set differently for each extruder defined.
As all stepper motors, the extruder stepper motor needs 3 pins to be controlled: step, direction, and enable (See Pin Reference and Pinout):
1st Extruder (delta, or M4)
extruder.hotend.step_pin 2.3
extruder.hotend.dir_pin 0.22
extruder.hotend.en_pin 0.21
2nd Extruder (epsilon, or M5)
extruder.hotend2.step_pin 2.8
extruder.hotend2.dir_pin 2.13
extruder.hotend2.en_pin 4.29
On boards which feature current control of the stepper motor drivers (Smoothieboard or 4pi), you have to set that value for the extruder too.
This is handled by the Currentcontrol module, but usually, the line for the configuration of a given stepper motor is written along with its pins, for clarity.
delta_current 1.5
Set the value to the exact value your stepper motor is rated for (or less, for less noise, but less torque).
Setting the current to a value higher than the recommended one causes overheating, and skipped steps.
Here is an example of a common configuration and wiring of an extruder with a Smoothieboard.
This example setup is of an extruder (stepper motor) connected to the M4 stepper motor driver.
If your machine has multiple extruders, you also want to look at multiple-extruders.
The default Smoothie configuration example contains an example extruder section, this means you do not need to create a new one, but you can just re-use the sample one.
The configuration looks like this:
## Extruder module configuration
# See http://smoothieware.org/extruder
extruder.hotend.enable true # Whether to activate the extruder module at all. All configuration is ignored if false
extruder.hotend.steps_per_mm 140 # Steps per mm for extruder stepper
extruder.hotend.default_feed_rate 600 # Default rate (mm/minute) for moves where only the extruder moves
extruder.hotend.acceleration 500 # Acceleration for the stepper motor mm/sec²
extruder.hotend.max_speed 50 # Maximum speed in mm/s
extruder.hotend.step_pin 2.3 # Pin for extruder step signal
extruder.hotend.dir_pin 0.22 # Pin for extruder dir signal (add '!' to reverse direction)
extruder.hotend.en_pin 0.21 # Pin for extruder enable signal
delta_current 1.5 # Current setting in Amperes for this motor driver
Now that your extruder is configured, you can wire it:
Wiring your extruder stepper motor is very similar to how you wire your X, Y, and Z stepper motors (see adequate documentation):
you just wire the 4 wires of the stepper motor, to the output connector of the M4 stepper motor driver.
A hotend contains a thermistor and a heating element in its heating block.
In a 3D printer, you heat thermoplastics.
There are two different parts in which you want to do that:
First, the hot-end heats the plastic to the point where it is liquid enough to go through the nozzle.
Second, the heated bed (in only some printers), on which the first layer is deposited, is heated to allow for better sticking of the plastic to the bed, and more uniform temperature in the part while printing.
For detailed information about temperature control in Smoothie, you can look at this part of the documentation: TemperatureControl
The process is essentially the same to wire and control a hot-end, or a heated bed, and is as follows:
A thermistor’s resistance changes with temperature.
By reading that resistance, we can determine the temperature of a hot-end or a heated bed.
This allows Smoothie to turn the heater on or off depending on the temperature it reads, to achieve the desired temperature.
There are 4 thermistor inputs, close to the SD card slot.
To wire the thermistor, take the two wires from the thermistor on your hot-end or heated bed, and connect them to one of the pairs of thermistor inputs on the Smoothieboard. Each input is two pins, one for each thermistor wire. There is no polarity to respect.
Smoothieboard has 4 thermistor inputs total, meaning a line of 8 pins on the edge of the board. Polarity is not important for thermistors.
By convention (meaning that if you wire things according to the way it is specified in the default configuration file, you do not need to edit the configuration file as it will already be correct),
In the default configuration file, the thermistor pins are set up using that convention:
temperature_control.hotend.thermistor_pin 0.23 # Pin for the thermistor to read (here T0)
temperature_control.bed.thermistor_pin 0.24 # Pin for the heated bed to read (here T1)
You can, however, use any thermistor pin you want for any temperature control module you want.
Thermistors come in all shapes and sizes.
Different models of thermistors are used in hotends or heated beds, and each type translates temperature into resistance differently. It’s essential to inform Smoothie about the specific thermistor model you have to ensure accurate temperature readings.
This configuration is done using the thermistor
option in the configuration file. You provide the name of your thermistor, and Smoothie will handle the math accordingly.
temperature_control.hotend.thermistor EPCOS100K
Currently, Smoothie recognizes the following thermistor models:
Name | Beta for 0-80°C | Beta for 185-230°C | I for Steinhart Hart | J for Steinhart Hart | K for Steinhart Hart | Part number |
---|---|---|---|---|---|---|
EPCOS100K |
4066 | 4193 | 0.000722378300319346F | 0.000216301852054578F | 9.2641025635702e-08F | B57540G0104F000 |
Honeywell100K |
3974 | 4385 | 0.000596153185928425F | 0.000231333192738335F | 6.19534004306738e-08F | 135-104LAG-J01 |
Semitec |
4267 | 4375 | 0.000811290160145459F | 0.000211355789144265F | 7.17614730463848e-08F | 104GT-2 |
Honeywell-QAD |
0.000827339299500986F | 0.000208786427208899F | 8.05595282332277e-08F | 135-104QAD-J01 | ||
Semitec-104NT4 |
0.000797110609710217F | 0.000213433144381270F | 6.5338987554e-08F | 104NT-4R025H42G | ||
RRRF100K |
3960 | |||||
RRRF10K |
3964 | |||||
HT100K |
3990 |
If your thermistor is not recognized by Smoothie, you can define the parameters manually in the configuration file using either the beta value or the Steinhart Hart algorithm.
Set the beta value in the configuration file:
temperature_control.hotend.beta 4066 # set beta for thermistor
If the thermistor is 100K ohms at 25°C, this setting is usually sufficient. Additional settings like r0
, t0
, r1
, r2
are not typically needed as the defaults work well.
If you’re unsure about your thermistor model, contact the designer or seller of your 3D printer, hotend, or heated bed to obtain the specifications and beta value.
This is the preferred method. Set the Steinhart Hart coefficients in the configuration file:
temperature_control.hotend.coefficients 0.000722376862540841,0.000216302098124288,0.000000092640163984
To determine the Steinhart Hart coefficients for your thermistor, please refer to the SteinhartHart page.
Alternatively, if you have the temperature curve for your thermistor, you can define three points on that curve and let Smoothie calculate the coefficients:
temperature_control.hotend.rt_curve 20.0,126800,150,1360,240,206.5
Now that Smoothie can read the temperature, it needs a way to heat things and maintain a desired temperature.
This is the heating element.
On a hot-end, that is usually a resistor or a cartridge heater, on a heated bed, that is usually a PCB plate designed to have the right resistance, or a kapton heated bed.
Because of its resistance, when power is applied to a heater, the heater consumes energy to generate heat.
These heating elements need to be connected to Smoothieboard on a port that allows Smoothie to turn them ON or OFF as needed. This is done by the use of MOSFET that takes a digital input signal, and, depending on its value, lets current pass or not.
Smoothie has up to 6 MOSFET controls (6 on 5X, 4 on 4X, and 2 on 3X).
The MOSFETs act as switches to ground: loads must be connected between the power source and the MOSFET switched terminal.
When the MOSFET is switched on, power will be applied to the load.
When the MOSFET is switched off, power will be removed, because one load terminal will be essentially disconnected and current cannot flow.
The exception being inductive load ‘flyback’ switching transients, discussed above.
Connect your PSU to the power input connector for those FETs (providing power to the load), and connect your power-consuming element (be it heating element, spindle, etc.) between the power output terminal and the MOSFET terminal.
Smoothie connects/disconnects the element’s ground as needed to maintain temperature or as requested by G-codes.
There are three main pairs of MOSFETs on the board:
Big MOSFET pair: Their outputs are labeled P2_7 and P2_5 on the schematic, the input connector for them is found between them. They are found on the 4X and 5X boards. To power those MOSFETs, you need to provide them with power by wiring their power input to the power supply.
Small MOSFET pair: Their outputs are labeled P2_6 and P2_4 on the schematic, the input connector for them is found by their side, between P2_6 and P1_23. They are found on all of the boards. To power those MOSFETs, you need to provide them with power by wiring their power input to the power supply.
Mixed MOSFET pair: Their outputs are labeled P1_22 and P1_23 on the schematic. The pair is called “mixed” because it consists of one big MOSFET and one small MOSFET. They do not have a specific input, they take power directly from VBB (the Stepper motors power input described in the Stepper Motors chapter). To power those MOSFETs, you need to provide them with power by wiring their power input (which is the same as the one for the stepper motors) to the power supply.
MOSFETs list:
MOSFET group | MOSFET name | Controlling pin | Output connector | Input method | Voltage | Current |
---|---|---|---|---|---|---|
Big MOSFETs | First big MOSFET | 2.7 |
X15 | Big MOSFETs power input X13 | 12-24V | 12.5A max |
Big MOSFETs | Second big MOSFET | 2.5 |
X10 | Big MOSFETs power input X13 | 12-24V | 12.5A max |
Small MOSFETs | First small MOSFET | 2.4 |
X7 | Small MOSFETs power input X6 | 12-24V | 3A max |
Small MOSFETs | Second small MOSFET | 2.6 |
X8 | Small MOSFETs power input X6 | 12-24V | 3A max |
Mixed MOSFETs | Third big MOSFET | 1.23 |
X16 | VBB (motor) input | 12-24V | 12.5A max |
Mixed MOSFETs | Third small MOSFET | 1.22 |
X9 | VBB (motor) input | 12-24V | 3A max |
+
on that connector to +
on your PSU, and -
to -
on the PSU.
Never use the big MOSFETS for more than 12.5A (and monitor connector and MOSFET temperatures at that current use, too much heating can be a sign of a bad wire connection), and the small MOSFETS should never be used for more than 3A.
Trying to power a 40W (or more) hotend cartridge heater at 12V with the small FETs will destroy them, usually locking (melting) them to the “ON” state (shorted) and possibly destroying the circuitry driving the MOSFET gate.
If you need to control more than 12 Amps, you cannot do it with one of the MOSFETS on board, however, you can use a Solid State Relay.
For information see the Solid State Relay Appendix on this page.
Heated beds are often made out of a rigid, or flexible (kapton) PCB.
Let’s say you want to connect a heated bed to your Smoothieboard.
First, wire the thermistor to the thermistor input.
Then, find out (from the Internet, or your seller/manufacturer) the current rating for that heated bed.
In this example it will be the classical RepRap PCB plate Heatbed.
Ours has an 11A current rating, this means we cannot use it with a small MOSFET, and we need to wire it to a big MOSFET.
We connect our PSU to the power input for the big MOSFETS pair (don’t forget to check the labels on the board for polarity).
Then we connect the two wires from the PCB bed to one of the big MOSFETS out. Polarity is not important here.
Because this is the heated bed, we connect it to the P2_7 (pin 2.7 in the configuration file). This is a convention: it is configured that way in the default configuration file, meaning that if you connect it there, you do not need to change the configuration file to specify where you are connecting it: the configuration file is already correct.
For the hot-end, the default output is P2_4 (pin 2.4 in the configuration file).
To set a different MOSFET output for the bed or the hot-end, you have to edit the configuration file to the digital output pin corresponding to your chosen MOSFET. These are the lines you would have to edit:
temperature_control.hotend.heater_pin 2.7 # Pin that controls the heater cartridge for the hot-end
temperature_control.bed.heater_pin 2.5 # Pin that controls the heated bed
To help you figure out what is what, here is a recapitulating table:
This page documents the MOSFET outputs available on Smoothieboard and their specifications.
MOSFETs are used to control high-power devices like heated beds, hotends, fans, and other accessories.
MOSFET Pair | Big MOSFETS | Small MOSFETS | Mixed MOSFETS | |||
---|---|---|---|---|---|---|
Label on diagram | P2_7 | P2_5 | P2_4 | P2_6 | P1_23 | P1_22 |
Digital output pin | 2.7 |
2.5 |
2.4 |
2.6 |
1.23 |
1.22 |
Power Input | Between P2_7 and P2_5 |
Between P2_6 and P1_23 |
Taken from VBB | |||
Size | Big | Big | Small | Small | Big | Small |
Maximum current | 12A | 12A | 3A | 3A | 12A | 3A |
Used by default for | Heated bed | Hotend 0 | Fan | Hotend 1 |
Smoothieboard has three MOSFET pairs:
To configure a MOSFET output in your config file, use the appropriate pin number from the “Digital output pin” row.
Example for configuring a heated bed on P2_7:
temperature_control.bed.heater_pin 2.7
Example for configuring a hotend on P2_4:
temperature_control.hotend.heater_pin 2.4
Once your thermistor is connected, and both the power input and the heater elements are plugged in, you are ready to test your temperature controller.
To do this, reset your Smoothieboard, then connect to it using host software like Pronterface, or using the web interface.
Now connect to your Smoothieboard over the serial interface.
Power your machine on by plugging the PSU into the wall.
If anything burns or smells funny, turn everything off immediately and investigate.
The heaters are off by default when Smoothie starts. Check that they are not heating (one indication of the heater being ON is if the LED near the MOSFET is lit up, the other being checking the heater itself), if they are heating, something is wrong, turn everything off immediately and investigate.
Now, in Pronterface, set the temperature for either your bed or your hot-end, depending on what you are testing (wire and test only one at a time for easier problem investigation) at a low temperature (20°C above room temperature is a good idea), and monitor temperature to see if the temperature rises. If it does rise, everything is fine. If not, turn everything off immediately and investigate.
Once you know the heater works correctly, there is still some tuning to do: tuning your PID settings.
layout: default title: Temperature Control PID —
PID is crucial for stable temperature control.
Without PID, a simple way to control temperature would be:
But there is a big problem with that method.
Due to temperature not traveling instantly from the heater to the thermistor, when the thermistor reads a given temperature, the heater is already hotter than what the thermistor reads.
This overshooting is something we do not want.
It means reaching temperatures that could be undesirable, and it means you will not be able to correctly stabilize the temperature.
The solution to this is PID.
It uses some math, allowing us to correct those problems by turning the heater on and off in a smarter sequence.
PID stands for:
The P, I, and D factors are configured in your config file as follows:
temperature_control.hotend.p_factor 100
temperature_control.hotend.i_factor 0.1
temperature_control.hotend.d_factor 100
The really tricky thing is to find the right values for these 3 factors.
The default ones are most probably wrong for your setup.
So unless you have been given those values with your hardware, or you are a PID grand-master, you will need some help finding the optimal values.
To auto-tune your PID values:
M303 E0 S200
E0
specifies the hotend (use E1, E2, etc. for other extruders)S200
is the target temperature (adjust to your typical printing temperature)Wait for completion - The process will take several minutes as it cycles the heater and measures response
Review the results - The auto-tune will output the calculated PID values
Update your config - Add the new values to your config file
If auto-tuning doesn’t work well for your setup, you can manually tune:
Begin with conservative values:
p_factor = 100
i_factor = 0.1
d_factor = 100
Different heater configurations may require different tuning approaches:
High-power heaters (like cartridge heaters) may need:
Low-power heaters (like resistive wire) may need:
Heated beds typically need:
Symptom: Temperature swings up and down around target
Solutions:
Symptom: Takes a long time to heat up
Solutions:
Symptom: Temperature goes past target then settles
Solutions:
Symptom: Can’t maintain steady temperature
Solutions:
The PWM frequency can affect PID performance:
temperature_control.hotend.pwm_frequency 1000
Higher frequencies (1000-4000 Hz) are typically better for solid-state relays and MOSFETs.
For very simple setups, you can disable PID entirely:
temperature_control.hotend.bang_bang true
This uses simple on/off control. Not recommended for most applications.
Smoothie can automatically tune (find) your P, I, and D factors using a process described here.
Here is an example of the G-code command used to launch PID autotune:
M303 E0 S190
E0
is the number of the heater or bed temperature control module, determined by the order that they appear in the config file. Here it would be 0 for the hotend, and 1 for the bed.S190
is the temperature to autotune for. Use the temperature you will be using your heater at in real life. For a hotend here we use 190°C.When you run the command, tuning begins:
Target: 190.0
Start PID tune, command is M303 E0 S190
T: Starting PID Autotune, M304 aborts
ok
T: 21.3/190.0 @80 1 0/8
T: 22.0/190.0 @80 1 0/8
T: 22.3/190.0 @80 1 0/8
T: 22.1/190.0 @80 1 0/8
Etc...
It continues for 3 to 8 cycles, heating up, cooling down. Then:
Cycle 4: max: 246.189, min: 227.627, avg separation: 0.418274
Ku: 34.9838, Pu: 39.85
Trying:
Kp: 21.0
Ki: 1.053
Kd: 105
PID Autotune Complete! The settings above have been loaded into memory, but not written to your config file.
Now edit your configuration to use those three values (Kp
is p_factor
, Ki
is i_factor
, Kd
is d_factor
), reset, and temperature control should work much better. (Also M301
can be used to set the PID values and saved with M500
)
Alternatively, you can also enter the following G-code:
M500
Which will save the configuration values automatically in a configuration override file.
Learn more about configuration overrides here.
M303
over the web interface, use Telnet, Pronterface, or any other serial terminal.There are features you can configure to make sure that your temperature control module will detect when something is wrong, and stop the machine when that happens.
It is a good thing to read about these, and configure them as best as you can, because your house burning down is a very bad thing.
It is also a good thing to configure it well, because if you do not, it is possible Smoothie will think there is a problem when there is none, which can be annoying.
You can read more about temperature control safety here.
This information is all very abstract.
Here is an example setup for a simple 3D printer with one hotend and one heated bed:
In this setup:
We are going to use the first big mosfet to control the bed, it has a current limit of 12.5A so we are within limits.
We also need to provide power to the first big mosfet via the big mosfet power input.
We cannot however use the second big mosfet for anything, because if we did, we would go over the 12.5A limit of the big mosfet power input’s connector.
This is because the input must provide power to both outputs, so if we were for example to connect a 12.5A load to the first big mosfet, and a 2.5A load to the second big mosfet, the total passing through the big mosfet input would be 15A, which is over the 12.5A limit.
Therefore, we will use the first small mosfet to control the hotend. 3A is well within its limit.
Here again, we need to provide power to the small mosfet, via the small mosfet power input.
This means we will make 4 connections:
It’s essentially just a switch
End-stops are small interrupters that you put at the end of each of your axes.
When you boot your machine up, Smoothie has no way of knowing the position of each axis.
When it starts a print, Smoothie moves the axis until it touches that interrupter, and when it is hit, it declares that that is position 0 for that axis. And does so for all axes.
This allows Smoothie to then precisely know where everything is relative to that initial position.
It is quite convenient as it saves you the hassle of actually moving the machine into that position when you want to start a print. Automation is great.
However, end-stops are not necessary, you could do without them. They are just so convenient that most machines use them.
End-stops can also be used as limit switches which prevent the machine from attempting to move beyond the physical limits of the axis (by pausing/stopping movement when triggered), see the Endstops page for details about configuring Smoothie to use End Stops as limit switches.
This will concentrate on the most common type of end-stops: the mechanical ones.
Other types exist like optical or hall-o sensors.
Mechanical end-stops are simple interrupters: when not pressed, they do not let the current pass, when pressed, they let the current pass. By connecting a digital input pin on the Smoothieboard to the interrupter, and connecting the other side of the interrupter to Ground, the Smoothieboard can read whether or not it is connected to Ground, and therefore whether or not the end-stop is pressed.
Most mechanical end-stops have 3 connection points, to which you have to attach your wires:
You want to connect the Signal (green in the schematic) and Ground (blue in the schematic) pins for the end-stop on the Smoothieboard, to the C and NC connection points on the end-stop.
{:/nomarkdown}
You want to connect your X end-stop to the X min pins, Y end-stop to the Y min pins, and Z end-stop to the Z min pins.
Mechanical endstops are simple switches, they simply let a signal pass through, or not, allowing us to detect their status with an endstop input. It has no intelligence of its own.
There are more sophisticated endstops. Those are “powered endstops”, for example: Hall-O (magnetic) or optical endstops.
The only difference between a mechanical endstop and those powered endstops is that they require being provided with 5V power.
This means that where for a mechanical endstop you connect the Signal
and GND
pins, for a powered endstop, you connect the Signal
, GND
and 5V
pins.
Other than this, it works exactly the same as a mechanical endstop: The Signal
pin receives something different depending on whether the endstop is triggered or not.
Different powered endstops have different behaviors:
Some connect Signal
to Ground
when triggered, and Signal
to 5V
when not triggered.
Others connect Signal
to 5V
when triggered, and Signal
to Ground
when not triggered.
To know exactly what your endstop does, see its documentation.
If once wired, your endstop reports the opposite of what it should via the M119
command (1
when triggered/pushed, and 0
when not triggered), see the “Testing” section.
Some endstops might require removing their “pull-up” configuration, in this case, change:
alpha_min_endstop 1.28^
To:
alpha_min_endstop 1.28
And if you need it to be a pull-down, change it to:
alpha_min_endstop 1.28v
In some very rare cases, the endstop reading circuit on the Smoothieboard will not be adequate for your endstop type. In this case, you should use a “free” GPIO pin on the Smoothieboard that nothing else uses to connect your endstop to.
See Pinout to find adequate pins.
The default configuration most probably already has everything you need: the pins are already correct and the default speeds are reasonable.
Once they are wired, you can test your end-stops.
To do this, reset your Smoothieboard, then connect to it using host software like Pronterface or the web interface.
Now connect to your Smoothieboard over the serial interface. Power your machine on by plugging the PSU into the wall.
Now in Pronterface, home one axis by clicking the small “home” icon for that axis. Begin with X, then Y, then Z.
If your axis moves until it hits the end-stop, then stops when it hits it, moves a small distance back, then goes a bit slower back to the end-stop and stops, that end-stop is working fine.
On the other hand, if the axis moves a small distance in the wrong direction, then stops, you have a problem: your Smoothieboard always reads the end-stop as being pressed. So when you ask it to move until the end-stop is hit, it reads it immediately as pressed and stops there.
Another problem can be that the axis moves and never stops, even after the end-stop is physically hit. This means your Smoothieboard actually never reads the end-stop as being pressed.
There is a command that allows you to debug this kind of situation: in Pronterface, enter the “M119” G-code.
Smoothie will answer with the status of each endstop like this:
X min:1 Y min:0 Z min:0
This means: X endstop is pressed, Y and Z endstops are not pressed.
Use a combination of this command, and manually pressing end-stop, to determine what is going on.
If an end-stop is read as always pressed, or never pressed, even when you press or release it, then you probably have a wiring problem, check everything.
If an endstop is read as pressed when it is not, and not pressed when it is, then your end-stop is inverted.
You can fix that situation by inverting the digital input pin in your configuration file. For example if your X min endstop pin is inverted, change:
alpha_min_endstop 1.28^
To:
alpha_min_endstop 1.28^!
Here is the exact mapping of pin names to inputs on the Smoothieboard:
Endstop | X MIN | X MAX | Y MIN | Y MAX | Z MIN | Z MAX |
---|---|---|---|---|---|---|
Config value | alpha_min | alpha_max | beta_min | beta_max | gamma_min | gamma_max |
Pin name | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
More information can be found here.
Fans are important: they help you cool things down.
On a 3D printer there are two main things you need to cool:
First, most often your hot-end’s “cool” part (the top of it) needs to be cooled so heat does not accumulate there and transfer to the rest of the machine and damage it.
Secondly, you often (in the case of printing PLA) need to cool down the top layer currently being printed by your machine so that heat does not accumulate in the printed part and cause mayhem.
While the first one is usually safest being always powered on, the second one you want digital control via MOSFETs, as most modern slicing software allows for smart control of that fan.
For the fan that is always ON, all you need is to find power somewhere to power it.
You can wire it directly to your PSU (+ goes to +, - goes to -), but there is also a little trick if you want to wire it to your Smoothieboard.
If you add the jumper to JP28 like described in the MOSFETs section of the Temperature Control section of this tutorial, then the connector usually used for providing power to the small MOSFETs, will actually output whatever power is provided to the VBB (stepper motors) connector.
This means you can simply add this jumper, then connect your fan to the small MOSFETs power input (X6).
You do not need a big MOSFET to control a fan. One of the small MOSFETs is more than enough. See the Temperature Control section to identify which you want to use and which GPIO pin corresponds to that MOSFET.
Then, you need to edit your configuration file to add (or alter) this section:
# Switch module for fan control
switch.fan.enable true #
switch.fan.input_on_command M106 #
switch.fan.input_off_command M107 #
switch.fan.output_pin 2.4 # The pin matching the MOSFET we chose
switch.fan.output_type pwm # PWM output settable with S parameter in the input_on_comand
#switch.fan.max_pwm 255 # set max PWM for the pin default is 255
Now wire the fan to the output for that MOSFET (here it is the first small MOSFET, using pin 2.4), make sure you respect polarity.
The fan is wired to the output for the first small mosfet (watch the polarity, and make sure you always add a diode when wiring a fan), and the small mosfets are getting power via their power input. (NB Note - newer revisions of the Smoothieboard now come with the Diodes installed on the Small Mosfets - do a visual check to confirm)
You can now control your fan digitally: issue the M106 G-code to turn it on, and M107 to turn it off. Those are also the commands slicing software generates to control fans.
Note starting with Smoothieboard version 1.1, you do not need to do this anymore on the first two small mosfets, as the diodes are there by default.
The diode should be installed with the white band (negative side of the diode) soldered to the + (positive side) of the power output, and the other side to the - (negative side) of the power output.
Good diodes to use are: 1N5819 or SS14.
Smoothie allows you to use a probe to do a variety of tasks that improve precision and automation in your CNC operations.
A Z-probe is a sensor that detects when the tool (or nozzle) makes contact with a surface.
This allows the machine to automatically determine positions and heights without manual measurement.
Calibrate machine geometry, particularly important for delta machines where precise geometry is critical for accurate printing.
Automatically level un-even or non-level surfaces using either:
Automatically find the distance between the tool and either the workpiece or the build surface.
This is essential for:
Automatically detect tool lengths when using multiple tools or when tools are changed.
Common probe types include:
The ZProbe documentation covers:
A panel is the combination of a screen and some kind of input method (buttons, encoder, touchscreen) attached to the machine.
This allows you to control your machine without a computer connection.
With a panel connected to your Smoothieboard, you can:
Smoothieboard supports several types of panels:
The most common panel used with Smoothieboard.
Features a graphical LCD display with a rotary encoder for input.
Advanced panel with a larger screen and SD card slot.
Popular panel with full graphical display capabilities.
Allows connection of various panel types using a standard interface.
To use a panel with your Smoothieboard:
For detailed information on wiring and configuring your specific panel type, please read the Panel page.
That page contains:
If you prefer a touchscreen interface, consider Smoopi, which provides color touchscreen control using a Raspberry Pi.
Smoopi offers a modern, graphical interface with touch controls instead of traditional LCD panels.
Printing, milling or cutting from the SD card on Smoothieboard is easy.
First, you transfer your gcode files to the card. You can do this by moving the SD card to your computer and copying the files to it or simply copy the files to the card when it mounts on your desktop.
If it isn’t mounting automatically, you are probably running Linux and have automount disabled. You can change that or manually mount it.
The other option is to use the built-in Web Server if you have installed the RJ45 connector and an ethernet connection to the board. You can upload files to the SD card with this convenient Web interface.
Now, with your gcode files on the SD card, there are a few options to run it from there:
help
to get a list of supported console commands.@help
and it will list all of the available commands.play
command here.M24
G-code to play files from the SD card, see Supported G-codes.
How well your machine is wired is going to determine how long it lives and how resistant it is to breakage.
We have a great guide on different techniques and recommendations, please read the how to wire page.
If your Smoothieboard came with connectors, you got connector casings, and crimps.
You will need to attach your crimps to your cables, and then insert the crimps into the connector casings.
This tutorial is a good read about crimping properly.
Please read this comic before soldering anything.
Stepper motor drivers on Smoothieboard can handle up to 2Amps per driver.
If you want to control two separate motors with a single driver ( for example you have two stepper motors for your Y axis like on a Shapeoko, or two stepper motors for your Z axis like on a Reprap Prusa i3 ) and have both motors move simultaneously, you have two options.
If the total of the current used by your motors is more than 2Amps ( for example two 1.5Amps motors are 3Amps ), you can not wire them together on a single driver, and you need to look at doubling drivers just below.
However, if your total current is less than 2Amps, you can wire both motors in parallel to a single driver.
To do so, find for each stepper motor, which wires match which coils, and wire the same coils into the stepper motor connections on the Smoothieboard ( two wires per connection, one from each motor, for each pin ).
If when you test it, the two motors turn in reverse, you need to reverse one of the coils of one of the stepper motors, and they will start turning in the same direction.
You also need to set a current value for that driver that matches the total current your two motors will be using. For example if the motors are each 0.8Amps, your total is 1.6Amps and you need to set for that specific driver ( here gamma driver is shown ) :
gamma_current 1.6
If you need to drive two motors with a single axis, but the total current used for the motors is more than 2Amps ( for example two 1.5Amps motors add up to 3Amps ), you can not wire the steppers in parallel to a single driver and have it control both motors at the same time like described above.
This is the case for example for the Y axis of Shapeoko machines.
In this case, you will need to use one driver for each of your motors. This means you need a Smoothieboard with one more stepper motor driver than you have axes. If you have 3 axes and need to double one, you will need a 4X or a 5X Smoothieboard.
To enslave a driver to another, you will need to connect the control pins for both drivers together.
For example if you want the epsilon ( M5 ) driver to be the slave to the gamma ( M3 ) driver you will need to connect:
The connectors for this can be found close to the stepper motor drivers, and are labelled.
Finally you need to do two things in your configuration file:
First, set the current value for both drivers. For example if you are using gamma and epsilon set:
gamma_current 1.5
epsilon_current 1.5
Then, you need to make sure that none of the step, dir and enable configuration values for your slave stepper motor driver, are present in the configuration file.
For example if you are using gamma as a slave, make sure that none of the following values are present in the configuration file:
gamma_step_pin
gamma_dir_pin
gamma_en_pin
If they are, remove them. And be careful, for the delta driver, if you started from the 3D printer configuration file, they are not referred to as delta_xxx_pin but as extruder_xxx_pin, if they are present you must remove them all.
Only remove the lines for the slave driver.
The logic pins that control the stepper drivers are broken out on all 5 axes to 1x4 pin headers found near each driver on the board. The 4 pins are EN, DIR, STP, and ground. These pins or their equivalents are found on most external stepper drivers. Many drivers call the STP (step) pin PUL (pulse). Some will call the DIR (direction) pin PHA (phase).
Most external drivers have both a + and - pin for each of EN, DIR, and STP. The simplest way to connect the external driver is to wire Smoothieboard GND to all 3 - pins, and the logic pins of Smoothieboard to the corresponding + pins. Note that Smoothie is 3.3V logic and each pin can only supply a maximum current of 4 mA, which is not usually a problem unless interfacing to very large, or very old external drivers which may need a little more.
All loadouts of Smoothieboard (3x, 4x, 5x) can control 5 external stepper drivers using these ports. The presence or absence of a built-in driver will not affect the external driver.
This shows control of an external driver using the pins on the positive side of the external driver’s input.
Please note, if your external driver requires 5V, that Smoothieboard only provides 3.3v on its output pins.
Two solutions to this: either use a level shifter or use the Smoothieboard’s pins as Open-Drain (i.e., linking to ground instead of linking to 3.3v, when closed), and wire accordingly.
For example:
Here, the 5V is taken from an endstop input’s positive terminal, taken to the 5V inputs on the external driver. The step/direction/enable pins on the Smoothieboard are taken to the GND inputs on the external driver.
In this case, you will also need to change those pins to be open-drain. To change a pin from being normal to being open-drain, you add a o
lowercase “o” to the pin’s number. For example:
alpha_step_pin 2.0 # Pin for alpha stepper step signal
becomes
alpha_step_pin 2.0o # Pin for alpha stepper step signal
it’s also possible to invert a pin:
alpha_step_pin 2.0!o # Pin for alpha stepper step signal
Silencio cable color | Black | Green | Red | Blue |
---|---|---|---|---|
Silencio connector order | +5v | Enable | Direction | Step |
Smoothie connector order | Ground | Step | Direction | Enable |
!
to the pin number) the enable pin (that's specific to the Silencio).
The step pin does not need to be inverted.alpha_step_pin 2.0 # Pin for alpha stepper step signal
alpha_dir_pin 0.5 # Pin for alpha stepper direction
alpha_en_pin 0.4 # Pin for alpha enable pin
toalpha_step_pin 2.0 # Pin for alpha stepper step signal
alpha_dir_pin 0.5 # Pin for alpha stepper direction
alpha_en_pin 0.4! # Pin for alpha enable pin
And just wire the Silencio connector to the Smoothieboard external driver connector
microseconds_per_step_pulse
and/or base_stepping_frequency
.# Stepper module pins (ports, and pin numbers, appending "!" to the number will invert a pin)
alpha_step_pin 2.0!o # Pin for alpha stepper step signal
alpha_dir_pin 0.5!o # Pin for alpha stepper direction
alpha_en_pin 0.4!o # Pin for alpha enable pin
If you want to change the rotating direction, simply leave out the "!":alpha_dir_pin 0.5o # Pin for alpha stepper direction
If one of your axes requires more than one motor and driver, you can wire the control signals for one axis to multiple drivers, like so:
The big mosfets on the Smoothieboard can handle up to 12Amps. Sometimes that’s not enough. Say you want to control a big spindle, a gigantic heated bed, or a tesla coil.
Typical Solid State Relays (SSR) can handle up to 40Amps easily, sometimes more. AC ones can run 220V AC, and DC ones up to 60V DC (typically, look at the specs for yours).
To control your Solid State Relay (SSR), you will need one GPIO pin (use one of the free ones on the board ideally), and a connection to GND (plenty of those).
An SSR is essentially a big switch: you cut a wire, plug each end of the cut wire into its two terminals, and then you’ll be able to control whether or not those two ends of the wire connect or not.
Simple as that.
You will need to connect GND on the Smoothieboard to the “-“ connection on the Input side of the SSR, and the GPIO pin on the Smoothieboard to the “+” connection on the Input side of the SSR.
This example shows using P1.30
Then simply configure the module that will be using the SSR to use that pin, for example in the case of Switch:
switch.misc.enable true #
switch.misc.input_on_command M42 #
switch.misc.input_off_command M43 #
switch.misc.output_pin 2.4 # GPIO pin we connected to "+" on the SSR
switch.misc.output_type digital # just an on or off pin
In the case of TemperatureControl, where you use the SSR to control a heating element for example, there is a catch.
SSRs have a low maximum frequency they can be switched at. You need to specify that frequency or Smoothie will drive it way too fast. In this example, the maximum frequency is 20Hz.
So, you need to modify your module to both use the correct pin (the free GPIO you wired to the SSR), and to the correct frequency. Here are the two lines to change:
temperature_control.swimming_pool_heating.heater_pin 2.4
temperature_control.swimming_pool_heating.pwm_frequency 20
Another option, which turns the heaters on/off even less often, is to use bang-bang, where the state is only changed when temperature deviates too much from the set value:
temperature_control.bed.bang_bang true # set to true to use bang bang control rather than PID
temperature_control.bed.hysteresis 2.0 # set to the temperature in degrees C to use as hysteresis
# when using bang bang
On some boards, you might want to swap two axes.
For example, you have a board that has two connectors on the Z axis, but you want to connect two motors to the Y axis (which has only one connector).
In that case, all you need to do is exchange the 3 pin definitions for these two axes.
For example:
beta_step_pin 2.1 # Pin for beta stepper step signal
beta_dir_pin 0.11 # Pin for beta stepper direction
beta_en_pin 0.10 # Pin for beta enable
gamma_step_pin 2.2 # Pin for gamma stepper step signal
gamma_dir_pin 0.20 # Pin for gamma stepper direction
gamma_en_pin 0.19 # Pin for gamma enable
Becomes:
beta_step_pin 2.2 # Pin for beta stepper step signal
beta_dir_pin 0.20 # Pin for beta stepper direction
beta_en_pin 0.19 # Pin for beta enable
gamma_step_pin 2.1 # Pin for gamma stepper step signal
gamma_dir_pin 0.11 # Pin for gamma stepper direction
gamma_en_pin 0.10 # Pin for gamma enable
Now your beta driver becomes your Z axis, and your gamma driver becomes your Y axis.
Please note that the current control parameters do not get swapped: alpha_current
always controls the current for M1, no matter what you do to the step/direction pins.
This page shows the pinout diagrams for the Smoothieboard.
View full size pin capabilities diagram
Also see the pin usage table for detailed information about each pin.
A Fuse is a device which sacrifices itself (gets destroyed and stops letting electricity through) if the current passing through it is higher than a certain value.
As such, adding a fuse between your power supply and a power input on your Smoothieboard protects you against short circuits, overloading, mismatched loads, or any kind of device failure.
You need to choose a fuse with a value higher than your “normal” current for a given circuit.
For example, if your heated bed consumes 10A, you want to have a 15A fuse protecting it, that way if everything is fine the fuse does not burn, but in case of a short circuit, it does.
Here is an example of a fuse protecting the mosfet power input:
Note: The fuse must have an adequate current rating for your application
If you have a problem with your Smoothieboard, don’t panic.
First of all, make sure you have read the documentation on this website, it is likely the information you are looking for is here, it is a very complete documentation. In particular take a look at:
If you can’t find your answer here, you can also ask for help in the community. There are many channels:
Below is the list of the most common problems and things you can try to solve them :
Here are some of the things you should do when running into trouble, and before asking any kind of help around :
Take your SD card out, and save your configuration file to your computer. If you are going to be messing around with the printer, you’d better be safe and make sure if anything happens to your SD card, you will not lose the work you put into your configuration file.
You should really have done this already, it’s just good sense.
Sometimes SD cards get corrupted, and it can cause all sorts of weird and difficult to understand problems.
You should :
Then see if your problem still exists or not.
It’s probably a good idea to do this even if you don’t think it’s a SD card related problem, quite often people think it’s not and it fixes the issue anyway.
The config-override file is a special file that Smoothie uses to store settings that should take precedence over your main configuration file.
This is particularly useful when you want to save calibration values or other settings that shouldn’t be in your main config file.
If your configuration changes aren’t taking effect:
config-override
file on your SD cardConfig override is most useful for:
This may not apply to your specific problem, but if it does :
Unplug everything from your board, then plug things back into the board one at a time, resetting the board and testing your problem each time you do.
Start with USB, then the power supply, then do the same for each peripheral in turn until everything is plugged back in. If you do not know what the problem is, it should help you pinpoint it.
Open your configuration file.
Copy its content.
Now go on the pastebin.com website.
Paste your configuration file’s content into the « New paste » box
Click on « Create new paste »
The website will give you a link. You can now give this link to people on IRC or the forums, without having to copy/paste the entire file, and people will be able to see your config and help you.
You want to make sure your remove as many influencing factors when debugging an issue. This makes sure you don’t confuse a problem with another, or miss the fact that two problems are actually working together to ruin your life.
For example, let’s say your ethernet is not working, then you want to do a few things :
Of course, this is for network problems, adapt depending on your exact case. Use your smarts.
Make sure this is not a hardware problem before asking for help also, is your laser mirror path well aligned? Are all your screws tightened? Is your machine rigid enough for the task? Is your belt tight? Etc.
Finally, make sure you mention all those steps you have taken when asking the community for help, if you don’t people will start telling you to do things you have already done.
Take a picture of your Smoothieboard, a global view of it ( tip : pictures are much sharper and therefore useful, if neither the camera nor the subject are moving. Deposit your camera on a flat surface or fix it in some fashion. If you think pressing the button will make it move, remember you can use a 5-second countdown to take pictures. )
Also take pictures of the connectors, wiring, motors, and overall machine. A picture is worth a thousand words.
When posting on a forum/social media to get help, attach your config ( it’s pastebin link ), but also these pictures, as well as a description of your machine/setup ( as detailed as you can be patient for, with special time taken for anything that is not commonly done/unusual ).
If using a mailing list, do not insert the pictures in the body of your email, but rather attach them to the email. This make things easier for volunteers helping you, and not doing so often leads to ridiculously weird email client layouts ( for example if the picture is much larger than the screen ).
If you have an Open-Source board like the Smoothieboard, a board from Panucatt, or one of the many designed by the community and that support the project, ignore this.
If you chose to buy a closed-source derivative board, however, please understand that those are considered to be toxic to the project, and that asking the community for help with those would be similar to asking the community to help with destroying itself.
Please ask for help from the person that sold you that board, before asking the community for help. Providing support for their product is the absolute very least they can do. And of course unsurprisingly they are well known for not doing even that. But please ask them first.
If they don’t help you, then feel free to ask the community, but please be aware even then some won’t accept to help. If this happens please remember that the community helping you is a service they are giving you, and that when they choose not to, they are only not doing you a favor.
Always make sure you have your board updated to the very latest version of the firmware before you ask for help.
You will likely be asked to provide the result of the version command so make sure to prepare that in advance.
Ideally, use Pronterface when troubleshooting, for various reasons ( one of which is that some hosts hide error messages. Another one is it helps us be better at helping you if everybody we help has the same host ).
1000% make sure you use the very latest example config file ( with your values ported over to it ), and the very latest firmware versions. This can’t be repeated enough. This is said here and everywhere many times. If you come in asking for help, and after an hour everyone realizes your firmware is a year old, there is going to be a lot of frustration at you, you probably want to avoid that if you can.
First off, do any LEDs turn on on the board when plugged in via USB ?
If not, that’s very bad, contact your seller.
If LEDs turn on, it then depends on what they do :
There is a series of LEDs on your board, near the center.
They are labelled VBB
( red ), 3.3V
( orange ), and 1
2
3
and 4
( all green ).
We are still only interested in the green LEDs.
Different behavior can represent different situations and problems for the board :
This means the microcontroller on your Smoothieboard is not getting any power.
Smoothieboard gets this power from your USB cable (unless you are using the optional voltage regulator or the 5V input): check that Smoothieboard is correctly connected to a USB port or otherwise powered.
If it is, but the 3.3V LED is still not lit up, one other possible reason would be a short on your board.
Unplug the USB cable, and disconnect everything else from your Smoothieboard. Then plug the USB cable back in and check if it starts working again.
If so, there is a short in one of the peripherals. Quite often this is due to incorrectly wired Endstops (shorting 3.3V to GND instead of connecting GND to Signal for example).
If this still does not solve the problem, examine the board for problems with your soldering of components/connectors and any other anomalies you can detect.
If you can still not find anything, contact the community.
LED4 indicates SD card status. If it is not lit up, it means there is a problem with your SD card.
First thing to try is taking the microSD card out of your Smoothieboard and testing it on your computer with a SD card reader.
If it works there, copy the files that are on it elsewhere, format it (as FAT32), copy the files back on it and try again.
If it still does not work in the Smoothieboard after this, take another microSD card, format it (as FAT32), copy the files to it, then try again.
If it still fails, then as you tried two SD cards they are probably both fine. The problem could be with the files on it.
Format a SD card as FAT32, and on that fresh card, copy two files:
Then insert the card into your Smoothieboard and try again.
Or LED1 and LED4 are ON, but LED2 and LED3 are not blinking.
This could be caused by a firmware bug, or by a problem with your configuration file.
Try with a fresh configuration file, and if it does not solve the problem contact the community.
If you soldered the smoothieboard then check either the 12 MHz oscillator or the SD card/SD card slot. *This could be a bad solder joint with the 12 MHz oscillator (crystal), a bad SD card slot, a bad SD card, and/or a bad config file.
This could mean your board has no bootloader, which is very wrong. Contact whomever sold you your Smoothieboard.
This could mean you have a bootloader but no firmware was ever flashed or found on the SD card. Again, this is very wrong, contact whomever sold you your Smoothieboard.
Unplug power immediately !
Check that your power is not in reverse polarity.
Even if you think you have it correct (read the instructions carefully, the markings on the board can be a bit confusing), try reversing it just in case.
Firmware didn’t get flashed, you need to flash it and also make sure you uploaded a valid config.
Whaaaaa! Unplug everything! Get a fire extinguisher!
Now, try to remember exactly what you were doing with your board, and contact whomever sold it to you.
You configured everything right and plugged the heating elements into your mosfet outputs, but no matter what you do, they do not turn on.
Note Smoothieboard does not have a single power input. It has one for the motors, and then the big mosfets have their own inputs, and the small ones have theirs. You need to provide power to each, according to the mosfets you are using. See the documentation on this, it goes into great detail and has diagrams.
If you don’t know about grounding, it’s a great idea to read this post : Earth, Ground, and the Grid
The config changes are not taken into account, files do not appear or do not update on the SD card
If anything like this happens, that could be related to the SD card “messing up”, format the SD card ( as VFAT/FAT32 ), then paste your files back on it.
See SD card.
Sometimes the SD card can get corrupted after which it will do strange things. Always make sure you unmount ( virtually not physically ) your SD card after doing anything on it
For configuration changes which are being made in the config
file and are not being applied, check that they are not being overridden in the config-override
file in the same folder:
The config-override file is a special file that Smoothie uses to store settings that should take precedence over your main configuration file.
This is particularly useful when you want to save calibration values or other settings that shouldn’t be in your main config file.
If your configuration changes aren’t taking effect:
config-override
file on your SD cardConfig override is most useful for:
If a line begins with the #
character, it means it is “commented out” and Smoothieboard will ignore it.
You need to remove the #
character and Smoothie will now take the line into account.
If you try to run bed leveling or calibration, and the board answers something like « No strategy found to handle G32 », please do the following :
This error message most of the time means your config and firmware aren’t up to date with each other. Upgrading everything solves the issue.
If you try to run bed leveling or calibration, and it seems to have no effect at all, please do the following :
This symptom most of the time means your config and firmware aren’t up to date with each other. Upgrading everything solves the issue.
If it always turns in the same direction, and/or turns only weakly, and/or makes a strange sound, one very common cause of that is that only 3 of the wires of the motor are connected to the stepper motor driver.
Check your connector and your cables.
If that doesn’t help, do the following :
This can happen with Z axis (or any leadscrew driven stepper motor) due to the high steps per millimeter number. You are probably trying to move it too fast. Try asking it to move at a much lower speed ( for example G1 Z100 F100
).
It’s also possible you are trying to home, or to probe too fast. See the corresponding modules for how to modify the default speeds.
If you are using external stepper motor drivers (driven by ENn, Stn and DIRn pins) check polarity, voltage and timings of signals to your driver. Also consider increasing microseconds_per_step_pulse
slightly if the default 1us pulse width is too narrow for your driver or cable lengths.
And it does not present any resistance/torque when turning it manually :
This means the stepper motor driver is maybe not able to power the stepper motor.
Try wiring a different motor to that driver and try again. If the new motor works on this driver, then the motor is the problem. Otherwise the driver is probably the problem.
If you changed any of the stepper