akaJes / marlin-config

Marlin firmware instant configurator
GNU General Public License v3.0
389 stars 85 forks source link

remove previous folders history #105

Open madmax2 opened 5 years ago

madmax2 commented 5 years ago

how do I remove all the folders history of marlin that I have opened? I would like to clean it up to remove older folder entries that I no longer use?

https://i.imgur.com/p5DcZh4.png

akaJes commented 5 years ago

Hi, remove in home folder the '.data-store' directory, or harder way is to edit marlin-config.json file inside it

Сб, 7 вер. 2019, 05:19 користувач Tyler Durden notifications@github.com пише:

how do I remove all the folders history of marlin that I have opened? I would like to clean it up to remove older folders that I no longer use?

https://i.imgur.com/p5DcZh4.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/akaJes/marlin-config/issues/105?email_source=notifications&email_token=AAXFBAWMBOO5QITKHELDNOTQIMFS5A5CNFSM4IUOPGHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJ5VGLA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXFBARDEFCRUUVCLPXS7HLQIMFS5ANCNFSM4IUOPGHA .

madmax2 commented 5 years ago

where is the home folder that contains .data-store folder or file marlin-config.json? I don't know where it is, and I am running this in windows 10.

I tried search for it but can't find it in ... -C:\Users\abc\AppData\Local\Programs\marlin-conf

=======

would you be able to add a checkbox on each item in the list and add a remove button?

it would make it easier + quicker for everyone to be able to remove all the unwanted entries.. instead of the 2 manual methods you mentioned..

yet-another-average-joe commented 5 years ago

The history file path should be : C:\Users\abc.data-store\marlin-config.json

At least with Windows, this MRU list is useless, as items cannot be clicked : it could be removed... Same for the "new" button.

madmax2 commented 5 years ago

okay i found the folder and deleted that file etc.. it was located at C:\Users\abc\.data-store\marlin-config.json

So is it possible to add some sort of delete button or clear all button to the start up main window of marlin conf so it is easier and quicker to delete either one or all items on that list?

The program should not make us know what file and where to find it to delete the items on that list.. that is not very user friendly.