disables the convert button during composition generation

This commit is contained in:
Teja 2015-11-02 09:47:07 +01:00
parent 577ed9591a
commit 587c727bda

View file

@ -236,6 +236,7 @@ $(function(){
};
self.convert = function() {
self.slicing_in_progress(true);
if(self.gcodeFilesToAppend.length === 1 && self.svg === undefined){
self.files.startGcodeWithSafetyWarning(self.gcodeFilesToAppend[0]);
} else {