mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
@@ -80,7 +80,7 @@ public:
|
||||
m_stem_length = length;
|
||||
m_arrow.reset();
|
||||
}
|
||||
float get_total_length() const { return m_stem_length + DefaultTipLength; }
|
||||
float get_total_length() const { return m_stem_length; } // + DefaultTipLength; } // ORCA axis without arrow
|
||||
void render();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user