# Free Plan

The Free plan is perfect for hobbyists and beginners. Get started with SimplyPrint at no cost.

## Pricing

Free - no payment required.

## Included

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

## Limits

- Max filament spools: 50
- Max slicer profiles: 5
- API requests/minute: 0
- Stream refresh: 6000ms

## Features

- Bed Leveling
- Cancel Print
- Change Filament
- Clear Bed
- Filament Management
- 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": 1,
    "name": "Free",
    "noYearlyDiscount": false,
    "addons": {
        "canStack": [
            "ai_camera_detection"
        ],
        "stacksIncluded": {
            "extra_printer": 2,
            "extra_gb": 1,
            "extra_users": 1,
            "ai_camera_detection": 20
        },
        "maxStacks": null,
        "increments": null
    },
    "price": null
}
```
