feat: rename file_ready_dialog to print_start_dialog for consistency

This commit is contained in:
Gangoke
2026-06-16 00:57:36 -10:00
parent 9517493c39
commit c91ba66801
5 changed files with 30 additions and 18 deletions

View File

@@ -48,4 +48,4 @@ MODE_ID = get("MODE_ID", "")
DEVICE_ID = get("DEVICE_ID", "")
DEFAULT_AMS_SLOT = get("DEFAULT_AMS_SLOT", "auto")
AUTO_LEVELING = int(get("AUTO_LEVELING", "1"))
FILE_READY_DIALOG = int(get("FILE_READY_DIALOG", "1"))
PRINT_START_DIALOG = int(get("PRINT_START_DIALOG", get("FILE_READY_DIALOG", "1")))