-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Added board config for Mellow Fly E3 v2 #6682
Conversation
Thankyou for submitting a PR, please can you sign off your as mentioned in point 3 in https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md#what-to-expect-in-a-review and provide am update to the printer.test file as per point 4 in https://github.com/Klipper3d/klipper/blob/master/docs/Example_Configs.md#guidelines Thanks |
Included the new board file in the printers.test file. Added copyright info in the board file Signed-off-by: Lieven Vanhercke <[email protected]>
Sorry, I missed that completely, I'm pretty new to the collaboration stuff ;) |
I had commented [extruder1] but had left the [tmc2209 extruder1] section active. Fixed now Signed-off-by: Lieven Vanhercke <[email protected]>
Added pid control to extruder and heated bed Signed-off-by: Lieven Vanhercke <[email protected]>
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.
Please see my comments.
Thanks
James
config/generic-mellow-fly-e3-v2.cfg
Outdated
interpolate: False | ||
run_current: 0.3 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 500 |
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.
Please do not set a non 0 or 999999 figure for stealthchop_threshold, the option should be on or off. Please see https://github.com/Klipper3d/klipper/blob/master/docs/TMC_Drivers.md#setting-spreadcycle-vs-stealthchop-mode
This goes for all tmc sections
Thanks
James
config/generic-mellow-fly-e3-v2.cfg
Outdated
# LIGHTING | ||
####################################### | ||
|
||
[led Toolhead] |
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.
Please comment this section out, as it is not known if the end user will use this option.
Thanks
James
config/generic-mellow-fly-e3-v2.cfg
Outdated
max_z_velocity: 50 | ||
max_z_accel: 100 | ||
|
||
[safe_z_home] |
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.
This section is considered non-standard to a generic config, please remove it.
Thanks
James
Removed safety adaptations that are non-standard, fixed stealthchop_threshold values to valid ones, commented toolhead lighting section Signed-off-by: Lieven Vanhercke <[email protected]>
all changes are made, sorry for the extra work I am giving you :/ |
Thank you for your contribution to Klipper. Unfortunately, a reviewer has not assigned themselves to this GitHub Pull Request. All Pull Requests are reviewed before merging, and a reviewer will need to volunteer. Further information is available at: https://www.klipper3d.org/CONTRIBUTING.html There are some steps that you can take now:
Unfortunately, if a reviewer does not assign themselves to this GitHub Pull Request then it will be automatically closed. If this happens, then it is a good idea to move further discussion to the Klipper Discourse server. Reviewers can reach out on that forum to let you know if they are interested and when they are available. Best regards, PS: I'm just an automated script, not a human being. |
Hi. I saw your comment on Discourse asking for a review, but it seems not all of James' comments have been addressed. Cheers, |
Apologies for the delay, i think everything i asked for has been addressed now. i will review again. Thanks |
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.
Looks fine to me.
Thanks
James
Oh - there is still the unusual copyright statement at the top of the config file. Not a huge deal either way, but seems odd. Cheers, |
Oh, I couldnt see the statement, i even went to his fork for the PR and its not there, unless i am missing it @KevinOConnor |
Removed extra copyright in config file Signed-off-by: Lieven Vanhercke <[email protected]>
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.
Thanks for the change, looks good.
Thanks
James
Thanks. -Kevin |
config: Added board config for Mellow Fly E3 v2 (Klipper3d#6682)
Added new generic board configuration for Mellow Fly E3 v2