Skip to content

Commit

Permalink
fix: show model for FANUC_ARC_Mate_120iD35 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Wagner <[email protected]>
  • Loading branch information
bompo and bompo authored Aug 7, 2024
1 parent d529a19 commit 10c4434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/robots/SupportedRobot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ export function SupportedRobot({
case "FANUC_ARC_Mate_120iD":
Robot = FANUC_ARC_Mate_120iD
break
case "FANUC_ARC_Mate_120iD35":
Robot = FANUC_ARC_Mate_120iD
break
case "FANUC_ARC_Mate_100iD":
Robot = FANUC_ARC_Mate_100iD
break
Expand Down

0 comments on commit 10c4434

Please sign in to comment.