mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 02:31:10 -06:00
Repetier-Server: Enable "Start printing after upload" (#5351)
This commit is contained in:
parent
7ce13b4a26
commit
992031620e
2 changed files with 6 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ public:
|
|||
bool upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn) const override;
|
||||
bool has_auto_discovery() const override { return false; }
|
||||
bool can_test() const override { return true; }
|
||||
bool can_start_print() const override { return false; }
|
||||
bool can_start_print() const override { return true; }
|
||||
bool supports_multiple_printers() const override { return true; }
|
||||
std::string get_host() const override { return host; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue