Scale correction revert in case of exception.

This commit is contained in:
tamasmeszaros 2018-07-02 16:36:30 +02:00
parent 478dd2a93f
commit ec571aec44
2 changed files with 30 additions and 23 deletions

View file

@ -212,6 +212,12 @@ protected:
// The previous export data, to pre-populate the dialog
PngExportData prev_expdata_;
/**
* @brief Slice one pront object.
* @param pobj The print object.
*/
void slice(PrintObject *pobj);
void slice(ProgresIndicatorPtr pri);
public:
@ -228,12 +234,6 @@ public:
return PrintController::Ptr( new PrintController(print) );
}
/**
* @brief Slice one pront object.
* @param pobj The print object.
*/
void slice(PrintObject *pobj);
/**
* @brief Slice the loaded print scene.
*/