markwal / OctoPrint-GPX

An OctoPrint plug-in to use GPX as the protocol layer underneath rather than replacing g-code to talk to s3g/x3g machines, for example, a FlashForge.
GNU Affero General Public License v3.0
104 stars 25 forks source link

Use BadRequest from werkzeug instead of flask #6

Closed foosel closed 9 years ago

foosel commented 9 years ago

Reason is that flask.exceptions is gone for Flask > 0.10 (compare foosel/OctoPrint#870) and OctoPrint's Flask dependency allows Flask 0.10 to be installed.

See also error log in #3 where this also occurs.

markwal commented 9 years ago

Thanks!