Skip to content

Commit

Permalink
makes openpnp version clearer on the intro page, and adds .tar.gz dow…
Browse files Browse the repository at this point in the history
…nload as well
  • Loading branch information
sphawes committed Jan 20, 2024
1 parent b10d1d2 commit d8d418e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/feeders/3-software-update/software-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ To enable feeder usage, you'll need to update both your LumenPnP's firmware and

LumenPnP feeders require a specific version of OpenPnP (the 2023-04-05 release), **not** the most recent release on the OpenPnP website. You can download the correct version here:

- Linux ([.deb](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-linux-test.deb))
- Windows ([32 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x32-test.exe)) ([64 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x64-test.exe))
- Mac ([.dmg](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-macos-test.dmg))
- Linux ([Download .deb](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-linux-test.deb))([Download .tar.gz](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-unix-test.tar.gz))
- Windows ([Download 32 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x32-test.exe)) ([Download 64 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x64-test.exe))
- Mac ([Download .dmg](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-macos-test.dmg))

!!! danger "Mac Users"
Because of [a bug with how OpenPnP signs their releases](https://github.com/openpnp/openpnp/issues/1559), Mac users with ARM processors might experience a crash on boot. You can still run OpenPnP by navigating to `Applications -> OpenPnP` and right clicking on the OpenPnP app and selecting "Show Package Contents":
Expand Down
8 changes: 4 additions & 4 deletions docs/openpnp/calibration/1-import-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ description: >

To use OpenPnP with the LumenPnP, you will need to tell the software about your machine's capabilities, such as it's size, how many cameras it has, etc. We've done the basic work for you and put together a starting set of configuration files that will describe your Lumen. To use our defaults, follow the instructions below.

**Please use the OpenPnP version we link to in the instructions below.** OpenPnP has many frequent updates, and some of them change or remove functionality. Keeping to our recommended version ensures that things work correctly and that this documentation is accurate for you. Also, this version has support for the LumenPnP feeders.
**Please use the OpenPnP version we link to in the instructions below.** OpenPnP has many frequent updates, and some of them change or remove functionality. Keeping to our recommended version (2023-04-05 release) ensures that things work correctly and that this documentation is accurate for you. Also, this version has support for the LumenPnP feeders.

If you'd like to start from scratch with your setup, community member Qwertymodo has posted a [very helpful video](https://www.youtube.com/watch?v=vuFalyzcCZA) showing his process of doing calibration on his machine from scratch.

**We highly recommend using Ubuntu Linux as the OS for running OpenPnP due to how well it handles communication with the cameras.**

## Linux ([Ubuntu Install Guide](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview))

1. Download and install OpenPnP for Linux. Use the version here to ensure OpenPnP works with the LumenPnP Feeders: ([.deb](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-linux-test.deb))
1. Download and install OpenPnP for Linux. Use the version here to ensure OpenPnP works with the LumenPnP Feeders: ([Download .deb](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-linux-test.deb))([Download .tar.gz](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-unix-test.tar.gz))

2. Go to the [LumenPnP Releases Page](https://github.com/opulo-inc/lumenpnp/releases).

Expand Down Expand Up @@ -52,7 +52,7 @@ If you'd like to start from scratch with your setup, community member Qwertymodo

## Windows

1. Download and install OpenPnP for Windows. Use the version here to ensure OpenPnP works with the LumenPnP Feeders: ([32 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x32-test.exe)) ([64 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x64-test.exe))
1. Download and install OpenPnP for Windows. Use the version here to ensure OpenPnP works with the LumenPnP Feeders: ([Download 32 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x32-test.exe)) ([Download 64 Bit .exe](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-windows-x64-test.exe))

2. Go to the [LumenPnP Releases Page](https://github.com/opulo-inc/lumenpnp/releases).

Expand Down Expand Up @@ -81,7 +81,7 @@ If you'd like to start from scratch with your setup, community member Qwertymodo

## MacOS

1. Download and install OpenPnP for Mac. Use the version here to ensure OpenPnP works with the LumenPnP Feeders: ([.dmg](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-macos-test.dmg))
1. Download and install OpenPnP for Mac. Use the version here to ensure OpenPnP works with the LumenPnP Feeders: ([Download .dmg](https://openpnp.s3-us-west-2.amazonaws.com/test/2023-04-05_08-24-36.0aa4ae8/OpenPnP-macos-test.dmg))

!!! danger "Mac Users"
Because of [a bug with how OpenPnP signs their releases](https://github.com/openpnp/openpnp/issues/1559), Mac users with ARM processors might experience a crash on boot. You can still run OpenPnP by navigating to `Applications -> OpenPnP` and right clicking on the OpenPnP app and selecting "Show Package Contents":
Expand Down
2 changes: 1 addition & 1 deletion docs/openpnp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

OpenPnP is a piece of open source software designed to control pick and place machines. It supports a wide range of machines, with many features found in high-end commercial software. You can find out more about it [here](https://openpnp.org/).

These guides were designed with OpenPnP version `2022-08-01_18-07-09.2a36a8d`, so the UI screenshots will match this version, but they should work for other versions as well (namely the [updated version of OpenPnP used for feeders](../feeders/3-software-update/software-update.md)).
**Please use the OpenPnP version we link to in the following pages.** OpenPnP has many frequent updates, and some of them change or remove functionality. Keeping to our recommended version ensures that things work correctly and that this documentation is accurate for you. Also, our recommended version has support for the LumenPnP feeders.

![OpenPnP Logo](openpnp-logo.png)

Expand Down

0 comments on commit d8d418e

Please sign in to comment.