Creality3DPrinting / Ender-3

The Creality3D Ender-3, a fully Open Source 3D printer perfect for new users on a budget.
GNU General Public License v3.0
1.78k stars 655 forks source link

Please fix filename extensions and the whole repo. #53

Open i5okie opened 4 years ago

i5okie commented 4 years ago

There are several files where file names overlap.

$ git clone https://github.com/Creality3DPrinting/Ender-3.git
Cloning into 'Ender-3'...
remote: Enumerating objects: 1273, done.
remote: Total 1273 (delta 0), reused 0 (delta 0), pack-reused 1273
Receiving objects: 100% (1273/1273), 364.64 MiB | 9.28 MiB/s, done.
Resolving deltas: 100% (376/376), done.
Updating files: 100% (1008/1008), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'Ender-3 Mechanical/Ender-3 Parts/M5X8Pan Head Screw.SLDPRT'
  'Ender-3 Mechanical/Ender-3 Parts/M5X8Pan Head Screw.sldprt'

Not all systems are configured to be case sensitive. Arguably, most are case insensitive. Meaning that the Solidworks assembly file for Ender-3 is now broken.

jriwanek commented 3 years ago

Arguably, windows is case sensitive, most other operating systems can handle mixed cases just fine, I agree with your point however, but inaccurate claims help nobody.

mistic100 commented 3 years ago

I cannot figure out how the repository can have such name conflicts as Solidworks is only available on Windows...