disables the convert button during composition generation
This commit is contained in:
parent
577ed9591a
commit
587c727bda
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue