refactor: Restructure data files into component-specific and common directories, add new UI components, and update project documentation.
This commit is contained in:
38
website/src/data/components/motors.json
Normal file
38
website/src/data/components/motors.json
Normal 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user