Repetier: enforce autostart #7807
This commit is contained in:
parent
39af553c2a
commit
d4dde50145
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ bool Repetier::upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, Error
|
|||
|
||||
if(upload_data.post_action == PrintHostPostUploadAction::StartPrint) {
|
||||
http.form_add("name", upload_filename.string());
|
||||
http.form_add("autostart", "true"); // See https://github.com/prusa3d/PrusaSlicer/issues/7807#issuecomment-1235519371
|
||||
}
|
||||
|
||||
http.form_add("a", "upload")
|
||||
|
|
Loading…
Add table
Reference in a new issue