Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2022-05-06 19:30:10 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2022-05-06 19:30:18 +0300
commite687db9eb018097a5e81fb6dfd3637c9e8a2d257 (patch)
tree8f55450536862bbbacd96b59b88caf1300c66472 /xs
parent6ab517187fa5f3a8e2b87a59b6a50f26b3a49da6 (diff)
Ported custom_gcode and print unit tests from Perl to C++.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Print.xsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp
index 97cbdafe3..6b6f6e9be 100644
--- a/xs/xsp/Print.xsp
+++ b/xs/xsp/Print.xsp
@@ -60,8 +60,6 @@
size_t object_count()
%code%{ RETVAL = THIS->objects().size(); %};
- PrintRegionPtrs* regions()
- %code%{ RETVAL = const_cast<PrintRegionPtrs*>(&THIS->print_regions_mutable()); %};
void auto_assign_extruders(ModelObject* model_object);
std::string output_filepath(std::string path = "")