-
-
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
[WiP] Bambu X1 3D printer definition #19292
base: main
Are you sure you want to change the base?
Conversation
First commit
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)
"retraction_amount": { "default_value": 6.5 }, | ||
"retraction_speed": { "default_value": 30 }, |
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 retraction_amount with the same value (default_value: 6.5) as defined in parent definition: fdmprinter
"retraction_amount": { "default_value": 6.5 }, | |
"retraction_speed": { "default_value": 30 }, | |
"retraction_speed": { "default_value": 30 }, |
@@ -0,0 +1,13 @@ | |||
[general] | |||
definition = bambulabsx1 | |||
name = Bambu Lab X1 0.4 nozzle |
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.
The profile name **Bambu Lab X1 0.4 nozzle** exceeds the maximum length limit. For optimal results, please limit it to 20 characters or fewer.
Description
A Side Project to see if we can include this printer definition
Type of change
How Has This Been Tested?
Just a single testprint, the end gcode ended up draging the printjob around the buildchamber
Test Configuration:
Checklist:
My code follows the style guidelines of this project as described in UltiMaker Meta and Cura QML best practices
I have read the Contribution guide
I have commented my code, particularly in hard-to-understand areas
I have uploaded any files required to test this change