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

Add creality-ender3s1 config example #5203

Closed
wants to merge 34 commits into from
Closed

Add creality-ender3s1 config example #5203

wants to merge 34 commits into from

Conversation

KimRay2015
Copy link

1.Add creality-ender3s1 config example
2.add stm32h723 boot config
3.add stm32f401 boot config

@RobRobM
Copy link

RobRobM commented Feb 1, 2022

I have klipper nicely running on a Ender 3 S1. Do you want my config to compare. The x and y position_max in your file are to high (235) my printer only goes to 228. And the z position_max in your file is a lot lower (250) than I have (270).

@KimRay2015
Copy link
Author

KimRay2015 commented Feb 8, 2022 via email

Copy link
Contributor

@ld3300 ld3300 left a comment

Choose a reason for hiding this comment

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

Hello @KimRay2015,
Please add Signed-off-by:

Please consider the following changes to have your example config follow the repo standards. All configuration settings that are not specific to the board should be removed.

  • remove lines 13-15 as the reference to fluidd and the virtual_sdcard are not printer specific.
  • remove the entire [gcode_macro PAUSE] section
  • remove [gcode_macro RESUME]
  • remove [gcode_macro CANCEL_PRINT]
  • lines 115-117, remove references to bltouch unless they come as an option when purchasing the printer
  • Remove line 125, max_extruder_only_distance. This should be left at the default unless the specific user wants to change it
  • Line 179 restore or remove probe section depending on what probe comes stock
  • Line 187, remove filament sensor unless it comes stock
  • remove lines 191 through 195 as not printer specific
  • Line 197, remove unless bltouch comes stock
  • Line 214 remove bed_mesh, as this is not a machine specific section
  • Line 223 remove G29 section

@KimRay2015
Copy link
Author

KimRay2015 commented Feb 12, 2022 via email

@BlackScript
Copy link

hm because the requests did not get merged thats again a doubled request ... i did already over a month but get closed because "inactivity" ....

@KimRay2015
Copy link
Author

KimRay2015 commented Feb 24, 2022

hm because the requests did not get merged thats again a doubled request ... i did already over a month but get closed because "inactivity" ....

system auto build have some error ,not modfied by me ,so no merge

@BlackScript
Copy link

hm because the requests did not get merged thats again a doubled request ... i did already over a month but get closed because "inactivity" ....

system auto build have some error ,not modfied by me ,so no merge

i meant my request did not get merged .... #5097 and there are no errors ... :) but need to wait until @KevinOConnor could merge mine... :)

@KimRay2015
Copy link
Author

KimRay2015 commented Feb 24, 2022 via email

@KevinOConnor
Copy link
Collaborator

Thanks. I'm not sure what the state of this PR is. I don't understand the changes to src/stm32/Kconfig. It seems those changes (if intentional) should be in separate commits though.

-Kevin

@KevinOConnor KevinOConnor added the pending feedback Topic is pending feedback from submitter label Mar 14, 2022
@KimRay2015
Copy link
Author

KimRay2015 commented Mar 15, 2022 via email

@KimRay2015
Copy link
Author

KimRay2015 commented Mar 15, 2022 via email

@@ -0,0 +1,143 @@
# This file contains pin mappings for the Creality CR6-SE with Rev. 4.5.3 Motherboard (Late 2020/2021) as the heater pins changed.
Copy link

Choose a reason for hiding this comment

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

Is this for Ender 3 S1 or CR6-SE?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ender 3 S1 but it looks like he just copy pasted the config from the CR6-SE

@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2023
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pending feedback Topic is pending feedback from submitter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants