Fysetc in China have been producing Duet 3 clones for quite a while now. They started off producing Duet 2 wifi and ethernet boards and paneldues, and have since progressed onto Duet 3 6HC’s, Duet 3 3HC’s, Toolboards, distribution boards and 1XD’s. They were cloning the Duet 3 Mini 5+ for a while but have since withdrawn them and started producing their own variant called the “Big Dipper”. More on that board in another post.

I recently managed to acquire both an original Duet Toolboard v1.1 and a Fysetc Toolboard v1.1.

For those of you that don’t know, the Duet 3 range of control boards have a feature called CAN-FD. It allows the sending of data over two wires between multiple devices and is used a lot within modern cars etc. It has a data rate that is roughly 5 times faster than traditional CAN. But what does that mean to you and your 3D printer? Well lets just think about a typical direct drive tool head arrangement on a 3D printer. You have 4 wires for the driver, 2 wires for the hotend, 2 for the thermistor, 2 for the hotend fan, 2 for the part cooling fan and then theres probably some sort of probe on there, so lets say another 5 wires for a BLTouch. All of a sudden you have a bundle of 17 wires going to the tool. Instead, you fit a toolboard to your tool and that suddenly reduces to 6 (4 for the CAN-FD connection and 2 for power) and you can add even more features.

Block Image
From the above image of a v1.1 toolboard you can see that there are 3 controllable outputs (Out0, Out1 and Out2). Out1 and Out2 have tachometer inputs for measuring the RPM of the fan and Out1 also has a PWM output for 4 wire fans. There’s 3 input/outputs for things like a probe or filament sensor, there are 2 temperature sensor inputs, 2 buttons and a driver output driven using an onboard TMC2209. V1.1 of the toolboard also added an onboard accelerometer to support the recently introduced input shaping in RRF and a location to install a docking switch.
Duet Toolboard v1.1 vs Fysetc Toolboard v1.1

On to the Fysetc toolboard. As you can see in the above image, the Fysetc toolboard has a slightly different layout compared to Duet Toolboard meaning they haven’t copied the board 100%. The power connector is also in a slightly different position.

Back of Duet Toolboard v1.1 vs Fysetc Toolboard v1.1

It could be nice if Fysetc clearly identified the board as being a clone but at least it doesn’t use the Duet3D logo. It’s also good that they have added the holes to allow screw terminals to be fitted if the user requires.

The board I received had 3.4b6 installed so it won’t connect to a board thats running firmware version 3.3. Fortunately I run the latest beta’s so I was able to connect without issue. So far, I have tested the heater and fan outputs, driver and accelerometer and it works perfectly fine. One thing to note is that the schematics of the Fysetc version are not available. All the information about the Duet Toolboard can be found on github.

If you want a Duet Toolboard, the Fysetc version seems a viable alternative without breaking the bank.

As can be seen by the image above, the router is installed in my Dads garage and we’ve carried out a couple of test runs. All in all we are very happy with how it has turned out. I’ve got a few more parts to print to put the duet wifi in and tidy up the cabling. I also need to print a dust shoe to attach the vacuum to.

To generate the CNC gcode, we are using fusion 360. As I mentioned, we are using a duet wifi as the main controller and luckily for us, thats also the the controller used by Ooznest. They have very kindly provided us with a post processor for fusion 360 to allow the CNC gcode to be output fully formatted for the duet.

A copy of the config we are using for the duet can be found here.

I think I’m going to end up building a larger CNC router for myself as my next project once the CoreXY is out of the way.

I was asked to produce updated config files for the Anycubic Predator which has been upgraded to a duet 2 board running the latest RC of RRF3.

I have uploaded my files to github and they can be found here. This is for a setup where a smart effector has been fitted. There won’t be too much to change for a stock predator if you wanted to get it to work.

As well as building a new corexy for myself, my Dad was interested in a CNC router. He does a lot of woodwork and wanted a quick way to make 3D engravings. So we’re building a Root 3 CNC Lite.

The Root 3 CNC Lite is made out of a mixture of 3D printed parts, 20mm square box section and a number of other vitamins. It uses Nema 17’s to control the motion.

