chunkysteveo / OctoPrintAPI

Library for use with Arduino compatible micro controllers (web enabled) to access the Octoprint API on Raspberry Pi's running the Octoprint 3D printer web server by the brilliant Gina Häußge, aka @foosel.
GNU General Public License v2.0
42 stars 24 forks source link

Add jobFilePath to printJobCall Struct #38

Closed jcassel closed 1 year ago

jcassel commented 1 year ago

Added missing data point for printJobCall Struct.

jobFilePath

Updated examples where printJob is part of the example.

This makes it possible identify what folder/path a loaded job file is in.

chunkysteveo commented 1 year ago

Good spot for the path variable to be included!