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.
The Autostart Next Job feature can only be activated if your printer has automatic bed clearing. Enter "automatic bed clearing system" under Printer Settings → General. The button will show up once that is active. For safety, make sure your post-job bed-cleaning G-code executes under "Run after job."
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.