r/QIDI

▲ 4 r/QIDI+1 crossposts

Anyone have config files for Q2 v1.1.0?

Hello! I'm looking for the printer.cfg and gcode_macro.cfg files that shipped with v1.1.0 for the Q2. Anyone out there who can help?

If so, please post them to whatever file sharing service you like and let me know. Or, I guess I could give my email or discord if necessary :)

Once I have them I'll edit this post so nobody else wastes their time!

Thanks.

(some nice person just gave me the v1.1.1 files but I'm still looking for v1.1.0!)

reddit.com
u/WanderyngAscetic — 1 day ago
▲ 3 r/QIDI

Qidi plus 4 getting dragged when I print

Im having a problem where my filament is being dragged whenever I print. I mainly print in PETG but so far pla and tpu all seem to have the same symptoms.

I have manually leveled the bed. Manually set z offset. Dried the filament for 32+ hours. Washed the bed plate with dawn soap and then wiped it with alcohol once the bed is warm. Created a new bed mesh.

I have done this multiple times to ensure I have everything set right, and even then I still get the printer to get the filament dragged after it creates the initial

Printer is stock so I am really not sure what's happening, I have set print temp from 245c to 210c and thinking the excessive ooze might be causing the issue but no luck.

Even if I catch the purge line prior to print it will catch it while its creating the brim or even moving the hot end from one area to another.

▲ 1 r/QIDI

Can it dry a wet book?

A couple books were delivered to me during a thunderstorm and are completely soaked through from the rain. Can the QIDI Q2 be used to dry the pages, maybe using the filament drying mode?

reddit.com
u/sponsoredbychatgpt — 2 days ago
▲ 3 r/QIDI

Need help print issue after replacing nozzle :(

Hello,

Ive done manual bed levelling followed by auto bed levelling, this is after ive replaced my nozzle, and from my understanding the bed looks pretty good when i make my calibration. After when i try to print a bed level test, terrible things start happening.

Im a beginner and really struggling to get my printer back up and running and would appreciate any advice. Im printing with abs with the default settings in a qidi q1 pro. Ive also tried preheating printer for 15 mins and no changes with this protocol. Photos for reference and happy to give more info!

Cheers...

u/bushturkey94 — 2 days ago
▲ 4 r/QIDI+1 crossposts

QIDI Plus4 Out of the Box Changes

Hello community - I recently ordered a QIDI Plus4 as an upgrade to my Bambu A1, and to allow me to print new and different engineering materials. I've been reading this sub and browsing the GitHub Plus4 Wiki to learn more about the printer before it arrives. Given the latest generation of the Plus4 incorporated some fixes from the original, I'm curious what if any of the fixes, configuration tweaks, etc. from the Wiki are best practices I should incorporate when unboxing and setting up my new printer?

reddit.com
u/VApigknuckle — 3 days ago
▲ 3 r/QIDI+1 crossposts

A simple solution to chamber heater heat soak, affecting your first layer.

I suspected effects from heat soak during the initial layer printing, as the chamber heater warms everything compared with the build plate that doesn't really heat much beyond its immediate surface.

The chamber heater is changing during a critical stage of the build (first layer), after the mesh, while the bed is up to temp before the mesh. So alternatively instead of waiting for the chamber to heat and soak, I believe there is no reason not to just delay the chamber startup until after the first layer.

As chamber temp is insignificant compared to bed temp, and during the first few layers nothing is being effected by or needed the chamber heater as the bed is providing more than enough direct heat. The chamber heater really only comes into need as the build progresses higher and the effects of the bed become less and less. I found great results by doing this.

Firstly you need this in the start of your slicer "Layer change G-code"

{if layer_num == 1}
    M118 Starting chamber heater
    M141 S[chamber_temperature]
{endif}

Then comment out chamber start in "Machine start G-code"

;M141 S[chamber_temperature]

And in the printer gcode_macro.cfg PRINT_START macro (and restart klipper)

; M141 S{chambertemp}

reddit.com
u/hayden_t — 3 days ago
▲ 2 r/QIDI+1 crossposts

QIDI Q2 - Random under-extrusion and first layer issues. Looking for advice

Hi everyone! Complete beginner here.

We’re having trouble with the first layer on our QIDI Q2.

We get random under-extrusion on the first layer: gaps between lines, missing extrusion in certain spots, and sometimes areas where it looks like the printer just stops extruding for a moment (see the photos). If the first layer turns out bad, the rest of the print has the same defects.

Here’s what we’ve already tried:

  • Updated the firmware
  • Ran bed leveling multiple times
  • Adjusted the Z-offset
  • Fixed the well-known idler gear play issue
  • The nozzle has clogged several times in the past

Does this look like a partially clogged nozzle, an extruder issue, a Z-offset problem, or something else? Any advice on what we should check next would be greatly appreciated.

u/CompetitionTop9385 — 3 days ago
▲ 9 r/QIDI

Box screen for KlipperScreen

In a previous post I asked about what macro is used to remove a spool from the box (E_BOX SLOT=0 for the first slot). It was so I could update KlipperScreen to have buttons that I could use to control the Qidi Box. I want to start using Spoolman, but to do that, I kind of have to be running KlipperScreen, but KlipperScreen doesn't have a method to let you eject the filament to replace the spool.

So, I did some researched and found the macros that QiDi uses to control the box:

  • Remove (completely remove the filament from the slot): E_BOX SLOT=0
  • Reload (take a filament that is already loaded and reload it): RFID_READ SLOT=slot0
  • Load (load it to the hot end): E_LOAD slot=0

I don't "need" the Load macro, but the Remove and Reload are important. I edited my KlipperScreen.conf and uploaded an SVG of the QiDi logo, and now I have a QiDi Box button on my home screen.

That takes me to a screen with buttons to Remove or Reload the spools in the box.

You can find the configuration files and logo svg on github.

u/rickseiden — 3 days ago
▲ 3 r/QIDI+1 crossposts

How to make sure printer actually follows "Auto bed levelling" checkbox in either slicer or printer?

Hi, is there a way to make the printer follow the checkboxes on either the slicer (Qidi Studio) or the printer checkbox? It says "Auto bed levelling before print" and I uncheck them but no matter what, it always goes back to the auto bed levelling for every single print.

The auto levelling is really helpful, yes, but sometimes when I haven't moved the build plate at all and have a mesh already set for the auto levelling, it is just a hassle, for example 10 minute print has a 10 minute warm up cycle w/ levelling, making it 20 minutes.

I know that it's built into the start Gcode (auto levelling) and I know I can disable it, but is there a way to make it actually check whether the checkbox is selected in the slicer or the printer? It is a Qidi Q2.

EDIT:

Also on a side note of editing gcodes, I am looking for a way to auto eject prints from the bed so that I can automate my prints when I am away / asleep. Has anyone tried this and how would I go about this for a Klipper printer? There are lots of Marlin printer tutorials out there. I'm thinking wait until the plate cools down because my plate fully separates all the parts basically, and then perform a quick sweep of the bed with the head to knock the prints off.

reddit.com
u/Plenty-Block619 — 4 days ago
▲ 1 r/QIDI

Box Macros to REMOVE filament

What are the macros used to remove the filament from a specific slot? I'm not talking about unloading filament from the hot end, I'm talking about what happens when you hit the remove button on the screen and the box rewinds the filament onto the spool until the end of the filament comes out of the box and you can remove the filament from the spool.

I've been told it's UNLOAD_BOX_FILAMENT, but I can't find that defined anywhere.

Thanks

PS: For those of you curious, I'm trying to add buttons to KlipperScreen to handle this.

reddit.com
u/rickseiden — 4 days ago
▲ 7 r/QIDI

Is qidi still worth it?

I purchased a qidi plus 4 quite a while ago and absolutely loved it, at the time I truly felt it was the best printer for the price, and I still believe it was back then, but unfortunately I think I may have broke my printer and I'm afraid that within the next year I'll have to replace it, and looking at the current market qidi just doesn't seem worth it. I have a lot of issues with some of the practices of Bambu labs but they make great quality products with really useful features for what is now great prices. And it has left me wondering is qidi worth it?

Also as someone who is not super technologically knowledgeable having more resources available for when something goes wrong would be pretty helpful

I still absolutely love qidi but what do you guys think?

reddit.com
u/Pentominox — 6 days ago
▲ 4 r/QIDI

Broken heatbreak during print

While printing from PETG. such a shame! No answer from support yet. I've got my Q2 2 days ago. Return or no return?

u/Few_Relationship_768 — 5 days ago
▲ 20 r/QIDI+1 crossposts

New to the Qidi Brand, So Far Not Dissappointed

Today marks 1 week of owning the Q2 (first Qidi product) and just hit 120 hours of printing ABS and PC-ABS. Had a little downtime for changing the bed and going back to 1.1.1 firmware and a few failed prints after I let it update, oops. I have Ultimaker, Prusa, and Creality printers, so I am used to bad updates lol.

After reading countless posts, I think a lot of people forget this is a $500 printer that has added features not offered in $1000 machines. If you have to invest a little to time and money to perfect a few flaws, it is worth it.

So far after some filament calibrations the Q2 (for a total of $700 invested) has performed and printed within the same tolerances and quality of the Ulti S5 ($2800+ invested). Can't be disappointed with that.

Did notice the Z motors get a little warm and louder if sitting idle for a short period, so I added a macro to gcode to lower the bed to the bottom followed by 'M84 S30' to disable all motors after 30 seconds. Within 60 seconds, depending on temps, you even hear the fan on the PSU turn off, not that it gets much rest.

Only thing I would consider a weak point (so far) other than the taco bed is the flex in the bed frame front to back. While swapping the bed to the r3men we took measurements to see what it would take to stiffen it up without affecting the Z0 and Z1 independence.

Any suggestions from longtime users, usable physical mods or config changes that is useful, or things to know, I would be grateful.

reddit.com
u/1ts-just-me — 6 days ago
▲ 0 r/QIDI

I ordered 3 months ago, still not delivered

Their support barely answers. I finally had someone telling me a few weeks ago that the package was lost, but it's been radio silence since.

As it is for my company, I will start a legal action soon. If anyone in Europe had the same issue, we can add your information to the case. Feel free to reach

reddit.com
u/sabems — 6 days ago
▲ 2 r/QIDI+1 crossposts

Qidi 4 max nozzle trouble

I received my 4 Max with Qidi Bix on Sunday. Ran the volron Cube with the sample of rapid pla. Beautiful print. Up loaded a print in Sunlu Petg sliced with the supplied slicer. Nozzle jam. Now, the hotend will read whatever temp I input, but it will not feed ANY filament. I removed the nozzle and cleaned it, but it's still the same issue. Please, help!

reddit.com
u/CampaignNo3568 — 5 days ago
▲ 4 r/QIDI+1 crossposts

Brand New Q2

I just got my Q2 combo in today and after unboxing it and turning it on there was nothing displaying on the screen.
I checked the ribbon cable inside the printer and reseated it but still nothing.

I hear a buzz and it looks like the fan on the right side of the printer tries to spin up but fails to, it does this over and over every 2 seconds until I power it off.

Has anyone heard of anything like this before?

Thanks

UPDATE: Thanks for the suggestions, it was a bad psu. I ordered a suggested upgraded silent one off amazon and swapped it in. Printer started right up without any issues. Im drying my filament in it and will run some prints on it in the next couple of days. Thanks!

reddit.com
u/NoScoprNinja — 6 days ago
▲ 4 r/QIDI+1 crossposts

Printer or Settings?

I was printing a stand for my dad and at about 90% completion, pic 1 happened. There are no signs and just an hour or so before it looked like picture 2. Since it was so close to completing, I let it continue in the hopes that something might stick and the print wouldn't be a waste, Pic 3.

The entire thing finished and cooled slowly in the printer overnight and I ended with Pic 4.

This was Polymaker ABS that had been dried in the box and printed from the box at 45°C. I told the Box it was Qidi branded ABS Rapido since using the default settings that Orca slicer gave for Polymaker ABS led to multiple failed prints. This print was sliced with Qidi Studio and the only change I made was to increase the walls to 3 and to iron top surfaces. Nozzle was 260, chamber 55, bed 90, box 45.

Was this caused by an issue the printer had while printing or by some setting in the slicer that needed to be fixed? Or some poor design in the model?

u/Unlikely_Piano3564 — 5 days ago
▲ 2 r/QIDI

Qidi box color changes speed.

Has anyone managed to make the color changes faster ? I tried using shorter PTFE tubes, but I get error trying to feed the filament and weird grinding sounds .

reddit.com
u/National-Hornet-4951 — 5 days ago
▲ 1 r/QIDI

Qidi q 1 pro troubleshooting - After attempted theft

Hey Hivemind!

Someone broke into my garage and stole a few of my 3d printers and in the process dropped my q1 pro on the ground and left it.

Now luckily my printer powers on and goes through the checks, but when I try to print a benchy with default slicer setting for PLA in qidi slicer I end up with prints that look like this, never had this issue before.

Any idea what might be knocked out of place?

u/Unlikely-Pick9591 — 6 days ago