Changes

Jump to: navigation, search

Development/MatterSlice Fundamentals

598 bytes added, 19:07, 7 December 2015
Created page with "'''MatterSlice''' is a single independent application that MatterControl uses to do its slicing. MatterSlice goes though roughly these steps to turn your file into GCode: #Th..."
'''MatterSlice''' is a single independent application that MatterControl uses to do its slicing. MatterSlice goes though roughly these steps to turn your file into GCode:

#The command line is processed to know what to do. ([[main.cs]])
#The settings are loaded up. ([[Settings.cs]])
#The STL is loaded ([[modelFile.cs]])
#The FFF processor is run on to do the processing ([[fffProcessor.cs]])
##setTargetFile is called to set the stl to process
##processFile is called to do the processing (this is the start of all the real work)
##finalize is called to finish the save

[[Category:Development]]

Navigation menu