mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:09:00 +08:00
Remove lingering debug statement
This commit is contained in:
parent
ac34fe89ee
commit
27cf300ba6
@ -27,7 +27,6 @@ TabView
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
print(properties.diameter / 2);
|
||||
var area = Math.PI * Math.pow(properties.diameter / 2, 2); // in mm2
|
||||
var volume = (getMaterialPreferenceValue(properties.guid, "spool_weight") / properties.density); // in cm3
|
||||
return volume / area; // in m
|
||||
|
Loading…
x
Reference in New Issue
Block a user