Skip to content

Commit

Permalink
Version 3.5.2-rc.1
Browse files Browse the repository at this point in the history
Updated documentation for tools[].axes[]
  • Loading branch information
chrishamm committed May 28, 2024
1 parent fac46a1 commit e0d882c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Version>3.5.1</Version>
<Version>3.5.2-rc.1</Version>
<Authors>Christian Hammacher</Authors>
<Company>Duet3D Ltd</Company>
<Copyright>Duet3D Ltd</Copyright>
Expand Down
1 change: 1 addition & 0 deletions src/DuetAPI/ObjectModel/Tools/Tool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public sealed class Tool : ModelObject

/// <summary>
/// Associated axes. At present only X and Y can be mapped per tool.
/// Note that each int[] array is actually a bitmap!
/// </summary>
/// <remarks>
/// The order is the same as the visual axes, so by default the layout is
Expand Down

0 comments on commit e0d882c

Please sign in to comment.