Changes

Jump to: navigation, search

Development/Adding New Slice Settings

10 bytes added, 22:16, 30 November 2016
m
In MatterControl there are several files that are used to configure SliceSettings
*'''StaticDataPrinterSettingsconfigStaticData/PrinterSettings/config.ini''' - This is the list of all possible printer settings. Your new type needs to be in here.*'''StaticDataSliceSettingsLayoutsStaticData/SliceSettings/Layouts.txt''' - This file describes where the setting will be laid out in the ui.*'''StaticDataSliceSettingsPropertiesStaticData/SliceSettings/Properties.txt''' - This file contains the description of the friendly name and the help for each setting.
== How to add a new setting ==
If the setting is also applicable to CuraEngine you need to write some code.
#Open - SlicerConfigurationSlicerMappingEngineMappingCuraSlicerConfiguration/SlicerMapping/EngineMappingCura.cs
#Add the setting to curaToDefaultMapping. Write translation code if required
If the setting should not be available in Slic3r
#Open - SlicerConfigurationSlicerMappingEngineMappingSlic3rSlicerConfiguration/SlicerMapping/EngineMappingSlic3r.cs
#Add the setting name to hideItems
[[Category:Development]]

Navigation menu