kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.38k stars 997 forks source link

Move Right Custom Button Bug #1464

Closed igabigi closed 1 week ago

igabigi commented 2 weeks ago

The cause of the issue is I created a custom button and then right-clicked to move-left and it disappeared, the next time I opened the program I had an error. I tried reinstalling from binaries, from source. Nothing works

When I open Pronsole after re-installing, I still get :

WARNING:root:Memory-efficient GCoder implementation unavailable: cannot import name 'gcoder_line' from 'printrun' (C:\Users\username\AppData\Local\Temp_MEI11202\printrun__init__.pyc) *** Unknown syntax: button 1 "GET CURRENT POSITION" /c "green" M114 Welcome to the printer console! Type "help" for a list of available commands. offline>

What I am understanding is that the button is still in my pc memory but I am not sure where to access it to delete it.

image

igabigi commented 1 week ago

Okay I found the path C:\Users\user\AppData\Local\Printrun\Printrun\printrunconf.ini

rockstorm101 commented 1 week ago

Duplicate of #1404