fix: show hoop size at bottom left

This commit is contained in:
Jan-Henrik 2026-03-26 13:21:06 +01:00
parent 4f4ada6691
commit 9177dc9273

View file

@ -108,7 +108,7 @@ export const Hoop = memo(({ machineInfo }: HoopProps) => {
/> />
<Text <Text
x={hoopLeft + 10} x={hoopLeft + 10}
y={hoopTop + 10} y={hoopTop + maxHeight - 24}
text={`Hoop: ${(maxWidth / 10).toFixed(0)} x ${(maxHeight / 10).toFixed(0)} mm`} text={`Hoop: ${(maxWidth / 10).toFixed(0)} x ${(maxHeight / 10).toFixed(0)} mm`}
fontSize={14} fontSize={14}
fontFamily="sans-serif" fontFamily="sans-serif"