mod methodes

This commit is contained in:
2026-01-16 15:00:14 +01:00
parent 3a2dcfd7fc
commit 49886655fd
3 changed files with 8 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ class EditController extends GetxController {
manufacturerController.text = filament.manufacturer ?? '';
purchaseDateController.text = filament.purchaseDate ?? '';
notesController.text = filament.notes ?? '';
piecesController.text = filament.pices?.toString() ?? '';
piecesController.text = filament.pices.toString();
printingTempController.text = filament.printingTemp?.toString() ?? '';
bedTempController.text = filament.bedTemp?.toString() ?? '';
}