mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
New feature: bridge density (#275)
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
8244693b55
commit
fe9a2715e6
11 changed files with 32 additions and 13 deletions
|
@ -65,6 +65,7 @@ public:
|
|||
float height() const { return m_height; }
|
||||
// Spacing between the extrusion centerlines.
|
||||
float spacing() const { return m_spacing; }
|
||||
void set_spacing(float spacing) { m_spacing = spacing; }
|
||||
coord_t scaled_spacing() const { return coord_t(scale_(m_spacing)); }
|
||||
// Nozzle diameter.
|
||||
float nozzle_diameter() const { return m_nozzle_diameter; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue