diff --git a/src/components/Layout/ImportFromUrlDialog.tsx b/src/components/Layout/ImportFromUrlDialog.tsx index 4f2a0a8..50fdeb4 100644 --- a/src/components/Layout/ImportFromUrlDialog.tsx +++ b/src/components/Layout/ImportFromUrlDialog.tsx @@ -1,3 +1,4 @@ +import Alert from '@mui/material/Alert'; import Button from '@mui/material/Button'; import Dialog from '@mui/material/Dialog'; import DialogActions from '@mui/material/DialogActions'; @@ -29,6 +30,25 @@ export default function ImportFromUrlDialog({ onClose }: Props) { Import from URL + + You can paste any url to an OpenSCAD file here. The following + platforms are also supported: +
    +
  • + Printables (url should look like{' '} +
    +                https://www.printables.com/model/12345-some-text
    +              
    + ) +
  • +
  • + Thingiverse (url should look like{' '} +
    +                https://www.thingiverse.com/thing:12345
    +              
    +
  • +
+