FolkComputer / folk

🎁 Physical computing system.
https://folk.computer
Apache License 2.0
75 stars 4 forks source link

Use correct function to generate apriltag for ps when printing #136

Closed vedran closed 4 months ago

vedran commented 4 months ago

The commit https://github.com/FolkComputer/folk/commit/b7491c42f2d802b0a184e173ed21571f79fca0eb renamed the original tagImageForId to tagPsForId and created a new definition for tagImageForId. The code that generates the.psfile for printing should rely on the original behavior, so it needs to point totagPsForId` as well.

osnr commented 4 months ago

Thanks!