-
Notifications
You must be signed in to change notification settings - Fork 332
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
in connection with the addition of the profile of the k1 max. #2414
Conversation
{ | ||
"type": "filament", | ||
"filament_id": "GFL99", | ||
"setting_id": "GFSL99_CREALITY_00", |
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 setting_id is duplicated. Use GFSL99_CREALITY_01 instead
], | ||
"compatible_printers": [ | ||
"MyKlipper 0.4 nozzle", | ||
"MyMarlin 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.
We do not have these printers in profiles
"textured_plate_temp_initial_layer": [ | ||
"60" | ||
], | ||
"version": "1.6.0.0" |
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.
We do not have key "version"
@@ -0,0 +1,28 @@ | |||
{ | |||
"type": "machine", | |||
"setting_id": "GM_CREALITY_000", |
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 setting_id is duplicated. Use GM_CREALITY_018 instead.
"brim_type": "auto_brim", | ||
"brim_width": "5", | ||
"compatible_printers": [ | ||
"MyKlipper 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 same problem
"infill_direction": "45", | ||
"infill_jerk": "9", | ||
"infill_wall_overlap": "25%", | ||
"inherits": "0.20mm Standard @MyKlipper", |
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.
Can't find the profile
"brim_type": "auto_brim", | ||
"brim_width": "5", | ||
"compatible_printers": [ | ||
"MyKlipper 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 same problem
"infill_direction": "45", | ||
"infill_jerk": "9", | ||
"infill_wall_overlap": "25%", | ||
"inherits": "0.20mm Standard @MyKlipper", |
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 same
@lanewei120 Please close this PR (#2914) Already in master branch. |
No description provided.