-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Print wont start with SD card or USB stick #27645
Labels
Comments
I suspect #26952 changed this behavior In particular #if ENABLED(AUTO_REPORT_TEMPERATURES)
AutoReporter<Temperature::AutoReportTemp> Temperature::auto_reporter;
void Temperature::AutoReportTemp::report() {
if (wait_for_heatup) return; //<-- this line stops temperatures being printed while heating if wait_for_heatup is true.
print_heater_states(active_extruder OPTARG(HAS_TEMP_REDUNDANT, ENABLED(AUTO_REPORT_REDUNDANT)));
SERIAL_EOL();
}
#endif find and comment out that line. |
I dont have that line in Marlin-2.1.2.5 |
https://www.reddit.com/r/BIGTREETECH/comments/p580an/printing_only_works_in_marlin_mode/ Found this post from reddit 3 years ago, same issue. And also its been old bug ? |
Can you guys look this up? after commenting that line everything works just fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Print wont start with SD card or USB stick, problem is that motherboard wont send temp data to TFT when printing.
TFT waits for temps to rise but they never do. You can start print with Ultimaker Cura via USB B port, because it communicates straight to motherboard, but in TFT temps and fan rpms never update while printing. Something cuts the communication with TFT and motherboard when print is on.
Version of Marlin Firmware
Marlin 2.1.2.5 and bugfix-2.1.x tested both
Printer model
Artillery SideWinder X2
Electronics
All Stock
LCD/Controller
Stock
Other add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
Pronterface
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration.zip
The text was updated successfully, but these errors were encountered: