Skip to content
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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[WiP] Bambu X1 3D printer definition #19292

wants to merge 2 commits into from

Conversation

MariMakes
Copy link
Contributor

Description

A Side Project to see if we can include this printer definition

Type of change

  • Printer definition file(s)

How Has This Been Tested?

Just a single testprint, the end gcode ended up draging the printjob around the buildchamber
Untitled

Test Configuration:

Checklist:

@MariMakes MariMakes added PR: Community Contribution 👑 Community Contribution PR's PR: Printer Definitions 🏭 A PR that introduces or changes settings and printer definitions labels Jun 26, 2024
Copy link
Contributor

@github-actions github-actions bot left a 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)

Comment on lines +47 to +48
"retraction_amount": { "default_value": 6.5 },
"retraction_speed": { "default_value": 30 },
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ diagnostic-definition-redundant-override ⚠️
Overriding retraction_amount with the same value (default_value: 6.5) as defined in parent definition: fdmprinter

Suggested change
"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
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ diagnostic-long-profile-names ⚠️
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Community Contribution 👑 Community Contribution PR's PR: Printer Definitions 🏭 A PR that introduces or changes settings and printer definitions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant