-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anycubic Kobra 2 #15875
Anycubic Kobra 2 #15875
Conversation
tried to be as close as possible to the Prusa Slicer Profile provided by Anycubic
tried to be as close as possible to the Prusa Slicer Profile provided by Anycubic
just from my visual impression
tried to be as close as possible to the Prusa Slicer Profile provided by Anycubic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (1/6)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (2/6)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (3/6)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (4/6)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (5/6)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (6/6)
tried to be as close as possible to the Prusa Slicer Profile provided by Anycubic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (1/1)
"default_value": 2500, | ||
"maximum_value_warning": "2500" | ||
}, | ||
"acceleration_print": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding acceleration_print with the same value (minimum_value_warning: 100) as defined in parent definition: fdmprinter
"default_value": 2500, | ||
"maximum_value_warning": "2500" | ||
}, | ||
"acceleration_skirt_brim": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding acceleration_skirt_brim with the same value (minimum_value_warning: 100) as defined in parent definition: fdmprinter
"maximum_value_warning": "15", | ||
"minimum_value": "0" | ||
}, | ||
"layer_height": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding layer_height with the same value (minimum_value_warning: 0.04) as defined in parent definition: fdmprinter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (1/1)
"maximum_value": "250", | ||
"maximum_value_warning": "200" | ||
}, | ||
"speed_print": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding speed_print with the same value (settable_per_mesh: True) as defined in parent definition: fdmprinter
Uforseen Issues found, have to review |
Description
Profile for Anycubic Kobra 2
tried to be as close as possible to the Prusa Slicer Profile provided by Anycubic
Type of change