1 line
12 KiB
HTML
1 line
12 KiB
HTML
|
|
<!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/1407cd2e386d2b90.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-044339bff810de6a.js"/><script src="/_next/static/chunks/4bd1b696-8c0e81a8f63e9d6d.js" async=""></script><script src="/_next/static/chunks/1684-4e8707a6b0eb6b46.js" async=""></script><script src="/_next/static/chunks/main-app-ccdb2cd92e15df7d.js" async=""></script><script src="/_next/static/chunks/6874-515e0feb093ad241.js" async=""></script><script src="/_next/static/chunks/4277-df121688a085fe5d.js" async=""></script><script src="/_next/static/chunks/app/laser-toolkit/job-time-estimator/page-5df018c54daec63a.js" async=""></script><title>LE-DB</title><meta name="description" content="Laser Everything Community Database"/><script>document.querySelectorAll('body link[rel="icon"], body link[rel="apple-touch-icon"]').forEach(el => document.head.appendChild(el))</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div class="mx-auto max-w-4xl px-4 py-8 space-y-6"><header class="flex items-start justify-between gap-4"><div><h1 class="text-2xl font-semibold">Job Time Estimator</h1></div><a class="rounded-lg px-3 py-2 border hover:bg-muted transition-colors text-sm" href="https://makearmy.io">Back to Main Menu</a></header><div class="rounded-lg border bg-card text-card-foreground shadow-sm"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tight text-base">Mode</div></div><div class="p-6 pt-0 grid gap-3 sm:grid-cols-4"><label class="text-[11px] sm:text-xs col-span-2 sm:col-span-1"><div class="mb-1 text-muted-foreground">Type</div><select class="w-full rounded-md border bg-background px-3 py-2 text-sm"><option value="raster" selected="">Raster</option><option value="vector">Vector</option></select></label><label class="text-[11px] sm:text-xs"><div class="mb-1 text-muted-foreground">Passes</div><input type="text" class="flex h-9 w-full rounded-md border border-input bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50" inputMode="numeric" value="1"/></label></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm mt-4"><div class="flex flex-col space-y-1.5 p-6"><div class="font-semibold tracking-tight text-base">Raster Inputs</div></div><div class="p-6 pt-0 grid gap-3 sm:grid-cols-5"><label class="text-[11px] sm:text-xs"><div class="mb-1 text-muted-foreground">Width (mm)</div><input type="text" class="flex h-9 w-full rounded-md border border-input bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50" value="100"/></label><label class="text-[11px] sm:text-xs"><div class="mb-1 text-muted-foreground">Height (mm)</div><input type="text" class="flex h-9 w-full rounded-md border border-input bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50" value="100"/></label><label class="text-[11px] sm:text-xs"><div class="mb-1 text-muted-foreground">DPI</div><input type="text" class="flex h-9 w-full rounded-md border border-input bg-background px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disable
|