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:
authorEnrico Turri <enricoturri@seznam.cz>2018-06-14 17:09:36 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-06-14 17:09:36 +0300
commit52a7d7ed09efa37378b601630d5b81dc1c532604 (patch)
tree53c2d21487c7692d0515c52f267e81547d40fdda /xs
parentc624d6bb0a2ea122c6ba63cea30acb31452ecba0 (diff)
Partial perl code cleanup
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Print.xsp11
1 files changed, 0 insertions, 11 deletions
diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp
index 60b589336..e05112932 100644
--- a/xs/xsp/Print.xsp
+++ b/xs/xsp/Print.xsp
@@ -122,17 +122,6 @@ _constant()
RETVAL.push_back(slicing_params.layer_height);
%};
-//###################################################################################################################################################################
-// void adjust_layer_height_profile(coordf_t z, coordf_t layer_thickness_delta, coordf_t band_width, int action)
-// %code%{
-// THIS->update_layer_height_profile(THIS->model_object()->layer_height_profile);
-// adjust_layer_height_profile(
-// THIS->slicing_parameters(), THIS->model_object()->layer_height_profile, z, layer_thickness_delta, band_width, LayerHeightEditActionType(action));
-// THIS->model_object()->layer_height_profile_valid = true;
-// THIS->layer_height_profile_valid = false;
-// %};
-//###################################################################################################################################################################
-
void reset_layer_height_profile();
int ptr()