mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Remove lingering debug statement
This commit is contained in:
parent
ac34fe89ee
commit
27cf300ba6
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ TabView
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
print(properties.diameter / 2);
|
|
||||||
var area = Math.PI * Math.pow(properties.diameter / 2, 2); // in mm2
|
var area = Math.PI * Math.pow(properties.diameter / 2, 2); // in mm2
|
||||||
var volume = (getMaterialPreferenceValue(properties.guid, "spool_weight") / properties.density); // in cm3
|
var volume = (getMaterialPreferenceValue(properties.guid, "spool_weight") / properties.density); // in cm3
|
||||||
return volume / area; // in m
|
return volume / area; // in m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue