mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
Removed the layer_height_ranges from the Perl bindings and unit tests.
This commit is contained in:
parent
27459a9072
commit
8bf6e69851
2 changed files with 4 additions and 9 deletions
|
@ -206,11 +206,6 @@ ModelMaterial::attributes()
|
|||
Ref<Model> model()
|
||||
%code%{ RETVAL = THIS->get_model(); %};
|
||||
|
||||
t_layer_height_ranges layer_height_ranges()
|
||||
%code%{ RETVAL = THIS->layer_height_ranges; %};
|
||||
void set_layer_height_ranges(t_layer_height_ranges ranges)
|
||||
%code%{ THIS->layer_height_ranges = ranges; %};
|
||||
|
||||
Ref<Vec3d> origin_translation()
|
||||
%code%{ RETVAL = &THIS->origin_translation; %};
|
||||
void set_origin_translation(Vec3d* point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue