Updated Buildplate Forms

This commit is contained in:
2025-11-10 20:40:28 +01:00
parent 4594853fd2
commit 1e951c5109
8 changed files with 141 additions and 24 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ class BuildplateSeeder extends Seeder
{
// Create Predefined Filament Types
$buildplates = [
['name' => 'Supertrack', 'description' => 'Standard filament type.', 'manufacturer_id' => 1, 'temp_max' => 230],
['name' => 'Smooth PEI', 'description' => 'Premium filament type.', 'manufacturer_id' => 1, 'temp_max' => 230],
['name' => 'Supertrack', 'description' => 'Standard filament type.', 'manufacturer_id' => 1, 'temp_max' => 230, 'amount' => 1],
['name' => 'Smooth PEI', 'description' => 'Premium filament type.', 'manufacturer_id' => 1, 'temp_max' => 230, 'amount' => 1],
];
foreach ($buildplates as $buildplate) {