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

github.com/supermerill/SuperSlicer.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>2021-05-06 15:43:36 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-05-06 15:43:36 +0300
commitb5573f959b2f830516617abd1123501f3e28b31f (patch)
tree724328008b58765bc06645bfd91fdc88e4c6cd12 /xs
parentf16d4953be032cf1d2e229d43e46a3f9cd013dde (diff)
Refactoring for code clarity: Replaced this->m_xxx with m_xxx
as the m_ prefix already signifies a class local variable.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Print.xsp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp
index a6ea590f5..44d58266b 100644
--- a/xs/xsp/Print.xsp
+++ b/xs/xsp/Print.xsp
@@ -115,7 +115,6 @@ _constant()
RETVAL = newRV_noinc((SV*)hv);
}
%};
- double max_allowed_layer_height() const;
bool has_support_material() const;
void auto_assign_extruders(ModelObject* model_object);
std::string output_filepath(std::string path = "")