demodude4u / Factorio-FBSR

Factorio Blueprint String Renderer
MIT License
75 stars 20 forks source link

Add option to the webapi to not render the raw materials and build time #133

Open tzwaan opened 4 years ago

tzwaan commented 4 years ago

Add a boolean option (default false) to the webapi to turn off the rendering of the raw materials and the build time, essentially only generating a picture of the blueprint.

demodude4u commented 4 years ago

Hi tzwaan!

Check out this comment: https://github.com/demodude4u/Factorio-FBSR/issues/126#issuecomment-637169571

If you set "show-info-panels": false, it will not render the side panels.

tzwaan commented 4 years ago

Oh great, it already exists.

I guess there needs to be some proper documentation written for blueprintbot. After I'm done with this project, I'll see if I can help cleaning up the documentation and build-process of blueprintbot so people don't need to message you directly.