mstrens / Hot_wire_QT

Hot wire program for foam cutting with 4 axis CNC
6 stars 2 forks source link

pyQt5 compiling issues on Linux #1

Open GentlemanRider opened 3 years ago

GentlemanRider commented 3 years ago

I had to replace headlen=40 with headLen=40 on hot_wire_draw.py Running pyQt 5.15.2 on a up to date Ubuntu 20.4

mstrens commented 3 years ago

Sorry but it seems you have written twice "headlen=40" in your message. What are the previous and new values?

GentlemanRider commented 3 years ago

the values are the same, but it's case sensitive and requires the L to be uppercase.