adding ability to set acceleration on a printer profile
This commit is contained in:
parent
09c553ae64
commit
ec501191dc
12 changed files with 1979 additions and 1875 deletions
|
|
@ -178,7 +178,11 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
|
||||
if (ActiveSliceSettings.Instance.GetValue<bool>(SettingsKey.print_leveling_enabled))
|
||||
{
|
||||
GCodeMemoryFile unleveledGCode = new GCodeMemoryFile(savedGcodeFileName, CancellationToken.None);
|
||||
GCodeMemoryFile unleveledGCode = new GCodeMemoryFile(savedGcodeFileName,
|
||||
new Vector4(),
|
||||
new Vector4(),
|
||||
new Vector4(),
|
||||
CancellationToken.None);
|
||||
|
||||
for (int j = 0; j < unleveledGCode.LineCount; j++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue