FLSUN QQ-S and Duet 2 Wifi

Miklós Galicz
4 min readOct 16, 2020

--

This is a Work In Progress project, I’m using this to document the progress!

So, I’m into 3D printing since I got my Creality Ender 3 last year, and I thought that things could be a bit more interesting with a Delta style printer. My choice was the FLSUN QQ-S Pro which has a larger build volume than the Ender 3 and has a relatively small, but solid community on Facebook behind it.

During the first print, a couple of ideas formed in my head, how to make the printer more quiet, because I like to leave the printers running during the nights and my workspace is also shared with the printers, so quieting them is a must have for me. For my Ender 3, I’ve used the Bigtreetech E3 DIP board with TMC 2208 stepper drivers, but for the QQ-S, I wanted something different. This is why my choice for the new board went to the Duet 2 Wifi which came highly recommended, even when I was debating the choice of board to the Ender 3.

I won’t go into details about the differences between the FLSUN factory HiSpeed v1.0 board and the Duet, there are several articles about that already… So, here’s the process :)

Hardware setup

FLSUN QQ-S Factory electronics setup
FLSUN QQ-S Factory electronics setup

It started out with the quite neatly organized factory setup. I was actually impressed after the job Creality did on the Ender 3!

Some odd things to note:

  • The heated bed’s positive lead comes from the PSU, while the negative is attached to the board
  • The Z Probe’s lead was broken into 2 parts
  • The stepper motors got dampers on them (under the white covers) which was a pleasant surprise after hearing a lot about bent mounting profiles due to over tensioning.

The wiring should be pretty straight forward… with a couple of caveats (as always). FLSUN made a couple of interesting design choices which will be listed.
Important thing to note is that there are 3 ways of approaching this:

  • The clean way (which involves, you recrimping all the connectors)
  • The hacky way (which is the flushcutter treatment on the JST connectors)
  • The optional way (this one requires a considerable amount of dupont jumper cables)

The choice is yours!

Couple of thing to look out for:

  • The wires aren’t marked, so you’ll need to mark them first!
  • The stepper connections are good as they are!
  • The endstops are normally closed switches, so the pins have to be adjusted accordingly (3v3 and STP pins must be populated)

Take these with a grain of salt as the cable’s color coding may change depending on the unit, be sure to double check it!

And the sketchy part (FLSUN’s design choices):

  • The (-) of the bed heater was wired to the board, and the (+) to the PSU
  • The purple wire is the common GND for the probe & hot-end fan
  • The green/turquoise wire is a common (+) for the hot end & part cooling fans
  • The single black wire is the pwm controlled part of the part cooling fan

For mounting the board, you can use this: https://www.thingiverse.com/thing:4308438

What I’m going to do at this point is the PSU will be moved to the outside, and get the board up & running. This way I can print a mounting plate that uses the old stand-offs so the board can be mounted properly. After that, the PSU will get a case for life protection reasons…

FYI, at the moment, I’m thinking that just about any board replacement will get hindered by the creative ways the original wiring was done…

This is the wiring… For now at least… I’m planning to add another extruder with Y splitter on the bowden tube in the near future.

The Probe

As I was going around the forums, trouble with the probe came up multiple times, the reason my be the “creative” wiring mentioned above. BTW, the probe is a normally closed switch. Haven’t seen config option for that in the online RepRap config tool… But at least I’ve managed to get the probe react on the Duet’s dashboard!

Turns out, wiring the probe is different between firmwares, as it’s highly recommended to upgrade to the latest I’ll only cover RepRap v3 only.

You’ll need to use the Z-probe pins (as seen on the wiring image), don’t listen to the online configuration tool and there will be necessary changes as well to the generated code.

Software

Having an online configuration tool for RepRap firmware is a huge advantage over Marlin and makes things a lot easier.

Below is my working config.json file which you can feed to the configurator to base your setup on. Only one thing to note: for the Z-Probe to work, you’ll need one adjustment after uploading the resulting gcode files.

In your uploaded config.g file, the first line under Z-Probe has to have the logic inverted. To do that you’ll have to add a ! in the C attribute, like this:
M558 P8 C"!^zprobe.in" H5 F120 T6000
If you’ve done this correctly, ze Probe should show a 0 value on the dashboard, instead of a red 1000.

Some troubleshooting

If you get heater errors like:

Error: Heater 0 fault: temperature rising much more slowly than the expected 1.8°C/sec

You can do a heater calibration, details are in the documentation, just don’t forget to adjust the example gcode based on which heater you’re tuning.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Written by Miklós Galicz

I am one of the lucky ones, who was able to turn a hobby into a way of living 😁 | If you like what I’m doing, buy me a coffe at https://ko-fi.com/blackfyre

No responses yet

Write a response