marlin-config icon indicating copy to clipboard operation
marlin-config copied to clipboard

Feature Request: Ability to open an already downloaded local marlin folder

Open garylzimmer opened this issue 6 years ago • 5 comments

The default behavior of the program seems to expect me to start with a fresh marlin branch. I would like to open a downloaded local marlin folder that has already been configured for further review and configuration using this program.

garylzimmer avatar Apr 11 '18 09:04 garylzimmer

You can, but it must be a repository, the simplest is to overwrite your folder over the fresh downloaded and then switched to the right version or branch

Or the another way is create your own repository in your folder

git init
git add .
git commit -m'my version'

This would be a base version Some exploring of the git documentation could get for you more information about the tags and branches

Ср, 11 квіт. 2018, 12:48 користувач garylzimmer [email protected] пише:

The default behavior of the program seems to expect me to start with a fresh marlin branch. I would like to open a downloaded local marlin folder that has already been configured for further review and configuration using this program.

— 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/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AC5Qgr_e-371dhGHRhM0umD1zZ-Hy9XXks5tndGGgaJpZM4TPtbW .

akaJes avatar Apr 12 '18 07:04 akaJes

why does it have to be a repository?

i mean a downloaded copy should have the same files and there will be 2 less extra programs to install

boelle avatar Apr 24 '18 18:04 boelle

I agree with boelle, I don't need the git software, you juste have to modify two files in marlin. The must is a offline version

pipersw avatar Aug 01 '18 12:08 pipersw

i dont use the program anymore (and never did), way to much trouble. I spend less time editing the 2 config files, well the first time it took a bit more but now that i got the config right i just hold on to them and recycle them

boelle avatar Aug 01 '18 12:08 boelle

I gotta say I'm a little more than annoyed at this "feature" right now. The feature says "Open". What it does is download a branch into the selected folder with absolutely no warning or asking permission to destroy anything there - which it just trashed a very complicated Marlin setup. Please spare me the standard disclaimer about it being my fault I didn't back it up. Software should do exactly what it says it's going to do and any deviation notify and ask permission to proceed. If I coded like that I'd be fired in a flash. How frickin hard is it to look first?

BubbaJon avatar Mar 17 '19 15:03 BubbaJon