Skip to content

Conversation

@Reimnop
Copy link

@Reimnop Reimnop commented Jan 11, 2026

Description

Some displays (e.g. MKS Mini12864 V3) have slow, blocking initialization procedures. When going from the main menu to the info screen or when inserting an SD card, Marlin attempts to reinitialize the display to combat noise. If done mid-print, the whole printer may pause, including all motion, causing blobs. This PR adds a feature flag to disable this behavior, at the cost of having to restart the printer to restore display if noise becomes an issue.

Requirements

Benefits

Add a feature flag to disable LCD reinit during operation.

Configurations

Simply uncomment #define REINIT_NOISY_LCD 0 at line 1536 in Configuration_adv.h.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants