# Print Farm Plan

The Print Farm plan is built for professional print farms and businesses requiring unlimited scalability, advanced API access, and enterprise features.

## Pricing

- Monthly: $39.99/month
- Yearly: $407.90/year ($33.99/month, 15% savings)

## Included

- Printers: 10
- Storage: 25 GB per user
- Users: 1

## Limits

- Max filament spools: 50000
- Max slicer profiles: 1000
- API requests/minute: 180
- Stream refresh: 500ms

## Features

- 1-Click Print
- AI Print Actions
- API
- Adjust Spool Weight
- Advanced Filament Search
- Archive Job
- Auto Filament
- Auto Rotate
- AutoPrint
- Bed Leveling
- Cancel Print
- Change Filament
- Clear Bed
- Custom Academy Courses
- Custom Bed Types
- Custom Fields
- Custom Filament Fields
- Custom Printer Pic
- Custom Tags
- Disable LCD Branding
- Display Screens
- Enhanced API
- Export
- Feature Unlocks
- Filament Compact View
- Filament Grouped View
- Filament Label Generator Direct Printer Support
- Filament Label Generator QR Code Customization
- Filament Locations
- Filament Management
- Filament Scanner Minified Mode
- Filament Table View
- Hub
- MCP API Access
- Maintenance Jobs
- Maintenance Schedules
- Mark Filament as Dried
- Motor Control
- Multi Cancel
- Multi Clear Bed
- Multi Cooldown
- Multi Home
- Multi Pause
- Multi Preheat
- Multi Resume
- Multi-Print
- Multi-Stream
- Multi-Users
- Offline Alerts
- Pause Print
- Price Calculation
- Print Queue
- Printer Maintenance
- Printer Move
- Printer Out of Order
- Problem Reporting
- Queue Groups
- Quick Add Filament
- Quick Queue
- SMS Alerts
- Schedule Print
- Set Temps
- Shared Folders
- Shared Slicer Profiles
- Skip Objects
- Spare Parts Inventory
- Staggered Start
- Start Print
- Statistics
- Tags
- Task Templates
- USB Barcode Scanner Support
- Webhooks
- Zapier Integration

## Add-ons

This plan supports purchasing additional add-ons:

- **Extra printer** (10 included, unlimited)
- **Extra GB** (25 included, unlimited)
- **Extra user** (1 included, unlimited)
- **AI Camera Detection** (20 included, unlimited)

For detailed add-on pricing, see: `/pricing/addons.md`

## Data

```json
{
    "id": 4,
    "name": "Print Farm",
    "noYearlyDiscount": false,
    "addons": {
        "canStack": [
            "extra_printer",
            "extra_gb",
            "extra_users",
            "ai_camera_detection"
        ],
        "stacksIncluded": {
            "extra_printer": 10,
            "extra_gb": 25,
            "extra_users": 1,
            "ai_camera_detection": 20
        },
        "maxStacks": null,
        "increments": null
    },
    "price": {
        "prices": {
            "dkk": {
                "currency": "dkk",
                "fixed": "25000",
                "price_change": {
                    "date": "2025-01-02T09:00:00+00:00",
                    "price": {
                        "currency": "dkk",
                        "fixed": "30000"
                    }
                }
            },
            "eur": {
                "currency": "eur",
                "fixed": "3499",
                "price_change": {
                    "date": "2025-01-02T09:00:00+00:00",
                    "price": {
                        "currency": "eur",
                        "fixed": "3999"
                    }
                }
            },
            "usd": {
                "currency": "usd",
                "fixed": "3499",
                "price_change": {
                    "date": "2025-01-02T09:00:00+00:00",
                    "price": {
                        "currency": "usd",
                        "fixed": "3999"
                    }
                }
            },
            "gbp": {
                "currency": "gbp",
                "fixed": "2999",
                "price_change": {
                    "date": "2025-01-02T09:00:00+00:00",
                    "price": {
                        "currency": "gbp",
                        "fixed": "3499"
                    }
                }
            },
            "cad": {
                "currency": "cad",
                "fixed": "4999",
                "price_change": {
                    "date": "2025-01-02T09:00:00+00:00",
                    "price": {
                        "currency": "cad",
                        "fixed": "5799"
                    }
                }
            }
        }
    }
}
```
