Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.66k stars 871 forks source link

documentation error (conan install and config) #2072

Closed petaflot closed 2 months ago

petaflot commented 2 months ago

Application Version current (github)

Platform all

Display Driver all, even brltty

Steps to Reproduce

Actual Results

usage: conan profile [-h] [-v [V]] {detect,list,path,show} ...
conan profile: error: argument subcommand: invalid choice: 'new' (choose from 'detect', 'list', 'path', 'show')

Expected results

$ conan profile new default --detect --force
$ echo $?
0

Additional Information switching to a recent version of conan would seem reasonable

petaflot commented 2 months ago

fixed: was running system-wide conan 2.x ; doc could be a tad more accurate about this, and/or advise user to check version and executable path