Rhoban / Plater

3D-printer parts placer and plate generator
Other
276 stars 40 forks source link

OSX Command Line Interface #34

Open GijsvanDulmen opened 2 years ago

GijsvanDulmen commented 2 years ago

Any hints on how to use the CLI for OSX? Or isn't this supported?

viljamip commented 2 years ago

You need to compile from source: git clone https://github.com/Rhoban/Plater.git cd Plater/plater mkdir build cd build cmake .. make sudo make install

GijsvanDulmen commented 2 years ago

Cool! Got it to work. Thanks :-) Just probably expected it to be in the released dmg as well.