mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Merge branch '4.0' into STAR-322_cloud-connection
This commit is contained in:
commit
764769f4bb
652 changed files with 781 additions and 649 deletions
|
@ -39,7 +39,7 @@ Item
|
|||
{
|
||||
color: modelData && modelData.activeMaterial ? modelData.activeMaterial.color : "#eeeeee" // TODO: Theme!
|
||||
material: modelData && modelData.activeMaterial ? modelData.activeMaterial.name : ""
|
||||
position: modelData && modelData.position ? modelData.position : -1 // Use negative one to create empty extruder number
|
||||
position: modelData && typeof(modelData.position) === "number" ? modelData.position : -1 // Use negative one to create empty extruder number
|
||||
printCore: modelData ? modelData.hotendID : ""
|
||||
|
||||
// Keep things responsive!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue