mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:06:24 +08:00
Merge branch 'master' of github.com:Ultimaker/cura
This commit is contained in:
commit
10b50244e0
@ -31,6 +31,18 @@
|
|||||||
},
|
},
|
||||||
"gantry_height": {
|
"gantry_height": {
|
||||||
"default_value": 30
|
"default_value": 30
|
||||||
|
},
|
||||||
|
"acceleration_enabled": {
|
||||||
|
"default_value": true
|
||||||
|
},
|
||||||
|
"acceleration_print": {
|
||||||
|
"default_value": 500
|
||||||
|
},
|
||||||
|
"jerk_enabled": {
|
||||||
|
"default_value": true
|
||||||
|
},
|
||||||
|
"jerk_print": {
|
||||||
|
"default_value": 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -57,7 +57,7 @@ Rectangle
|
|||||||
id: showMonitor
|
id: showMonitor
|
||||||
height: UM.Theme.getSize("sidebar_header").height
|
height: UM.Theme.getSize("sidebar_header").height
|
||||||
onClicked: base.startMonitoringPrint()
|
onClicked: base.startMonitoringPrint()
|
||||||
text: catalog.i18nc("@title:tab", "Print")
|
text: catalog.i18nc("@title:tab", "Monitor")
|
||||||
iconSource: printerConnected ? UM.Theme.getIcon("tab_monitor_with_status") : UM.Theme.getIcon("tab_monitor")
|
iconSource: printerConnected ? UM.Theme.getIcon("tab_monitor_with_status") : UM.Theme.getIcon("tab_monitor")
|
||||||
property color overlayColor:
|
property color overlayColor:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user