evildmp / BrachioGraph

BrachioGraph is an ultra-cheap (total cost of materials: €14) plotter that can be built with minimal skills.
https://www.brachiograph.art
MIT License
680 stars 114 forks source link

Update brachiograph.py #97

Closed balakrishnankom closed 3 years ago

Findus23 commented 3 years ago

Hi,

What is the reason for this change? Can you please explain it? The way I see it, it only breaks the f-string, so the print won't work correctly anymore. If you need to support python before 3.6, you need to replace this with a "".format()

evildmp commented 3 years ago

@balakrishnankom BrachioGraph uses f-strings, and requires Python 3.6 or later.