Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Normally, the robot completes a layer before starting the next layer. However, the pallet can be split into different areas - called zones - along the X, Y, and Z-axis. As a general rule, a zone cannot be started until the previous zone is finished.

...

Using the zones.json

The file must include Each project can have its own zones.json file. The file name should be based on the name of the project. If the project has the name pattern1.json, then the zones file must have the name pattern1.zones.json

A default file zones.json can be also created for all other projects that don’t have their own file.

Example of zones code:

Info

Note: The code below has 3 heights.

...