mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove obsolete logging and re-enable disable functionality
This commit is contained in:
parent
a4b09d3dac
commit
2759035ab2
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ Button {
|
|||
property real progress: UM.Backend.progress;
|
||||
Behavior on progress { NumberAnimation { duration: 250; } }
|
||||
|
||||
// enabled: progress >= 0.95;
|
||||
enabled: progress >= 0.95;
|
||||
|
||||
property string currentDevice: 'local_file'
|
||||
property bool defaultOverride: false;
|
||||
|
@ -29,7 +29,6 @@ Button {
|
|||
base.defaultAmbiguous = false;
|
||||
var device = null;
|
||||
for(var i in Printer.outputDevices) {
|
||||
console.log(i);
|
||||
if(device == null) {
|
||||
device = i;
|
||||
} else if(Printer.outputDevices[i].priority > Printer.outputDevices[device].priority) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue