MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.25k stars 19.23k forks source link

[issue] (Platformio update.cbd file did some wack stuff to Qidi X-one 2 printer) #20003

Closed clinde04 closed 3 years ago

clinde04 commented 3 years ago

The chitu v6 board option built fine, but when I flashed it on my printer, it just went dark and has a soft fan noise.

Configuration Files

Configuration.zip

Required: Include a ZIP file containing Configuration.h and Configuration_adv.h.

If you've made any other modifications describe them in detail here.

Steps to Reproduce

  1. [Put update.cbd onto SD card]
  2. [Put the sd card into the powered off printer]
  3. [Booted up the printer]

Expected behavior:

It beeps a little and then stops so I can restart the printer and have marlin firmware on my printer.

Actual behavior:

It beeped and then just all the lights turned off and a fan just blows softly now. LCD is off.

Additional Information

rhapsodyv commented 3 years ago

I don't think we support Qidi printers... All chitu work was done using TronXY printers.

clinde04 commented 3 years ago

Is there any known way that it could possibly work though?

rhapsodyv commented 3 years ago

I guess it will only happen when a Qidi owner make marlin working on it...

clinde04 commented 3 years ago

Ok. Is there anything I could do to help with development, like check all the pins or test updates for it? (That is if you even wanted to make marlin compatible with Qidi printers)

rhapsodyv commented 3 years ago

If marlin even had booted... But if marlin is not booting, we many need a very hard work.

clinde04 commented 3 years ago

Oh. yeah marlin did not boot. How could we fix this.

thisiskeithb commented 3 years ago

Which LCD/TFT do these printer use? I don't see one enabled in your config.

Also, your CONFIGURATION_H_VERSION is 020007, so please download bugfix-2.0.x to test with the latest code and let us know if you're still having this issue.

clinde04 commented 3 years ago

As for the lcd I don't now right now. And I will try that in just a sec

rhapsodyv commented 3 years ago

try enabling:

#define TFT_TRONXY_X5SA
#define TFT_COLOR_UI
#define TOUCH_SCREEN
thisiskeithb commented 3 years ago

How did you confirm that Marlin didn't boot? Can you connect via usb/serial (OctoPrint/Pronterface, etc.) and check if you get any serial output?

clinde04 commented 3 years ago

ok one sec.

clinde04 commented 3 years ago

It booted up into the marlin screen now! But when I try to change the fans it does not do anything I could notice.

clinde04 commented 3 years ago

Also, octoprint is stuck at: Offline (Error: No more candidates to test, and no working port/baudrate combination detected.)

rhapsodyv commented 3 years ago

I think we can start with the X5SA example from Marlin: https://github.com/MarlinFirmware/Configurations/tree/import-2.0.x/config/examples/Tronxy/X5SA

thisiskeithb commented 3 years ago

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.