Please check if in Printer Settings->General->Printer has automatic bed clearing system is enabled. Only such printers see the autostart button, on others this would be a potential risk to enable it by chance.
Not sure what chatcgt means here. If you use automatic bed cleaning it is important that it automatically runs after a job is finished so the run after printjob event would be the correct place to clean the bed. If you want also in stop event when you stop a print early. Running it manually mean no autostart should be done.
Comments
What's the best way to incorporate the bed cleaning Gcode?
I currently have it in Wizards to run manually, and ChatGpt told me to set //run_script:BedCleaner to Run after job.
I'd like something that can be easily enabled and disabled.