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

[Q] (Manual moving speed to Z axis ?) #2816

Closed
SubJORJ opened this issue Jul 22, 2023 · 3 comments · Fixed by #2824
Closed

[Q] (Manual moving speed to Z axis ?) #2816

SubJORJ opened this issue Jul 22, 2023 · 3 comments · Fixed by #2824
Labels
question Further information is requested

Comments

@SubJORJ
Copy link

SubJORJ commented Jul 22, 2023

Hi !
What speed command is sent to the 3D printer's controller when the Z-axis is manually controlled?
I have an MKS TFT35 v1.0 and it sends an F3000 speed command to my 3D printer, when I manually control the z-axis movement. My printer almost jumps at that speed.
If I burn "BIGTREETECH-TouchScreenFirmware" into my MKS TFT what is the movement speed of the Z-axis with manual movement

specify the device variant related to your question.
MKS TFT35 v1.0

Additional context
Add any other context or screenshots about the question here.

@SubJORJ SubJORJ added the question Further information is requested label Jul 22, 2023
@kisslorand
Copy link
Contributor

In the "config.ini" you have the following section:

#### Z Speeds/Feedrates
# Move speeds used in Move menu to move Z axis.
#   Format: [move_speed: S<feedrate> N<feedrate> F<feedrate>]
#   Unit: [feedrate in mm/min]
#   Value range: [min: 10, max: 12000]
z_speed:S500 N1000 F2000

Where 'S' stands for "slow", 'N' stands for "normal" and 'F' stands for "fast". In the menu (Menu -> Setting -> Feature -> Move speed (X Y Z)) you can select whether you want the moves to be executed at slow, normal or fast speed.

I hope this helps.

@SubJORJ
Copy link
Author

SubJORJ commented Jul 22, 2023

kisslorand Thank you very much for your response.
I asked this question about speed in MKS TFT (https://github.com/makerbase-mks/MKS-TFT/issues), but apparently there is a dead thread and there are no answers.

I will switch to "BIGTREETECH-TouchScreenFirmware"

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants