mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Fix of a cooling buffer over multiple extruders.
This commit is contained in:
parent
115deee252
commit
bf9027ff2d
4 changed files with 18 additions and 6 deletions
|
@ -38,8 +38,8 @@
|
|||
|
||||
unsigned int layer_count() const;
|
||||
void set_layer_count(unsigned int value);
|
||||
float elapsed_time() const;
|
||||
void set_elapsed_time(float value);
|
||||
void set_extruders(std::vector<unsigned int> extruders)
|
||||
%code{% THIS->writer().set_extruders(extruders); THIS->writer().set_extruder(0); %};
|
||||
|
||||
void apply_print_config(StaticPrintConfig* print_config)
|
||||
%code{%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue