mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 21:09:00 +08:00
Fix comments
This commit is contained in:
parent
528a6b651d
commit
c4d2cb26a0
@ -73,7 +73,7 @@ Item
|
|||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
// select the first one that's not "unknown" by default.
|
// Select the first one that's not "unknown" by default.
|
||||||
for (var i = 0; i < count; i++)
|
for (var i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
if (!model[i].is_unknown_machine_type)
|
if (!model[i].is_unknown_machine_type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user