Package camotics: Information

    Source package: camotics
    Version: 1.2.1-alt2.20191008
    Build time:  Aug 9, 2020, 08:55 PM in the task #256089
    Category: Engineering
    Report package bug
    License: GPLv2+ and LGPL2.1
    Summary: Open-Source Simulation and Computer Aided Machining - A 3-axis CNC GCode simulator
    Description: 
    CAMotics is an Open-Source software which can simulate 3-axis NC machining. It
    is a fast, flexible and user friendly simulation software for the DIY and
    Open-Source community. CAMotics works on Linux, OS-X and Windows.
    
    At home manufacturing is one of the next big technology revolutions. Much like
    the PC was 30 years ago. There have been major advances in desktop 3D printing
    yet uptake of desktop CNCs has lagged depsite the availability of cheap CNC
    machines. One of the major reasons for this is a lack of Open-Source simulation
    and CAM software. CAM and NC machine simulation present some very difficult
    programming problems, as is evidenced by 30 years of academic papers on these
    topics. Whereas, 3D printing simulation and tool path generation are much
    easier. Such software is essential to using a CNC.
    
    Being able to simulate is a critical part of creating CNC tool paths.
    Programming a CNC with out a simulator is cutting with out measuring; it s both
    dangerous and expensive. With CAMotics you can preview the results of your
    cutting operation before you fire up your machine. This will save you time and
    money and open up a world of creative possibilities by allowing you to rapidly
    visualize and improve upon designs with out wasting material or breaking tools.

    List of rpms provided by this srpm:
    camotics (x86_64, i586)
    camotics-data (noarch)
    camotics-debuginfo (x86_64, i586)

    Maintainer: Anton Midyukov


      1. libsqlite3-devel
      2. libssl-devel
      3. python3-devel
      4. libyaml-devel
      5. desktop-file-utils
      6. python3-module-six
      7. gcc-c++
      8. scons
      9. qt5-base-devel
      10. ImageMagick-tools
      11. qt5-tools
      12. libappstream-glib
      13. qt5-websockets-devel
      14. libcairo-devel
      15. libv8-3.14-devel
      16. libre2-devel
      17. bzlib-devel
      18. chrpath
      19. libdxflib-devel
      20. libexpat-devel
      21. zlib-devel
      22. libleveldb-devel
      23. libevent-devel
      24. libsnappy-devel

    Last changed


    Oct. 21, 2019 Anton Midyukov 1.2.1-alt2.20191008
    - fix directory: 's|_datadir/appdata|_datadir/metainfo|g'
    Oct. 20, 2019 Anton Midyukov 1.2.1-alt1.20191008
    - new snapshot
    - fix build with scons switched to python3
    - ExclusiveArch: ix86 x86_64
    - add appdata
    - add mime
    - update BuildRequires
    June 12, 2019 Stanislav Levin 1.2.0-alt2
    - Added missing dep on `six`.