We have chosen to use a 500w air cooled spindle for the cutting and rather than use a ramps board for the electronics, we have gone with a Duet 2 Ethernet.

We have so far received the side panels and base ordered from the online shop and I am busy printing all the required parts.

Once the BOM is confirmed, I will upload. This will give an idea of price and links to where we got the parts from. The BOM on thingiverse is not complete.

My early christmas present has come in the form of a shiney new Duet 3 board. Those of you who have read my earlier posts know that I have used Duet 2 ethernet boards (although they were clones) on both the Anycubic Linear Plus and the Anycubic Predator. They are a fantastic board for the money so it made sense to look towards the duet family for my new corexy.

But why did I choose the duet 3 over the duet 2? Well there are a number of reasons why I have done so.

  • The duet 2 tops out at 10 drivers (duet 2 + duex5). If I populate my corexy with all tools, I would need 12 drivers. The duet 3 should be able to handle at least 24 drivers, so expansion isn’t an issue.
  • The duet 3 can be configured to use a raspberry pi (or other similar SBC) to serve the web control, store the gcode files etc and allow the use of plugins with the reprapfirmware. I have been using raspberry pi’s for a number of years with the smart home system so I have a number of them around.
  • As my bed is 500x500x500, I felt that using 3 nema 17’s to move it would be getting towards the top of its limits. I know that its possible to find nema 23’s that would be suitable for use with the duet 2, I didn’t want to restrict myself. The duet 2 can handle up to 2.4 amps per driver and the duet 3 can handle 4 amps.
  • There are individual tool boards planned that would be mounted to the extruder. This reduces the number of wires to each tool from ~12 to 6 (4 for the canbus and 2 for power).
  • The processor has been increased from 120MHz to 300MHz.
  • Any HDMI screen can be connected to the SBC to run the web interface. You are therefore no longer restricted to the paneldue interface.

Now I’m not saying to go out and upgrade a duet 2 to a duet 3 as for standard 3D printers, the cost can’t be justified. But if you are building a tool changer or a larger CNC machine, the duet 3 is a no brainer.

If you do order a duet 3, the following things are supplied:

  • All connectors and crimps to use every connector on the board.
  • A 26 pin cable to connect the duet 3 to an SBC.
  • The crimps required to connect the power cables.
  • An SD card for use in a raspberry pi. (I haven’t used this as my raspberry pi 4 was already setup with an SSD).
  • A sticker for your machine to show that its using a duet 3.

So far, I have the duet 3 setup with a raspberry pi 4Gb. I have updated it and that’s about as far as I’ve got. I have a couple of motors that I’m going to use for the X and Y. I also have the motor that I’m going to use for the tool changer. I have ordered the Z motors (3 off) as well. I’m still on with building my machine so it will be a while before I actually start doing any electronics wiring. Eagle eyed readers will spot that all those motors above equal 6 and there are only 6 drivers on the duet 3 mainboard. I have preordered an expansion board to give me 3 extruders.

More updates on how the build is going to follow.

Yes, I know I’ve been a little bit quiet on here to the point where I haven’t posted in over a month. I’ve been fairly busy with home life (visiting friends on weekends etc) and working away from home in different parts of the country.

I’ve also been working on the design for a new 3D printer. As some of the more regular readers will know, I have/had an Anycubic Linear Plus (ALP) and an Anycubic Predator. Both with a number of upgrades, with the main one being duet 2 control boards. Well the ALP has been sold and I bought a Da Vinci Jr 1.0 for £35 + postage off ebay to tinker with.

The main reason I sold the ALP was to generate funds for a new printer. A coreXY in fact, with built in toolchanger. I was blown away with the possibilities of the E3D toolchanger when I was TCT but the ~£3000 asking price almost made me fall over (I was also impressed by the E3D Hermes and needed an excuse to buy a duet 3). Since then I’ve been researching different toolchanging printers (shout out to the Jubilee printer) to see which design I liked. I knew my next printer was going to be a coreXY and I knew I wanted something a little larger and I couldn’t really find anything I liked.

