refactor: Restructure data files into component-specific and common directories, add new UI components, and update project documentation.

This commit is contained in:
MunchDev-oss
2026-01-07 02:06:43 -05:00
parent 97d2b66f02
commit 5366865b4b
28 changed files with 1894 additions and 2051 deletions

View File

@@ -0,0 +1,38 @@
[
{
"id": "57AIM30",
"name": "57AIM30 \"Gold Motor\"",
"description": "Standard NEMA 17 stepper motor with 1.8° step angle",
"speed": "1500 RPM",
"wattage": "100W",
"gear_count": "RS485",
"price": "$125-$250",
"image": "/images/motors/57AIM30.png",
"required": true,
"recommended": true
},
{
"id": "42AIM30",
"name": "42AIM30 \"Round Motor\"",
"description": "High precision NEMA 17 stepper motor with 0.9° step angle",
"speed": "1500 RPM",
"wattage": "100W",
"gear_count": "RS485",
"price": "$135-$270",
"image": "/images/motors/42AIM30.png",
"required": true,
"recommended": false
},
{
"id": "iHSV57",
"name": "iHSV57 \"Legacy Motor\"",
"description": "High precision NEMA 17 stepper motor with 0.9° step angle",
"speed": "3000 RPM",
"wattage": "180W",
"gear_count": "RS485",
"price": "$150-$300",
"image": "/images/motors/iHSV57.png",
"required": true,
"recommended": false
}
]