<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forum - Smoothie</title>
        <description>Smoothieboard and Smoothieware, see also http://reprap.org/wiki/Smoothieboard and http://reprap.org/wiki/SmoothieBoard#Smoothieboard.</description>
        <link>https://reprap.org/forum/list.php?418</link>
        <lastBuildDate>Sat, 07 Mar 2026 22:15:12 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?418,888996,888996#msg-888996</guid>
            <title>Use same smoothieware config for CNC and Laser? (4 replies)</title>
            <link>https://reprap.org/forum/read.php?418,888996,888996#msg-888996</link>
            <description><![CDATA[ Hello!<br />
I have a small 3 axis CNC router I'm using to cut wood. I have used the cnc smoothie firmware and mks board to set it up. Now I was thinking if I can just attach a diode laser on it and call it a day I have a laser engraver. I certanly could, but the laser needs some extra wires I did not configure in the config file. So how this could possibly work? Is there any way I can configure smoothie to be a laser cutter and a cnc router at the same time or do i need to swap config files before every power up? I would prefer not to obviously, let's keep it as a last resort.]]></description>
            <dc:creator>daninet</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 08 Jun 2022 09:52:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,883930,883930#msg-883930</guid>
            <title>Z probe versus endstop (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,883930,883930#msg-883930</link>
            <description><![CDATA[ I've currently got ordinary microswitches I use for the Z endstop and also a Z probe I can hook up when I want to level the bed. When I home Z, the smoothie seems to hit the Z switch, move a millimeter or so beyond it, and then move down and up a couple of times to "home in". When I use the other Z probe switch and G30, the Z movement stops the instant it ticks the switch, then reports the movement and goes back to original level.<br />
<br />
I'm in the process of add a piezo Orion to the system, how the devil do I get the smoothieware Z homing to stop as soon as it ticks the nozzle, rather than cramming the bed a millimeter or so higher and bending the carriage or pushing the bed down or something?]]></description>
            <dc:creator>Claghorn</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sat, 08 May 2021 13:43:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,883001,883001#msg-883001</guid>
            <title>Re-arm for RAMPS 1.4, BLTouch problem (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,883001,883001#msg-883001</link>
            <description><![CDATA[ Hello all,<br />
<br />
First time poster with a question. <br />
Currently, I'm running a home-made Prusa i3steel Toolson with a Re-arm for RAMPS connected to a RAMPS 1.4 board. Installed it a good while ago but due to RL intervening, had to put it away. <br />
Having picked up where I left, I want to install a BLTouch to the RAMPS board. Having connected the 5VDC from the Re-arm to the RAMPS servo pins, the BLtouch moves at start-up of the printer and the LED is red.<br />
<br />
<div id="div_b9eb7cb80e3a458d962383d5a204e4fe"
     class="mod_embed_images_extended"
     style="width:710px">

  

    
      
    

    <div id="imagediv_b9eb7cb80e3a458d962383d5a204e4fe" class="mod_embed_images_image"
         style="width:710px; height:400px">

    

    <a href="https://imgur.com/hYALWaf.jpg">
        <img src="/forum/thumbcache/a8a/ccb/6d7/d1b/8d3/8f1/345/2e1/daa/7ed/b9_800x400.png"
             width="710"
             height="400"
             id="image_b9eb7cb80e3a458d962383d5a204e4fe"
             alt="hYALWaf.jpg"
             title="hYALWaf.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_b9eb7cb80e3a458d962383d5a204e4fe"
      style="display:block">
      <a id="link_b9eb7cb80e3a458d962383d5a204e4fe" href="https://imgur.com/hYALWaf.jpg">hYALWaf.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('b9eb7cb80e3a458d962383d5a204e4fe', '/forum/thumbcache/a8a/ccb/6d7/d1b/8d3/8f1/345/2e1/daa/7ed/b9_800x400.png', 'https://imgur.com/hYALWaf.jpg', 'https://reprap.org/forum/addon.php?418,module=embed_images,check_scaling=1,url=https%3A%2F%2Fimgur.com%2FhYALWaf.jpg', '', 883001, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
I've changed the config.txt and added the code below. However, if I give any command regarding the BLTouch, it doesn't respond. Other M commands work fine, it's the M280 / M281 ones that don't.<br />
I haven't updated the firmware yet, perhaps that is an issue? I'm still running a 2017 version :D<br />
According to the Bill of Material, the IC that provides the 5V rail on the Re-arm should be able to deliver more than 1A of current, plenty to power the BLTouch as far as I know.<br />
<br />
Do I have the pin-out wrong or is there something else I'm missing?<br />
<br />
Thanks for your advice.<br />
<br />
<br />
<pre class="bbcode">
# optional Z probe
## Z-Probe (BL Touch)
# See [<a href="http://forum.smoothieware.org/forum/t-1760423/bltouch-support#post-2712545" target="_blank"  rel="nofollow">forum.smoothieware.org</a>]
# And [<a href="http://smoothieware.org/zprobe#bltouch-or-servo-retractable-touch-probe" target="_blank"  rel="nofollow">smoothieware.org</a>]
zprobe.enable                               true                # set to true to enable a zprobe
zprobe.probe_pin                            1.28                # pin probe is attached to if NC remove the !
zprobe.slow_feedrate                        5                   # mm/sec probe feed rate
zprobe.fast_feedrate                        100                 # move feedrate mm/sec
zprobe.probe_height                         5                   # how much above bed to start probe
##BLTouch Servo Settings
switch.servo.enable                         true
switch.servo.input_on_command               M280 S3.0           # M280 S7.5 Would be midway
switch.servo.input_off_command              M280 S7.0           # Same as M280 S0 0% duty cycle, effectivley off
switch.servo.output_pin                     1.20                # Must be a PWM capable pin
switch.servo.output_type                    hwpwm               # H/W PWM output settable
switch.servo.pwm_period_ms                  20                  # Set Period to 20ms (50Hz) - Default is 50Hz
</pre><br/>]]></description>
            <dc:creator>LooneyT</dc:creator>
            <category>Smoothie</category>
            <pubDate>Thu, 06 May 2021 16:22:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,882765,882765#msg-882765</guid>
            <title>Motors off versus motors simply not moving? (2 replies)</title>
            <link>https://reprap.org/forum/read.php?418,882765,882765#msg-882765</link>
            <description><![CDATA[ When I move the motors on the printer I'm building, the power supply fan comes on (presumably because it decides it needs cooling due to the current being drawn). It stays on even when the motors aren't moving. In the smoothie web interface, there is a "motors off" button. If I click it, the power supply fan stops spinning. Is this normal? Is there some state where the drivers are drawing power because they are poised to leap into action even though the motors aren't moving?]]></description>
            <dc:creator>Claghorn</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 24 Mar 2021 23:14:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,881183,881183#msg-881183</guid>
            <title>smoothie over network with cura idea (no replies)</title>
            <link>https://reprap.org/forum/read.php?418,881183,881183#msg-881183</link>
            <description><![CDATA[ The smoothieboard can talk telnet on the network interface. The linux remserial program can bridge a network socket to a pty device. Anyone ever had any success getting cura to talk serial to a pty at one end of remserial with a smoothieboard at the other end? I suppose I'll try it myself once I get enough stuff working, but I wondered if anyone has already done this.]]></description>
            <dc:creator>Claghorn</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 03 Feb 2021 21:11:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,880827,880827#msg-880827</guid>
            <title>Help! I&#039;m overthinking PWM fans! (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,880827,880827#msg-880827</link>
            <description><![CDATA[ I'm gradually building a new 3d printer with a smoothieboard to control it, and I'm getting confused by how to wire up a PWM controlled cooling fan and what the switch module settings really mean. First, fans themselves are confusing me. There are 4 pin fans with one pin for a PWM control signal. Do I need one of those, if so, how the heck to I wire it up to the smoothie? Is that what the hardware pwm setting is for? Or am I completely overthinking and should just use a 2 or 3 pin fan on a small mosfet and let it do the PWM? Is that what the software pwm setting is for?]]></description>
            <dc:creator>Claghorn</dc:creator>
            <category>Smoothie</category>
            <pubDate>Fri, 22 Jan 2021 22:42:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,880810,880810#msg-880810</guid>
            <title>configuring smoothie firmware (4 replies)</title>
            <link>https://reprap.org/forum/read.php?418,880810,880810#msg-880810</link>
            <description><![CDATA[ Hello, <br />
I have built a rotary delta printer and  need to use smoothie firmware to run it. ( I believe it is only smoothie that has this firmware type) but have come up against a problem. The firmware loads fine and I can move the arms on all three axis as they should move, but when I attempt to home the printer it just cuts out and a box pops up to say it is an " illegal move" and to reset the printer or send M999. Could anybody give me a clue as to what the problem might be, Thanks]]></description>
            <dc:creator>catmandu</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sat, 30 Jan 2021 09:56:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,880310,880310#msg-880310</guid>
            <title>MKS SBase1.3 Endstops/Homing issues (no replies)</title>
            <link>https://reprap.org/forum/read.php?418,880310,880310#msg-880310</link>
            <description><![CDATA[ Hi guys,<br />
currently I'm getting my old MeCreator2 to life again. For the electronics, I used an MKS SBase 1.3 I had lying around. Re-wiring is finished, and now I'm trying to get smoothieware running, but no success. I managed to get the motors moving correctly (using the Smoothieware werbserver). But I'm not lucky with homing, so I reduced my efforts to the x-axis first. I'm afraid the endstops are not working (the LED lights up when the endstop is triggered, so its power supply is ok). I tried both X+ and X-, but even if I trigger the endstop manually I can move the axis manually in both (!) directions. And when I click the "home" button, the axis moves (if at all) only a short distance.<br />
<br />
I attach my config file below. Thanks in advance for any helpful advice!<br />
 Hermann]]></description>
            <dc:creator>fumo</dc:creator>
            <category>Smoothie</category>
            <pubDate>Fri, 08 Jan 2021 10:40:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,878618,878618#msg-878618</guid>
            <title>kossel linear plus with smoothieware (3 replies)</title>
            <link>https://reprap.org/forum/read.php?418,878618,878618#msg-878618</link>
            <description><![CDATA[ I purchased a delta kossel linear plus delta printer (the first delta printer I own) Also the first time interacting with smoothieware firmware... so a lot of unknowns, but it was working... it had a smart RepRap LCD 12864 Display installed, and I had an MKS 3.5 TFT v1.0 touchscreen and wanted to attach it to the mks sbase 1.3 board the printer was converted to (with external 2208 drivers externally powered by 24v system) very interesting setup anyway ... a titan extruder e3d hotend ... anyway ... had a couple of hiccups with the touchscreen, but after I got it to work and started a print... the printer stopped extruding... somewhere in the code I saw the steps/mm for the extruder... and I did not see it after the tft screen installation, might have missed it cause I just scrolled through the sd card smoothieware firmware config quickly beforehand. Anyway ... i only see info for the 3 steppers that drive the arms of the delta, nothing about the extruder... how do I set up my extruder? Can anyone help me out with making the extruder actually extrude ... as the print started I manually turned the extruder wheel and it was printing ... but I obviously don't want to manually extrude my prints... it is surely something easy to configure... so yeah, if there is anyone out there that can help me, please do or at least point me in the right direction... I have read a few posts and have seen that mks hardware is frowned upon ... but it was not my choice to buy this board, I just bought a delta printer that happens to have this board and firmware that I am unfamiliar with, so bear with me and don't judge the hardware since it isn't something I would ever buy... I would still buy a Chinese board, but it would be an skr 1.4 turbo BTT is my to-go board brand and those are not clones of other boards, as far as I know, they are designed by BTT and they have their own community built around them. If they are clones (skr series) point me towards the original design, since I am completely unaware of another brand making such boards. Thanks!]]></description>
            <dc:creator>ormerodnewb</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sat, 07 Nov 2020 09:42:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,874494,874494#msg-874494</guid>
            <title>Smoothie ask to much power from USB hub/ laptop (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,874494,874494#msg-874494</link>
            <description><![CDATA[ Hello,<br />
<br />
Have a problem with my  v1 smoothieboard, i hope you can help mee. Im using it with my  k40 laser.<br />
When i connect the smoothieboard to my computer it will not connect. No lights go on and the computer is saying that the smoothie board is asking for to much power.<br />
<br />
I have 4 eindstops plugged in and 24 volt 5 ma DC power for the steppingmotor. The light on the smoothie board for the additional 24 volt power is on. I have twee stepper moter connected and they ware working fine yesterday. Yesterday i wash testing the stepping motors and endstops. Today Nothing works.i have connect the 5 volt with out the usb connection. Same result, no lights.  I have not Used the power supply form the laser yet.<br />
<br />
I use a lenovo laptop. When i put the sd card in my computer there is no probleem. I have used diverend kabels and have the latest firmware. Lightburn i use to controle the laser.<br />
<br />
HAs Anyone got the samen problems?<br />
Does anyone know how to fix it?<br />
<br />
Greetings Bart]]></description>
            <dc:creator>B-Art</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sun, 12 Jul 2020 16:30:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,874122,874122#msg-874122</guid>
            <title>Smoothieboard Large MOSFET Problems (no replies)</title>
            <link>https://reprap.org/forum/read.php?418,874122,874122#msg-874122</link>
            <description><![CDATA[ Hello, I'd be grateful for any help. I have been controlling an e3d hotend with one of the large MOSFETS on the smoothieboard (fet pin 2.7, I think), and this was working exactly perfectly for a few weeks. A few days ago I also connected a heated bed to another large mosfet (2.5 maybe), and (I'm not sure if its a coincidence or that the new bed has caused this), but none of the three large mosfets work anymore. I have remapped the temperature.hotend pin line in the config file to each mosfet in turn to see if any work, and ONLY the small mosfets give out a 24v (I have shorted the jumper that connnects the large mosfet Vin with the small ones, hence small mosfets get 24v), and their lights come on. When I try to switch any other LARGE mosfets, no LEDs come on (the ones that indicate weather fet is closed) and I have 0v across them. I have tried to get a fresh config file, because I thought that it could be that I had some overwriting lines which confused the system, but no luck. What I am wondering is if this damage is to the main arm chip, or simply to the mosfets, and how can I check, and what is the likelihood of this being the case? It seems like a chip problem to me, which is baaaaddd, because MULTIPLE mosfets don't work, even ones that I have never used. I'm very confused and miffed, because I see no signs of physical damage to any part of the board, and I have never seen or smelt anything weird. I would be very grateful for any help or advice, or other troubleshooting problems. All other elements of the board work great, such as the small mosfets work properly, and can deliver PWM as normal, all axis work properly and smoothly, and all LEDS (3v2,5v,Vin, Serial, etc.) are on and working properly. Prontrface can connect just fine with the board, and I can read thermistor values find, and I can send and receive gcodes fine. I'm very confused because usually when its a problem with the main chip then things all go wrong everywhere and there is erratic behaviour, so for just one element to be wrong is strange. Its not a catastrophic failure because I can always use a general GPIO and connect an SSR, its just to lose three large mosfets is very annoying.<br />
<br />
Thanks for any advice or help!<br />
<br />
brendanind]]></description>
            <dc:creator>brendanind</dc:creator>
            <category>Smoothie</category>
            <pubDate>Tue, 23 Jun 2020 04:35:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,873289,873289#msg-873289</guid>
            <title>Wattage rating for 24v power supply for smoothie (3 replies)</title>
            <link>https://reprap.org/forum/read.php?418,873289,873289#msg-873289</link>
            <description><![CDATA[ I am in the very early stages of converting one of my printers to smoothie (it currently used RAMPS) and at the same time am considering upping the PSU from 12V to 24V.  I have been successfully running the printer using a 12V30A PSU, but I don't think I'm using anywhere near that capacity.  I just have the usual 4 steppers for axes, 1 for extruder, one heated bed and one ESD v6 extruder.<br />
<br />
The documentation I find for smoothie recommends the PSU have capacity of 17-20 amps, but it doesn't say at which voltage.  If I look at the 24V PSUs, I can get up to 15A for a price comparable to what I paid for the 12V30A, but if I go over 15 Amps, the price doubles or more.  So I guess the question boils down to how much amperage capacity do I need at 24v versus 12V.  It would seem to me that it should be 1/2 of the amerage, but I'm not an electrical engineer.<br />
<br />
Or maybe I should just stay at 12V .....<br />
<br />
Thanks]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 03 Jun 2020 02:10:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,872870,872870#msg-872870</guid>
            <title>Smoothie stepper chatter and movement issues (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,872870,872870#msg-872870</link>
            <description><![CDATA[ Ive recently purchased a Smoothieboard v1.1 and hooked it up-to a cartesian motion platform i've built.<br />
<br />
I have flashed the latest version of the firmware onto it [firmware-latest.bin] from Git dated 2 days ago (20th May 2020) the upload process appeared to have worked with the LEDs showing a success.<br />
I am using the latest configuration file example from the smoothie website.<br />
<br />
I can connect via Pronterface and then when I try and move axes, the steppers start to chatter/jitter, there is some movement and then it appears that the stepper driver is disabled and no more movement can be controlled on that axes from Pronterface until a hard reset.<br />
I'm only able to get slight movement when pressing the ±0.1 and ±1mm direction arrows, any greater than that and the stepper cuts out.<br />
The stepper motors and drivers get rather warm too whilst powered.<br />
<br />
Ive removed the board from the machine, and connected a single stepper motor and tried with that on its own - same issue. <br />
<br />
Im using Nema17 steppers - 1.8° 1.68A<br />
9A 24V power supply (I have also tried running at 12v)<br />
Steppers are wired correctly and verified<br />
<br />
Interestingly I cant get pronterface for mac to connect, only from Windows.<br />
I feel like its power related, but cant be certain and dont know what else to try.<br />
<br />
Config file below:<br />
[<a href="https://pastebin.com/nDpa36Cy" target="_blank"  rel="nofollow">pastebin.com</a>]]]></description>
            <dc:creator>StuartMoorhouse</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sat, 23 May 2020 18:24:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,872512,872512#msg-872512</guid>
            <title>Additional delta towers (no replies)</title>
            <link>https://reprap.org/forum/read.php?418,872512,872512#msg-872512</link>
            <description><![CDATA[ Hi,<br />
is it possible to run the Smoothieboard with more than 3 delta towers <a href="https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareDeltaPrinter?fbclid=IwAR047cIuhlaqBvItC5iSOIjNVZ-W0y_GjTCIvXgM9eRM5Oxs_yy1BSkFqOE#Section_Adding_additional_towers_to_carry_flying_extruders" target="_blank"  rel="nofollow">like you can do with the Duet3D</a>?<br />
If not am I correct that the V2 has enough HW power to run that in theory and all that's missing is the software support?<br />
<br />
Thank you]]></description>
            <dc:creator>Anon1337</dc:creator>
            <category>Smoothie</category>
            <pubDate>Thu, 14 May 2020 16:46:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,872261,872261#msg-872261</guid>
            <title>[Solved] Azteeg x5 GT with BSD2660, dual Z axis problems. (3 replies)</title>
            <link>https://reprap.org/forum/read.php?418,872261,872261#msg-872261</link>
            <description><![CDATA[ Hi dear reprap people,<br />
I tried to compile marlin 2.x.x for my new azteeg X5 gt, but had severe problems that I was not able to debug as of yet, so I decided to give smoothieware another shot. I flashed the latest stable release.<br />
<br />
@Diggr gave me a tipp on how to get dual Z axis working with smoothieware so I am trying to get that running. <br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Diggrr</strong><br />
Dual Z in smoothieware isn't too hard once you find the near impossible to find clues. LOL<br />
Herculien's machine gave me the clues, as his has a dual z.<br />
<br />
First, Copy your config.txt off to the side or add a 1 to the copy's filename, so you have an untouched/unchanged reference.<br />
There's 3 jumpers next to the E1 driver socket [JM6]. Connect them with 3 jumpers. This locks both E sockets in step with each other.<br />
Then you swap numbers in the config.txt, the E1 pin numbers go in the Z part of the config, and Z pin numbers into the E1 part.<br />
Your extruder motor will plug into the Z socket, and your two Z motors will plug into the two E sockets.<br />
If your config.txt has the section for a second extruder, comment all those lines out. Mentioning the E2 pins anywhere will cause problems.<br />
No need to increase current for Z, both are set to what you set for Z in config.txt (aka a single motors current needs).<br />
<br />
As for the 2660's, I wasn't that successful with them. I use the 6128's.</div></blockquote>
I have everything configured regarding the axis and stepper drivers, but I have problems on my dual Z axis. I am using pronterface to test, sadly smoothieware does not seem to have an option for TMC2660 debugging, like marlin has or I haven't found it yet.<br />
<br />
Following Diggrs advice and some sparse info I found in online, I bridged JM6 with 3 jumpers to drive E1 and E2 in sync and map those drivers to the Z in my config.<br />
I can drive my X and Y axis no problem, but when I test the Z, console shows an error: "Channel A seems to be unconnected"... But what does channel A mean? Is this a reference to the A and B coils in one of the steppers? Does this mean the driver E1 as in channel A of the synchronous setup (E1 being channel A and E2 channel B )?<br />
<br />
I am unsure if this is just an electrical problem, as I tested everything for continuity. I will need to test more though.<br />
UPDATE: with both motors disconnected, the same error is thrown. I guess it's not electrical. Will switch the drivers now to rule out a bad one.<br />
UPDATE2: fresh drivers in E1 and E2, still the same error. Maybe the socket on the azteeg pcb? But I would like to know if that is what his error message means first before I rip everything apart again...<br />
<br />
The stepper motors in use are some creality "branded" motors, as I am trying to upgrade a heavily modded CR-10s here.<br />
<br />
It would be really great if someone could take a look at my config and check if everything is correct here.]]></description>
            <dc:creator>xnopasaranx</dc:creator>
            <category>Smoothie</category>
            <pubDate>Tue, 19 May 2020 13:24:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,871406,871406#msg-871406</guid>
            <title>Error in config (no replies)</title>
            <link>https://reprap.org/forum/read.php?418,871406,871406#msg-871406</link>
            <description><![CDATA[ Hello...<br />
<br />
Is there any way to smoothie tells that there are some error in config file?<br />
<br />
Thanks]]></description>
            <dc:creator>eslavko</dc:creator>
            <category>Smoothie</category>
            <pubDate>Fri, 24 Apr 2020 05:17:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,871368,871368#msg-871368</guid>
            <title>Homing not work as expected. (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,871368,871368#msg-871368</link>
            <description><![CDATA[ Hello...<br />
I have issue with homing. I did test only for X (alpha).<br />
I do all controll over new web interface.<br />
Smoothie binary is latest from web, board is v1.1.<br />
<br />
After I issue home X they goes to the switch and home properly with retract and rehome.<br />
The issue is that coordinate is not set as should be (-5) and I trip limit switch if I issue G0X0. <br />
<br />
I expect that after homing the axis is retracted 10mm. But as alpha_min is -5 then axis position should be 5 instead 10 I got. <br />
Any Idea?<br />
<br />
The endstops and soft limit part.<br />
<br />
<pre class="bbcode">
endstops_enable                              true             # The endstop module is enabled by default and can be disabled
soft_endstop.enable                          true             # Enable soft endstops
soft_endstop.halt                            false            # Whether to issue a HALT/or ignore when hitting a soft endstop


alpha_min_endstop                            1.24^            # Pin to read min endstop, add a ! to invert
alpha_max_endstop                            1.25^            # NOTE set to nc if this is not installed
alpha_limit_enable 		             true 	      # If set to true, the machine will stop if endstops are hit 
alpha_homing_direction                       home_to_min      # Or set to home_to_max and set alpha_max and uncomment the alpha_min                                    -5               # This gets as the position after homing when home_to_min is set

alpha_homing_retract_mm                      10               # Distance to retract from the endstop after it is hit 
alpha_max_travel 		             600 	      #	This determines how far the axis can travel before gives up
alpha_fast_homing_rate_mm_s 		     100 	      # Speed, home for the actuator  
alpha_slow_homing_rate_mm_s 		     20 	      #	Speed at which to re-home when endstop is hit once. 
soft_endstop.x_min                           0                # Minimum X position
soft_endstop.x_max                           570              # Maximum X position
</pre>]]></description>
            <dc:creator>eslavko</dc:creator>
            <category>Smoothie</category>
            <pubDate>Thu, 23 Apr 2020 13:31:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,870507,870507#msg-870507</guid>
            <title>Smoothieboard TFT touchscreen? (2 replies)</title>
            <link>https://reprap.org/forum/read.php?418,870507,870507#msg-870507</link>
            <description><![CDATA[ First, I'm a happy user of the original v1 Board, it came directly from Brest a few years ago. :) I'm recently using it with a 12864 LCD (with the adapter board), and despite the poor contrast on the display it works fine with the smoothieboard. <br />
I'm building up a second printer and I was thinking about a nice TFT touchscreen. I got the MKS TFT35 but not sure how to connect it. Do I have to connect it just to the Rx Tx + and ground pins on Smoothie or there are any other options? The display itself has power, but obviously dont send or receive any data... The baud rate is the same on both... <br />
<br />
Any Idea? I would like to stay with smoothieboard, don't want a MKS board (it is crap with no proper support). Are there maybe other TFT's on the market for smoothie?<br />
<br />
EDIT (I was reading a bit, to find some answers, but it  just created new questions...). :)<br />
<br />
What's with the PanelDue, does it work with smoothie now? <br />
What's with the fabrica project? It was mentioned a few years ago, it seems that nothing happened since... I'm considering to switch to Duet3D maybe....]]></description>
            <dc:creator>Robotnik3D</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sat, 07 Nov 2020 03:10:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,870148,870148#msg-870148</guid>
            <title>Coronavirus (no replies)</title>
            <link>https://reprap.org/forum/read.php?418,870148,870148#msg-870148</link>
            <description><![CDATA[ If you have a 3D printer or a laser cutter ( which lots of Smoothie users do ), it's possible you might be able to help the medical community.<br />
<br />
Please take a quick read here: [<a href="http://smoothieware.org/coronavirus" target="_blank"  rel="nofollow">smoothieware.org</a>]<br />
<br />
If you are already helping, and are here because you need Smoothie help, please contact us as soon as possible to get priority assistance.]]></description>
            <dc:creator>arthurwolf</dc:creator>
            <category>Smoothie</category>
            <pubDate>Sun, 05 Apr 2020 09:45:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,869860,869860#msg-869860</guid>
            <title>Double extruder needs two PID values in Marlin firmware (2 replies)</title>
            <link>https://reprap.org/forum/read.php?418,869860,869860#msg-869860</link>
            <description><![CDATA[ I have an Artifex2 Duo 3D printer, which has two extruders.  Because of changes I have made, they are no longer matched and I have calculated two sets of PID values, one for each extruder.  However, I can't figure out how to enter these values into the Marlin firmware, and can't find any examples for how to do this.<br />
<br />
I'm currently using Marlin 2.1.0.5 with Arduino 1.8.12 and my printer has a RAMBO controller.<br />
<br />
No matter what I do, the same PID values are stored for each extruder.  <br />
<br />
I'm including the  [attachment 115090 Configuration.h] and [attachment 115091 Configuration_adv.h] files.<br />
<br />
Note that I have<br />
<pre class="bbcode"> #define EXTRUDERS 2</pre>
and<br />
 <pre class="bbcode">  #define PID_PARAMS_PER_HOTEND</pre>
in my configuration.h file.<br />
<br />
If I only list one set of values for Kp, Ki, and Kd, these values are stored for both extruder PID values<br />
<br />
<pre class="bbcode">    #define  DEFAULT_Kp  8.61,25.51
    #define  DEFAULT_Ki  0.33,2.04
    #define  DEFAULT_Kd 55.35,79.95</pre>
<br />
When I list two values as noted above, the second value is saved for both extruders.<br />
I tried putting in three values even though I only defined two extruders:<br />
<pre class="bbcode">    #define  DEFAULT_Kp  8.61,25.51,22.61
    #define  DEFAULT_Ki  0.33,2.04,1.69
    #define  DEFAULT_Kd 55.35,79.95,75.95</pre>
The second extruder PID values were still stored in the firmware.<br />
<br />
I have also tried enclosing the values in braces, parentheses, and brackets, but this generated errors during compilation.]]></description>
            <dc:creator>Dr. Dave</dc:creator>
            <category>Smoothie</category>
            <pubDate>Thu, 02 Apr 2020 21:09:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,868835,868835#msg-868835</guid>
            <title>Smoothiebard and External Stepper Drivers (3 replies)</title>
            <link>https://reprap.org/forum/read.php?418,868835,868835#msg-868835</link>
            <description><![CDATA[ Hi,<br />
<br />
I am trying to speed up my 3d printer and wanted to add some external drivers for the x and y axis and am trying to get my head around the step-rate on the Smoothieboard.  I bought a set of drivers (DM332T) that had a maximum step-rate of 60kHz and I could not get them to work... Setting microseconds_per_step_pulse to 8 would cause it to drop 25% of the steps moving 75mm instead of 100mm. <br />
<br />
Looking at the Smoothieboard docs it say the base step-rate is 100kHz... Does Smoothieboard exceed the 100kHz step rate? Will Smoothieboard work with a Stepperdriver with a max step-rate of 100kHz? <br />
<br />
Thanks!<br />
<br />
Gray]]></description>
            <dc:creator>herrgray</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 01 Apr 2020 17:53:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,867319,867319#msg-867319</guid>
            <title>Smoothieboard v1 issues (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,867319,867319#msg-867319</link>
            <description><![CDATA[ Hi,<br />
<br />
I am using smothieboard v1 like CNC with the eShapeoko, and I am using one stepper motor NEMA 23 or NEMA 17 for testing.<br />
<br />
Previously, I built a CNC eShapeoko with another smoothieboard and all went fine for the first time, but I am building another eShapeoko with the smoothieboard v1, and I have a some troubles that I don’t know how I can solve them.<br />
<br />
With the new smoothieboard v1, If I only connect the stepper motor of Z axis, and I do click on the control panel to move 1 mm up, the stepper motor vibrates and the bCNC says “Hard limit Z”. With the old smoothiboard, when I want to move 1 mm up again, the z motor go up or down 1 mm . Randomly the stepper motor go down or up. Never it go in the same direcction and I don’t know what is the problem.<br />
<br />
Another problem is that with the new smoothieboard, in the first move when I do click on the X or Y axis (example 1 mm right), 2 or 3 seconds later of execute the movement, the stepper motor begins to do some noises on intervals of 1 second, like interruptions, and if I want to move 5 mm up, the stepper motor goes 5 mm but it stop 1 millisecond for every second. The first move is always clean, but the others no. It does on all the axis.<br />
<br />
Please I need help for this.<br />
<br />
Thanks.]]></description>
            <dc:creator>luthorgelt</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 01 Apr 2020 17:57:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,867074,867074#msg-867074</guid>
            <title>MKS sbase 1.3 and filament sensor (7 replies)</title>
            <link>https://reprap.org/forum/read.php?418,867074,867074#msg-867074</link>
            <description><![CDATA[ Only option to use filament sensor is to buy TFT32?]]></description>
            <dc:creator>jzagaja</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 08 Apr 2020 04:38:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,866025,866025#msg-866025</guid>
            <title>Using a level shifter and a TB6600 with smoothie (2 replies)</title>
            <link>https://reprap.org/forum/read.php?418,866025,866025#msg-866025</link>
            <description><![CDATA[ I finally got some time to get back on my picker machine build<br />
<br />
Here's what I need to do<br />
I am setting up a dual axis Y and open drain is not working for me with my smoothie board<br />
<br />
My smoothie board motor driver outputs 3.3 volts <br />
My TB6600 stepper driver requires 5 volts<br />
<br />
So I purchased a few Logic leveler boards to step up the 3.3v to 5v<br />
<br />
I have never used them before and I want to make sure I am hooking them up properly<br />
<br />
Looks like I have to supply +5vdc and +3.3vdc to the logic boards which I can get from my smoothie board<br />
<br />
Is the attached hookup diagram correct?<br />
<br />
This is what it says on the smoothie dual motor page regarding a TB6600<br />
<br />
<hr class="bbcode" />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />
<b>Please note, if your external driver requires 5V, that Smoothieboard only provides 3.3v on it's output pins.<br />
Two solutions to this : either use a level shifter or use the Smoothieboard's pins as Open-Drain<br />
( ie linking to ground instead of linking to 3.3v, when closed ), and wire accordingly.<br />
<br />
Since TB6600 uses 5V signals and Smoothie is 3.3V we should either use TTL converters or open-drain (as mentioned before).<br />
My setup uses open-drain with 5V taken from the board ( signals are connected to “-” pins, 5V is to all “+” pins ).<br />
</b></div></blockquote>
<br />
<br />
<hr class="bbcode" />
<br />
[attachment 114218 TB6600.png]]]></description>
            <dc:creator>EL34</dc:creator>
            <category>Smoothie</category>
            <pubDate>Tue, 17 Mar 2020 08:38:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,865633,865633#msg-865633</guid>
            <title>Smoothieboard 1.0 with latest firmware (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,865633,865633#msg-865633</link>
            <description><![CDATA[ I am resurrecting my son’s Mini Kossel delta printer and have it working with older firmware but if I update the firmware to latest edge from github (as of January 2020) the board updates and boots but I am unable to connect over usb from pronterface with windows 10. I get error 31. Should 1.0 board work with latest firmware?]]></description>
            <dc:creator>StottieCake</dc:creator>
            <category>Smoothie</category>
            <pubDate>Mon, 13 Jan 2020 05:15:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,864874,864874#msg-864874</guid>
            <title>SKR 1.3 Heated Bed Issue (6 replies)</title>
            <link>https://reprap.org/forum/read.php?418,864874,864874#msg-864874</link>
            <description><![CDATA[ Hi, i have skr 1.3. I decided make a heated bed my printer. Everything is done but something wrong my board. Firstly doesn’t have heated bed settings on my LCD then i change bed termistor code 0 to 1 in configiration.h. I read 120degrees without NTC and if i plug it it change little bit. I measured thermistor connector on board. It has 3 thermistor connector and two of them has 3.3v and my failed connector has 1.6v?. Also i try to measured thermistor resistor on board, my failure connector’s resistor must be 4.7k but resistor is different value on borad(I pull up this and its give 4.7k). So i can’t use heated bed.<br />
<br />
   What is going wrong and what can i do?<br />
<br />
   Note: NTC is 100k 3590 and 125k on 20 degrees]]></description>
            <dc:creator>keremdikmen</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 01 Apr 2020 17:58:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,862093,862093#msg-862093</guid>
            <title>A5984/A4982 and APFD mode (Is ROSC grounded on a v1 smoothie?) (1 reply)</title>
            <link>https://reprap.org/forum/read.php?418,862093,862093#msg-862093</link>
            <description><![CDATA[ Nebbian in the Delta forum has a theory that the "tree ring" patterning seen on delta printers might be due to the drivers missing a step at the transition from slow to mixed decay.<br />
<br />
[<a href="https://reprap.org/forum/read.php?178,763881,763883#msg-763883" target="_blank" >reprap.org</a>]<br />
<br />
I was looking over the A5984 and A4982 datasheets, and they have a mode called "APFD" which is turned on by grounding ROSC.  This should keep the driver in mixed decay.<br />
<br />
Based on the schematic on GitHub, Smoothie v1.1 boards don't ground ROSC. Is this correct?<br />
<br />
Did you guys ever experiment with that?]]></description>
            <dc:creator>aaronH</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 01 Apr 2020 18:04:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,861170,861170#msg-861170</guid>
            <title>How to setup Smoothie config for 5 steppers (2 replies)</title>
            <link>https://reprap.org/forum/read.php?418,861170,861170#msg-861170</link>
            <description><![CDATA[ My version 1.1  - 5 axis smoothie board will be controlling a Pick and Place machine<br />
<br />
I have one X axis ball screw - M1<br />
<br />
I have two Y axis ball screws - M2 and M4<br />
m2 and M4 will be slaved together<br />
<br />
I have one Z axis ball screw - M3<br />
<br />
I have one left over axis M5, that will have a small stepper attached later to operate a component feeder device<br />
<br />
I have already jumpered the pins below on the smoothie board below according to the directions on this page<br />
[<a href="http://smoothieware.org/general-appendixes#doubling-drivers" target="_blank"  rel="nofollow">smoothieware.org</a>]<br />
EN2 to EN4<br />
ST2 to ST4<br />
DIR2 to DIR4<br />
<br />
It looks like M4 and M5 are setup for hotend motors in the stock config<br />
<br />
I am confused as to how to set up motors 4 and 5 in the smoothie config file<br />
<br />
I have setup X, Y1 and Z in the config like this<br />
<br />
# X axis<br />
alpha_step_pin                               2.0              # Pin for alpha stepper step signal<br />
alpha_dir_pin                                0.5              # Pin for alpha stepper direction, add '!' to reverse direction<br />
alpha_en_pin                                 0.4              # Pin for alpha enable pin<br />
alpha_current                                1.5              # X stepper motor current<br />
alpha_max_rate                               30000.0          # Maximum rate in mm/min<br />
<br />
# Y axis 1 - M2 and M4 are slaved<br />
beta_step_pin                                2.1              # Pin for beta stepper step signal<br />
beta_dir_pin                                 0.11             # Pin for beta stepper direction, add '!' to reverse direction<br />
beta_en_pin                                  0.10             # Pin for beta enable<br />
beta_current                                 1.5              # Y stepper motor current<br />
beta_max_rate                                30000.0          # Maxmimum rate in mm/min<br />
<br />
# Z axis<br />
gamma_step_pin                               2.2              # Pin for gamma stepper step signal<br />
gamma_dir_pin                                0.20             # Pin for gamma stepper direction, add '!' to reverse direction<br />
gamma_en_pin                                 0.19             # Pin for gamma enable<br />
gamma_current                                1.5              # Z stepper motor current<br />
gamma_max_rate                               300.0            # Maximum rate in mm/min<br />
<br />
How do I get rid of the hotend config lines and set up M4 and M5 as regular steppers like the 3 axis shown above?<br />
<br />
Thanks for any info on this]]></description>
            <dc:creator>EL34</dc:creator>
            <category>Smoothie</category>
            <pubDate>Thu, 24 Oct 2019 13:23:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,859860,859860#msg-859860</guid>
            <title>Real Smoothieboard (5 replies)</title>
            <link>https://reprap.org/forum/read.php?418,859860,859860#msg-859860</link>
            <description><![CDATA[ Hello, in the spirit of helping the developers of Smoothie, I have been trying to buy a SmoothieBoard here in Canada.<br />
No one has them available, they seem equally hard to find in the US (but import penalties from there to here are significant).<br />
I can find other boards that state they are Smoothie but appear to be clones.<br />
Are real Smoothieboards still available and is so where?]]></description>
            <dc:creator>NAP1947</dc:creator>
            <category>Smoothie</category>
            <pubDate>Wed, 01 Apr 2020 18:03:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?418,856555,856555#msg-856555</guid>
            <title>Azteeg X5 GT issues (25 replies)</title>
            <link>https://reprap.org/forum/read.php?418,856555,856555#msg-856555</link>
            <description><![CDATA[ Hi everyone,<br />
<br />
I have admired the smoothie setup for a very long time but haven't switched because every azteeg X3 that I've installed has worked flawlessly. Why change what isn't broken right? That being said my personal X3 board somehow got "bricked" recently and thought what better time to finally make the switch and learn the new. (BTW if anyone can fix the X3 I am more than open to discussion.)<br />
<br />
I've trusted and relied on the quality of Panucatt devices on OEM builds for years and decided to give the X5 GT board a go instead of the traditional smoothieboard for this replacement (sorry Arthur). The big problem is that the documentation is rather limited and leave's all setup,troubleshooting,and issue handling to smoothieware.org which does not include or cover this board or it's sibling (X5 mini) at all.  Not that they should, but it does leave a big gap in fixing issues specific to the Panucatt board using Smoothie architecture since they are quite different.<br />
<br />
The X5 GT wiring diagram matches the X3 fairly well and is pretty straight forward to follow, but when I power up with the X5 there seems to be no signal going to the board or it's individual components.  Pronterface says it's connected to the printer and the LED's light up fine but there is no movement or any physical sign of connectivity.  For example, I prefer to hard wire my cooling fans to the main supply to be "always on" from power up. They stay idle, and there is no noticeable <u>on</u> or "locking" of the steppers as they can be moved freely by hand without resistance no matter what I do. <br />
<br />
There were a lot of dual pin jumpers included with the panucatt board but no real direction as to where they are needed for specific applications. And they are simply not addressed in the existing wiring diagram for this board at all. From past experience I've learned that if the "smoke" wasn't released when the power is turned on then the wiring is probably OK and all other problems are most likely simple to overcome so it's best not to panic. <br />
<br />
With this being a new to me firmware type and all I thought it better to direct the issue here first, rather than bothering Roy or Arthur about it. My build is a Prusa inspired/custom cartesian frame with a single extruder and hotbed if that makes a difference. <br />
<br />
Admittedly, my strong suite is not the electronics or programming side of these machines, which reinforces my request here for help. I'm still waiting for the type of "plug and play" control box you can get for custom CNC builds to become available for this application, lol.<br />
<br />
On a side note; I had subscribed to a smoothie user forum years ago and have always been impressed at the amount of detail and attention they put into their support. Would like to say thanks to Arthur for that. It is why I have wanted to make this switch for so long.<br />
<br />
MC, BearCNC]]></description>
            <dc:creator>wednesday</dc:creator>
            <category>Smoothie</category>
            <pubDate>Thu, 02 Apr 2020 22:13:33 -0400</pubDate>
        </item>
    </channel>
</rss>