So Jays Toolchanger CoreXY was born. If anyone comes up with a better name, please let me know in the comments below.

I had a few design goals in mind. Namely I wanted to print roughly 500x500x500, use the duet 3 with toolboards, be fully direct drive and to use as many 3d printed or off the shelf parts as possible (as it stands at the moment, only the locking pin and bed need to be custom machined, although once the locking plate is easily available, I will swap to machined ones).

All files are currently available on Github and Thingiverse and comments on the design are welcome. I have tried to make it as accessible as possible. All of the design work is done in Solidworks.

As it’s all the rage these days, there is also a discord server. Come join me for a chat.

I will add another post with build progress.

Since I last wrote a blog post, I have carried out several changes to my current setup. The aim of this post is to try and consolidate all of the changes I have made to try and put a stick in the ground for the readers.

Summary of changes so far

The controller board has been changed to a duet 2 Ethernet. This has been detailed here and here. As well as this, I have changed the effector to a smart effector. This change also meant changing the hot end from the standard v5 clone to an authentic E3D v6. These changes were detailed here.

Arms

My setup summarised above was using the original arms that came with the machine. If you follow the Facebook group for the predator, or any other social media channels, you may have heard about the issue of the rapidly wearing rod/arm connectors. This is where the ball in the middle of the connector becomes loose and introduces play into the system. I was suffering from this issue, and it meant that the calibration deviation on my machine was getting worse and worse. One fix for this issue suggested by the community is to replace the rod connectors with ones made by IGUS. These would be great for a normal unmodified machine, but as we’ve already fitted a smart effector, these aren’t really the way to go. It would also be very difficult to make sure that the rods are the same length. This is critical to ensure that the printed parts are accurate, especially as resolution decreases the larger the part.

I ordered a set of arms from Haydn Huntley. He has been known for supplying high quality, high precision arms to the delta community for several years now. I decided to stick to a length of 440mm for the arms, although it has been suggested that arms as short as 405mm will still work. The reduction in length to 405mm will counter the loss in height when fitting a smart effector (which is around 30mm due to the different position of the hot end). I’m not going to tell you which length to order as I have not read anywhere of anyone ordering 405mm and getting them to work over the whole print area. If you feel you will need that extra z height, maybe go for 415 or 420mm. If you are planning to use any sort of multi material changer at some point in the future and will be planning to purge the material outside of the build platform, then I would stick to 440mm arms. The order came within about 2 weeks or so. Just keep in mind that when getting them delivered to the UK that you would be paying somewhere in the region of £30 import duty. They come well packaged, in a cardboard tube and have the length of each arm written on a label. All the ones I received were 440.38mm.

To enable the arms to be mounted to the carriages of the predator, some custom mounts are required. It would be great if the adaptors included with the smart effector fit, but unfortunately, they don’t. I used the adaptors designed by Nealz Engeland but I found that some modification was required to get the holes to line up with the carriage. Don’t forget to swap the little ‘flag’ over required to activate the optical end stops.

Carriage Adaptors

I carried out this change while also carrying out some maintenance on my machine. One of the good design factors of the predator is the ability to remove an upright from the machine without much hassle. The predator even stays in place without requiring any other support. I removed each upright in turn and stripped it down to parts. This way, I was able to check that all the rollers of the carriage were correctly in contact with the extrusions and that no play was present. Fortunately for me, there was no play present, but I have read on Facebook, about a number of other predator owners that have had to adjust their rollers to make sure they are all in contact. I also swapped the original 1.8 degree motors with 0.9 degree motors and re-tensioned the belts, but more on that later.

As mentioned earlier, I have previously upgraded the effector from the original to a smart effector. I had modelled up a mount to allow use of the original arms and to mount three radial fans for cooling. The design can be found here.

I have since updated this design to allow the fans to be mounted to the smart effector while using magball arms instead. The design can be found here.

When mounting the arms to the printer, make sure you alternate the polarisation of the magnets. With mine, Haydn fixed the labels on each on at the same polarisation, which made it easier to alternate the arms. Basically, mount one arm label in to the effector, then one arm label to the carriage and then alternate. This helps reduce magnetic interference of the fans etc. Also make sure that you apply lubricant to each of the ball cups. I used bike chain lubricant as per Haydn’s advice.

