mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add flow color scheme on preview
This commit is contained in:
parent
1808476c1b
commit
62bc71572a
5 changed files with 160 additions and 9 deletions
|
@ -126,6 +126,15 @@ class SimulationViewProxy(QObject):
|
|||
def minLineWidth(self):
|
||||
return self._simulation_view.getMinLineWidth()
|
||||
|
||||
@pyqtSlot(result=float)
|
||||
def getMaxFlowRate(self):
|
||||
return self._simulation_view.getMaxFlowRate()
|
||||
|
||||
@pyqtSlot(result=float)
|
||||
def getMinFlowRate(self):
|
||||
return self._simulation_view.getMinFlowRate()
|
||||
|
||||
|
||||
# Opacity 0..1
|
||||
@pyqtSlot(int, float)
|
||||
def setExtruderOpacity(self, extruder_nr, opacity):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue