- removed the f-strings replacing them with the traditional string formatting due of not being supported by older versions of Python 3

This commit is contained in:
Marius Stanciu
2019-11-19 13:38:32 +02:00
parent 75273272e1
commit a4f5ed0b74
3 changed files with 24 additions and 22 deletions

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
19.11.2019
- removed the f-strings replacing them with the traditional string formatting due of not being supported by older versions of Python 3
18.11.2019
- finished the Dots and Squares options in the Copper Thieving Tool