Skip to content

added custom tools library for GcodeVisualizerPlugin#1358

Merged
ABSitf merged 3 commits intomasterfrom
i2183_gcode_customize_tool
Jun 27, 2023
Merged

added custom tools library for GcodeVisualizerPlugin#1358
ABSitf merged 3 commits intomasterfrom
i2183_gcode_customize_tool

Conversation

@ABSitf
Copy link
Contributor

@ABSitf ABSitf commented Jun 23, 2023

No description provided.

Comment on lines +2 to +6
#include <vector>
#include <string>
#include <filesystem>
#include "MRMesh/MRMeshFwd.h"
#include "exports.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we usualy add stl includes last

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment on lines +11 to +18
class MRVIEWER_CLASS GcodeToolsLibrary
{
public:
MRVIEWER_API GcodeToolsLibrary( const std::string& libraryName );

MRVIEWER_API bool drawCombo();

const std::shared_ptr<ObjectMesh>& getToolObject() { return toolMesh_; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add comments

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment on lines +2 to +3
#include <cassert>
#include <imgui.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thirdparty and stl includes in the end of list

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@ABSitf ABSitf merged commit 1bcd3f8 into master Jun 27, 2023
@ABSitf ABSitf deleted the i2183_gcode_customize_tool branch June 27, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants