Compare printers for a model
compare_printersFREE. Slice the same model across several printers and get a table of print time / filament / cost / fits-on-bed, plus the cheapest and fastest picks. Paste a link: Thingiverse/Printables/MakerWorld model pages, a GitHub blob, Google Drive or Dropbox share link, a direct .stl/.3mf/.obj/.ply/.step URL, or a .zip (first printable model inside is used). Local file? Upload once at https://fabtally.com/upload and paste that URL. Fair-use limited (counts as one slice per printer). Perfect for 'which of my printers should I use?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| margin | No | BYO pricing: fractional margin, 0.3 = 30%. | |
| quality | No | Quality preset: draft 0.28mm | standard 0.20mm | fine 0.12mm layer height. | |
| currency | No | BYO pricing: currency code (USD, EUR, ...). Default USD. | |
| filename | No | File name incl. extension, e.g. 'bracket.stl'. Required with model_base64. | |
| material | No | Filament/material id (pla, pla-cf, petg, petg-cf, abs, abs-cf, asa, asa-cf, nylon, pc, pet, tpu). Default pla. | |
| printers | Yes | Comma-separated printer ids to compare (max 6), e.g. 'bambu-a1,prusa-mk4,ender3-v3'. | |
| quantity | No | Number of parts (1-10000). Volume discounts apply. Default 1. | |
| supports | No | Support generation style. | |
| model_url | No | PREFERRED. Public URL to the 3D model. Paste a link: Thingiverse/Printables/MakerWorld model pages, a GitHub blob, Google Drive or Dropbox share link, a direct .stl/.3mf/.obj/.ply/.step URL, or a .zip (first printable model inside is used). Local file? Upload once at https://fabtally.com/upload and paste that URL. The server fetches and (if a zip) unpacks it. | |
| setup_fee | No | BYO pricing: flat per-job setup fee. | |
| layer_height | No | Explicit layer height mm (0.04-0.6); overrides `quality`. | |
| model_base64 | No | Base64 model bytes — small-file fallback only (roughly <50KB). MCP clients (Claude/ChatGPT Desktop) truncate large inline tool arguments, so a real STL can silently arrive corrupted. For anything bigger use model_url (upload at https://fabtally.com/upload first). Provide `filename` too. | |
| minimum_price | No | BYO pricing: per-unit price floor. | |
| infill_percent | No | Sparse infill density percent (0-100). | |
| markup_percent | No | BYO pricing: extra % markup on top of margin. | |
| material_cost_per_kg | No | BYO pricing: override material $/kg. | |
| machine_rate_per_hour | No | BYO pricing: machine time cost/hour. |