mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Use if branches for the unhappy flow, so that it's clear that this behaves as an early-out. This also prevents the need for declaring variables out of scope, which is not an issue with Python anyway. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| BlockSlicingDecorator.py | ||
| BuildPlateDecorator.py | ||
| ConvexHullDecorator.py | ||
| ConvexHullNode.py | ||
| CuraSceneController.py | ||
| CuraSceneNode.py | ||
| GCodeListDecorator.py | ||
| SliceableObjectDecorator.py | ||
| ZOffsetDecorator.py | ||