QIDITECH / QIDISlicer

QIDISlicer gets your 3D printing easier and faster.
https://qidi3d.com/
GNU Affero General Public License v3.0
40 stars 10 forks source link

RFE: Support for i-Fast printer #7

Closed donnydavis closed 8 months ago

donnydavis commented 8 months ago

I have both an i-Fast and X-Smart 3. This software looks great, but it's less than ideal to use two slicers.

Please add support for older model printers, they weren't cheap and are great machines.

QIDITECH commented 8 months ago

We are trying to test and adjust the configuration of the printer, it may take some time to adapt to all models, you can contact our after-sales to get a simple version of the i-fast configuration file. https://qidi3d.com/pages/warranty-policy-after-sales-support

donnydavis commented 8 months ago

A simple version isn't really what I am after.

Don't we just have to convert this code to make it work?

https://github.com/QIDITECH/Qidi-Print/blob/main/python/qidi/Wifi/CBDConnect.py

QIDITECH commented 8 months ago

The assembly language used by the two software is different, and it is not a simple paste and copy, and the wifi function needs to be rewritten. We need more time to solve these problems. Thank you for your support and understanding.

donnydavis commented 8 months ago

Understandable, however the functions and logic are the same. No pressure on time, that isn't what I am trying to say.

You didn't answer the question though. Is this the correct module from Qidi Print that communicates with the i-Fast printer.

QIDITECH commented 8 months ago

Yes, all the code related to communication is in the following two links. https://github.com/QIDITECH/Qidi-Print/tree/main/python/qidi/Wifi https://github.com/QIDITECH/Qidi-Print/tree/main/plugins/ControlPanelPlugin

donnydavis commented 6 months ago

Is this ticket closed because you aren't going to support it or the RFE was solved?