Arm alternating

Motors

The motors are very easy to change from one type to another. I had a bunch of motors left over from then I had to send a 3D printer to 3D printer heaven. The main thing to check is that the toothed gear is fitted with the same offset as the gear at the bottom of the printer. Wiring is the same as a 1.8 degree motor. If you’re lucky, you’ll get 0.9 degree motors with removeable cables, in which case, you just plug the old cable into the new motor. Don’t forget that the steps per mm need to be changed from 80 (for 1/16 microstepping) to 160. I’m still assessing whether changing the motors has been a good change or not.

Motors I Used

PanelDue

Only a small note to say I’ve added a PanelDue 7 inch. I have mounted it to the top of the frame as shown below.

Duet firmware updates

Along with the above hardware changes, I have been trying to tweak my duet config to improve my settings. I have uploaded my current config to a separate branch on my github for your use. You will notice that the acceleration and jerk are quite high. Below are a couple of pictures of an example part. Ignore the bottom of the part, I am currently working to improve the quality. I will endeavour to keep github up to date.

I have moved a couple of items out of config and into my start gcode. I now do the following.

G32 ;This carries out a delta calibration at the start of the print
G29 S2 ;This reloads the mesh height map which is cleared when carrying out the delta calibration.

That pretty much brings you up to speed.

Before buying the Anycubic ‘D’ Predator, I purchased an Anycubic Linear Plus. I’d been after a delta type printer for a while, after becoming fasinated with the way they work. After all these years, I still find 3D printers mesmerising as they lay down plastic.

As a printer, I’ve generally been happy with how it performs, but I’ve found its bed size a little bit limiting. Its also limited in its processing power, as its fitted with a trigorilla 8-bit board which is being pushed to its maximum capability by the delta geometry.

The design of the Linear Plus is that all of the electronics sit under the bed. This can lead to the electronics being submitted to more heat than would be preferable. It also has a very long bowden tube ~700mm long which requires long retractions of at least 5 or 6mm to eliminate stringing and if you want to move into more flexible materials, its definitely too long.

Required Printables

Before carrying out the conversion, a number of items require printing. If you don’t have another 3D printer, these will need to be made before you start stripping the printer down. They are as follows

Required Vitamins

You’ll also need some extra parts.

The Frame – Strip Down

First thing I wanted to be able to achieve was to flip the frame so the electronics were at the top. This would give me easy access to the controller if I wanted to make adjustments to wiring etc without having to remove the bed. This would mean that in theory, I would never have to remove the bed again, reducing any requirements to probe the bed for calibration or meshing.

I’m not going to go too in depth into what I did to achieve this conversion as most of it is self explanatory. What I will do, is provide a brief overview of each step I carried out, in chronological order.

  • Remove the effector, along with the arms.
  • Remove the belts
  • Remove the endstops and associated wiring for them
  • Remove the bed, bed clips and associated wiring
  • Remove the linear rails, making sure to not let the runner fall off the end (because if you do, out come all the ball bearings!)
  • Measure the distance from the base of the frame (where the bed sits) to the bottom of the plastic stops which sat under the linear guides. From memory, mine were roughly 70mm.
  • Remove the PSU and associated bracket.

This leaves you with a frame and some electronics. As I was changing the controller board, I also stripped out the controller and screen. This left me with a frame with some motors attached.

The Frame – Assembly

