import OutBound from 'src/components/OutBound/OutBound' import { useIdeContext } from 'src/helpers/hooks/useIdeContext' const StaticImageMessage = () => { const { state } = useIdeContext() if ((state.ideType !== 'openscad' && state.ideType !== 'curv') || state.objectData?.type !== 'png') { return null } return state.ideType === 'openscad' ? Why reload each camera move? :
Alpha Curv integration, no camera support currently.
} export default StaticImageMessage