djmurf

Results 3 issues of djmurf

### Description I built klipper from the latest source using the provide directions for building it. When I tried to configure both an original bltouch and a clone it would...

When specifying a fully qualified directory, directories are being created relative to directory process is started in: ``` ,tmpDir: path.join(config.baseDir,'/tmp') ,publicDir: path.join(config.baseDir,'/public') ,uploadDir: path.join(config.baseDir, '/public/files') ``` this is creating directories...

Ran into a strange problem where I've committed a project using bundle-up, and the static root ( after the commit ) contained files from the .svn metadata. It was locking...