I’d previously printed some feet for the Linear Plus, so the first thing I did was swap these over to the other end of the printer. I then turned the printer so it was now the way up I wanted. I then installed things in the following order.

  • Set the plastic stops to the correct height for the linear rails
  • Installed the linear rails the correct way up (denoted by the orientation of the rod mounts)
  • Installed the endstops at the top of the linear rails. I made sure these sat right against the top of the frame to keep them all consistent.
  • Refitted the belts. I don’t use springs to tension them and instead use the screws at the bottom (originally top) of the frame to move the top and bottom sections apart. I’ve tried to adjust all of them the same to maintain the frame squareness
  • Install the arms and effector
  • Install the 3 sets of mounts to the rod carriages. I also installed one end of the catapult tubing to each mount. The tube should be long enough to reach the centre of the frame if looking from the top. I used 2 cable ties to secure the tubing.
  • Install the extruder to the extruder mount.
  • Install the extruder mount to the tubing. It needs to be tight enough to support the weight of the extruder with little sag. Do the cable ties up enough to hold it but they should still be adjustable.
  • Cut the PTFE tubing coming out of the hotend so it is around 80-100mm long.
  • Fit the PTFE tubing into the extruder. Adjust the catapult tubing so the extruder is held level and in position. The tubing should be under tension but should still be able to allow the hotend to move around the bed. Move the effector around to verify the movement and then tighten the cable ties. If there is lots of spare tubing, cut it off, otherwise leave it incase you need to make adjustments down the line.

That’s the frame assembled.

Duet Installation

Basically, follow the online wiki and my post on installing a duet to the predator. For the endstops, the wires should be connected to the 2 outer pins of the 3 pin connectors. I will post my config on github shortly. Its also worth noting that I am running the duet etc off a 24v PSU that i had lying around. 24v is recommended for the TMC stepper drivers although its not critical.

For the heated bed, I’m using the original power supply connected to a mosfet to control it. I ran cables for the mosfet and the thermistor down the inside of the 2020 extrusion. I will be printing a mount for the mosfet at some point but at the moment its not important.

Photos

Please find some photos below of the finished installation.

So its been a while since I’ve updated you on the status of my predator. Since changing over to a duet, I have a number of further changes to my machine.

The upgrade I’m going to concentrate on in this post is the installation of a duet smart effector. With changing this part I am also forced to upgrade to an E3D V6 all metal hot end, which for me is better, as the one supplied by anycubic is limited to a maximum temperature of 260 degrees Celsius.

So what does changing to a smart effector gain you? I would say there are three main advantages.

  • It makes it easier to change your delta arms to mag mount versions later down the line of the type produced by Haydn.
  • The hotend is now the Z probe. The smart effector has a piezo switch built into it that then uses the pressure of the hotend touching the bed to trigger it. This allows you to call a probing routine whenever you wanted without having to install an extra switch.
  • The smart effector is made from a PCB so it is nice and lightweight but also strong.

To be able to use the smart effector with our machine, a number of extra parts are required if you aren’t going to be changing the arms straight away. I’ve modelled all of the parts required and made them available on thingiverse.

You’ll need to print

  • 1 x converter
  • 3 x fan brackets
  • And 1 of each fan duct. It’s designed in a way that you can choose how many of the fans you fit. I have all 3 installed on mine.
  • You’ll also need
  • 12 x M3 nuts
  • 12 x M3 x 20 screws
  • 6 x M3 x 6 screws
  • 3 x 5015 radial fans
  • 3 x M4 x 30mm screws
  • 3 x M4 nuts.

Make sure you’ve assembled the smart effector as instructed on the wiki.

Start off by running a tap down the 6 mounting holes in the converter for the smart effector. Then mount the smart effector to the converter and secure in place using 6 of the M3 x 20 screws. They do thick out the underside of the converter a fair bit, but that is because we will use them later to mount the fan brackets. Now mount the converter to the 6 arms using the other 6 M3 x 20 screws and the 6 x M3 nuts. You can do this either with the arms attached to the machine or with them removed. Make sure the screws are done up nice and tight so they don’t come loose. Then tap the 2 inner holes on each fan bracket using an M3 tap. Mount the fan duct to the to the fan bracket using the M3 x 6 screws, followed by the radial fan to the bracket using M4 x 30 screws. Repeat for the other 2 assemblies. Finally, mount the fans in the correct position under on the smart effector. Each fan should be wired in parallel and plugged into the part cooling fan port on the smart effector. See below for photos of it installed

For the wiring on the predator to the smart effector, I actually ripped out what was originally there and installed a new harness. This is due to requiring extra cables etc. Just follow the guide on the wiki and you’ll be fine.

Also remember to make the changes to the firmware for the probe and to retune the hotend using M303.