Giter Site home page Giter Site logo

jasonunik / 3dprinting-mattercontrol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matterhackers/mattercontrol

0.0 0.0 0.0 100.48 MB

3D printing software for Windows, Mac and Linux

Home Page: http://www.mattercontrol.com/

License: BSD 2-Clause "Simplified" License

Shell 0.01% C++ 0.07% C 0.01% C# 87.55% G-code 12.36%

3dprinting-mattercontrol's Introduction

MatterControl

main
Linux Travis CI-Master
Windows Build status

MatterControl is an open-source program designed to control and enhance the desktop 3D printing experience. It's designed to help you get the most out of your 3D printer - making it easy to track, preview, and print your 3D parts. Development of MatterControl is sponsored by MatterHackers and it's partners.

Screenshot

Features

Download

Release Notes

Building from Source

MatterControl is written in C#. It uses the agg-sharp GUI abstraction layer. See this wiki article if you want to contribute code.

  1. Checkout the latest source code and submodules:

     git clone --recursive https://github.com/MatterHackers/MatterControl.git
     cd MatterControl
    
  2. Install MonoDevelop and Nuget.

     sudo apt-get install monodevelop nuget
    
  3. Add Mono SSL Support - Copy in Mozilla Root certificates to enable NuGet and MatterControl SSL requests

     mozroots --import --sync
    
  4. Restore NuGet packages - On MonoDevelop 4.0 or older you can install NuGet Addin. If you are on Mint, also install libmono-cairo2.0-cil. Alternatively you can run the command line NuGet application to restore the project packages:

     nuget restore MatterControl.sln
    
  5. Optionally switch to a target branch

     git checkout main
     git submodule update --init --recursive
    

    As a single command line statement:

     targetBranch=main && git checkout $targetBranch && git submodule update --init --recursive
    
  6. Build MatterControl

     mdtool build -c:Release MatterControl.sln
    

    or

     xbuild /p:Configuration=Release MatterControl.sln
    
  7. Link the StaticData from your source directory to the build directory

     ln -s ../../StaticData bin/Release/StaticData
    
  8. After MatterControl has been built in MonoDevelop it is recommended that you run the application via command line or via a shell script to invoke mono.

     mono bin/Release/MatterControl.exe
    

    If you'd like to log errors for troubleshooting

     mono bin/Release/MatterControl.exe > log.txt
    

    If you want detailed error logging and tracing

     MONO_LOG_LEVEL=debug mono bin/Release/MatterControl.exe > log.txt
    
  9. In order for MatterControl to access the serial ports, you will need to give your user the appropriate permissions. On Debian based distros, add yourself to the dialout group. On Arch, add yourself the the uucp and lock groups instead.

     gpasswd -a $USER dialout
    

Serial Helper

  1. Change to the SerialHelper directory

     cd Submodules/agg-sharp/SerialPortCommunication/SerialHelper
    
  2. Run the build script

     ./build.sh
    
  3. If your receive errors you may need to install libc6-dev-i386 for x86 compilation

     sudo apt-get install libc6-dev-i386
    

Help, Bugs, Feedback

For information on using MatterControl, check the MatterControl Wiki. If you have questions or feedback, feel free to post on the MatterHackers Forums or send an email to [email protected]. To report a bug, file an issue on GitHub.

3dprinting-mattercontrol's People

Contributors

larsbrubaker avatar jlewin avatar johnlewin avatar gregory-diaz avatar kevinepope avatar mmoening avatar unlimitedbacon avatar rytz avatar nutz95 avatar brictone avatar csselph avatar tellingmachine avatar ech avatar mhlars avatar oneill avatar banbury avatar au-phiware avatar raveious avatar aridtag avatar releasestandard avatar winstonmao avatar creyc avatar gekkom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.