* @brief Gets the waste layer * * The waste layer is used to store shapes that should not be visible and can be cleared at any time. */
| 1782 | * The waste layer is used to store shapes that should not be visible and can be cleared at any time. |
| 1783 | */ |
| 1784 | unsigned int waste_layer () const |
| 1785 | { |
| 1786 | return m_layers.waste_layer (); |
| 1787 | } |
| 1788 | |
| 1789 | /** |
| 1790 | * @brief Gets the error layer |
nothing calls this directly
no test coverage detected