mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Ported PrintObject::total_layer_count() to XS
This commit is contained in:
parent
c7f5753a28
commit
eb23990d6d
4 changed files with 15 additions and 12 deletions
|
@ -88,6 +88,7 @@ _constant()
|
|||
void set_layer_height_ranges(t_layer_height_ranges layer_height_ranges)
|
||||
%code%{ THIS->layer_height_ranges = layer_height_ranges; %};
|
||||
|
||||
size_t total_layer_count();
|
||||
size_t layer_count();
|
||||
void clear_layers();
|
||||
Ref<Layer> get_layer(int idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue