Skip to main content

Create a project

Click the + button next to the project selector to create a new project. Create a project Fill in the prompts, then click Create. Fill in project details Click on main.ato in the file explorer to open it in the editor. Project overview .ato files are where design intent is captured. See ato Language for more details. Other project files contain metadata and export artifacts. They are auto-generated when creating a new project. See Project Structure for more details.

Build it

import Resistor

module App:
    r1 = new Resistor                 # Create a new resistor
    r1.resistance = 50 kohm +/- 10%   # Set the resistor value
Update main.ato with this code, then click the Build button in the extension. Build button Build progress will appear in the Build Queue at the bottom of the sidebar. A green checkmark means success! 🎉 You can open KiCad or the built-in viewers next to the build button. Your shiny new component should be waiting for you in the top left corner (possibly off the current screen). layout