mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-08 17:47:07 +02:00
Port PrintRegion::flow() and LayerRegion.flow() to XS
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
%code%{ RETVAL = &THIS->perimeters; %};
|
||||
Ref<ExtrusionEntityCollection> fills()
|
||||
%code%{ RETVAL = &THIS->fills; %};
|
||||
|
||||
Flow* flow(FlowRole role, bool bridge = false, double width = -1)
|
||||
%code%{ RETVAL = new Flow(THIS->flow(role, bridge, width)); %};
|
||||
};
|
||||
|
||||
%name{Slic3r::Layer} class Layer {
|
||||
|
||||
Reference in New Issue
Block a user