Good settings for Mini
This commit is contained in:
parent
17f792bc6d
commit
fdc3842ca7
2 changed files with 76 additions and 45 deletions
|
|
@ -26,7 +26,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
string thingToReplace = "{" + "{0}".FormatWith(name) + "}";
|
||||
gcodeWithMacros = gcodeWithMacros.Replace(thingToReplace, ActiveSliceSettings.Instance.GetActiveValue(name));
|
||||
}
|
||||
// do the replacement with [] (square brackets)
|
||||
// do the replacement with [] (square brackets) Slic3r uses only square brackets
|
||||
{
|
||||
string thingToReplace = "[" + "{0}".FormatWith(name) + "]";
|
||||
gcodeWithMacros = gcodeWithMacros.Replace(thingToReplace, ActiveSliceSettings.Instance.GetActiveValue(name));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue