(self)
| 634 | eventManager().fire(Events.PRINTINGFLOW_CHANGE, {"amount": amount}) |
| 635 | |
| 636 | def reportNewLayer(self): |
| 637 | self._currentLayer += 1 |
| 638 | eventManager().fire(Events.LAYER_CHANGE, {"layer": self.getCurrentLayer()}) |
| 639 | |
| 640 | #This function should be deprecated |
| 641 | def mcLayerChange(self, layer): |
no test coverage detected