Skip to content

Commit

Permalink
Merge pull request #39 from acse-ci223/example_fix
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
acse-ci223 authored Aug 1, 2024
2 parents aae1255 + 9cd7346 commit 1a850cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if __name__ == '__main__':
print(f'Access Code: {ACCESS_CODE}')

# Create a new instance of the API
printer = bl.Printer(IP, SERIAL, ACCESS_CODE)
printer = bl.Printer(IP, ACCESS_CODE, SERIAL)

# Connect to the Bambulabs 3D printer
printer.connect()
Expand Down Expand Up @@ -72,4 +72,4 @@ conda activate blapi

# Install the package
pip install -e .
```
```

0 comments on commit 1a850cf

Please sign in to comment.