Add material print speed parameter for sla printers except sl1

This commit is contained in:
tamasmeszaros 2021-11-10 13:44:47 +01:00
parent 67373ca722
commit a7260e7257
6 changed files with 35 additions and 1 deletions

View file

@ -480,7 +480,7 @@ public:
void build() override;
void reload_config() override;
void toggle_options() override {};
void toggle_options() override;
void update() override;
void init_options_list() override;
bool supports_printer_technology(const PrinterTechnology tech) const override { return tech == ptSLA; }