Made animation speed be right
Put in 10 x 10 grid
This commit is contained in:
parent
838267a3ac
commit
a3903be868
9 changed files with 61 additions and 209 deletions
|
|
@ -780,6 +780,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return (T)(object)(LevelingSystem.Probe3x3Mesh);
|
||||
case "5x5 Mesh":
|
||||
return (T)(object)(LevelingSystem.Probe5x5Mesh);
|
||||
case "10x10 Mesh":
|
||||
return (T)(object)(LevelingSystem.Probe10x10Mesh);
|
||||
default:
|
||||
#if DEBUG
|
||||
throw new NotImplementedException();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue