mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 20:55:53 +08:00
Tech ENABLE_WORLD_COORDINATE - Renamed coordinate systems
This commit is contained in:
parent
ef9cd8cc31
commit
cd6808fc73
@ -1080,8 +1080,8 @@ wxString ObjectManipulation::coordinate_type_str(ECoordinatesType type)
|
|||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case ECoordinatesType::World: { return _L("World coordinates"); }
|
case ECoordinatesType::World: { return _L("World coordinates"); }
|
||||||
case ECoordinatesType::Instance: { return _L("Instance coordinates"); }
|
case ECoordinatesType::Instance: { return _L("Object coordinates"); }
|
||||||
case ECoordinatesType::Local: { return _L("Local coordinates"); }
|
case ECoordinatesType::Local: { return _L("Part coordinates"); }
|
||||||
default: { assert(false); return _L("Unknown"); }
|
default: { assert(false); return _L("Unknown"); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user