# Basic Plan

The Basic plan is ideal for hobbyists who want more features and customization options.

## Pricing

- Monthly: $5.99/month
- Yearly: $61.10/year ($5.09/month, 15% savings)

## Included

- Printers: 3
- Storage: 2 GB per user
- Users: 1

## Limits

- Max filament spools: 100
- Max slicer profiles: 20
- API requests/minute: 0
- Stream refresh: 4000ms

## Features

- AI Print Actions
- Adjust Spool Weight
- Auto Filament
- Auto Rotate
- Bed Leveling
- Cancel Print
- Change Filament
- Clear Bed
- Custom Printer Pic
- Disable LCD Branding
- Filament Compact View
- Filament Label Generator QR Code Customization
- Filament Management
- Mark Filament as Dried
- Motor Control
- Pause Print
- Printer Move
- Set Temps
- Skip Objects
- Start Print
- Tags

## Add-ons

This plan supports purchasing additional add-ons:

- **AI Camera Detection** (20 included, unlimited)

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

## Data

```json
{
    "id": 2,
    "name": "Basic",
    "noYearlyDiscount": false,
    "addons": {
        "canStack": [
            "ai_camera_detection"
        ],
        "stacksIncluded": {
            "extra_printer": 3,
            "extra_gb": 2,
            "extra_users": 1,
            "ai_camera_detection": 20
        },
        "maxStacks": null,
        "increments": null
    },
    "price": {
        "prices": {
            "dkk": {
                "currency": "dkk",
                "fixed": "3900"
            },
            "eur": {
                "currency": "eur",
                "fixed": "599"
            },
            "usd": {
                "currency": "usd",
                "fixed": "599"
            },
            "gbp": {
                "currency": "gbp",
                "fixed": "499"
            },
            "cad": {
                "currency": "cad",
                "fixed": "899"
            }
        }
    }
}
```
