Config Reference: различия между версиями

Материал из Ender 3 Wiki
Перейти к навигации Перейти к поиску
(Новая страница: « [printer] kinematics: #Тип кинематики принтера. Оно может быть: cartesian, corexy, corexz, hybrid_corexy, hybrid_corexz, rotar…»)
 
 
(не показаны 2 промежуточные версии этого же участника)
Строка 1: Строка 1:
 
  [printer]
 
  [printer]
 
  kinematics:
 
  kinematics:
  #Тип кинематики принтера. Оно может быть: cartesian, corexy, corexz, hybrid_corexy, hybrid_corexz, rotary_delta, delta, deltesian, polar, winch, or none.
+
  #Тип кинематики принтера. Он может быть: cartesian, corexy, corexz, hybrid_corexy, hybrid_corexz, rotary_delta, delta, deltesian, polar, winch, or none.
 
  #Этот параметр должен быть указан. У нас это "cartesian"
 
  #Этот параметр должен быть указан. У нас это "cartesian"
 
  #max_velocity:
 
  #max_velocity:
#Максимальное ускорение (в мм/с) по X и Y.
+
#Максимальная скорость(в мм/с) по X и Y. Это значение может быть изменено во время печати с помощью команды "SET_VELOCITY_LIMIT".  
#Это значение может быть изменено во время выполнения с помощью команды SET_VELOCITY_LIMIT.  
+
  #Этот параметр должен быть указан.  
  Этот параметр должен быть указан.
+
max_accel:
max_accel:
+
#Максимальное ускорение (в мм/с^2) по X и Y. Ставь то ускорение, которое не ломает твой принтер и на котором нет пропуска шагов. А ускорения для печати настраивай уже в слайсере.
#   Maximum acceleration (in mm/s^2) of the toolhead (relative to the
+
#Указанное значение может быть изменено во время печати с помощью команды SET_VELOCITY_LIMIT.
#  print). Although this parameter is described as a "maximum"
+
#Этот параметр должен быть указан.
#  acceleration, in practice most moves that accelerate or decelerate
+
#minimum_cruise_ratio: 0.5
#  will do so at the rate specified here. The value specified here
+
#Most moves will accelerate to a cruising speed, travel at that cruising speed, and then decelerate.
#   may be changed at runtime using the SET_VELOCITY_LIMIT command.
+
#However, some moves that travel a short distance could nominally accelerate and then immediately decelerate.
#   This parameter must be specified.
+
#This option reduces the top speed of these moves to ensure there is always a minimum distance traveled at a cruising speed.
#minimum_cruise_ratio: 0.5
+
#That is, it enforces a minimum distance traveled at cruising speed relative to the total distance traveled.
#   Most moves will accelerate to a cruising speed, travel at that
+
#It is intended to reduce the top speed of short zigzag moves (and thus reduce printer vibration from these moves).
cruising speed, and then decelerate. However, some moves that
+
#For example, a minimum_cruise_ratio of 0.5 would ensure that a standalone 1.5mm move would have a minimum cruising distance of 0.75mm.  
travel a short distance could nominally accelerate and then
+
#Specify a ratio of 0.0 to disable this feature (there would be no minimum cruising distance enforced between acceleration and deceleration).
immediately decelerate. This option reduces the top speed of these
+
#The value specified here may be changed at runtime using the SET_VELOCITY_LIMIT command.
moves to ensure there is always a minimum distance traveled at a
+
#The default is 0.5.
cruising speed. That is, it enforces a minimum distance traveled
+
#square_corner_velocity: 5.0
at cruising speed relative to the total distance traveled. It is
+
#  The maximum velocity (in mm/s) that the toolhead may travel a 90
intended to reduce the top speed of short zigzag moves (and thus
+
#  degree corner at. A non-zero value can reduce changes in extruder
reduce printer vibration from these moves). For example, a
+
#  flow rates by enabling instantaneous velocity changes of the
minimum_cruise_ratio of 0.5 would ensure that a standalone 1.5mm
+
#  toolhead during cornering. This value configures the internal
move would have a minimum cruising distance of 0.75mm. Specify a
+
#  centripetal velocity cornering algorithm; corners with angles
ratio of 0.0 to disable this feature (there would be no minimum
+
#  larger than 90 degrees will have a higher cornering velocity while
cruising distance enforced between acceleration and deceleration).
+
#  corners with angles less than 90 degrees will have a lower
#   The value specified here may be changed at runtime using the
+
#  cornering velocity. If this is set to zero then the toolhead will
SET_VELOCITY_LIMIT command. The default is 0.5.
+
#  decelerate to zero at each corner. The value specified here may be
#square_corner_velocity: 5.0
+
#  changed at runtime using the SET_VELOCITY_LIMIT command. The
#  The maximum velocity (in mm/s) that the toolhead may travel a 90
+
#  default is 5mm/s.
#  degree corner at. A non-zero value can reduce changes in extruder
+
#max_accel_to_decel:
#  flow rates by enabling instantaneous velocity changes of the
+
#  This parameter is deprecated and should no longer be used.
#  toolhead during cornering. This value configures the internal
 
#  centripetal velocity cornering algorithm; corners with angles
 
#  larger than 90 degrees will have a higher cornering velocity while
 
#  corners with angles less than 90 degrees will have a lower
 
#  cornering velocity. If this is set to zero then the toolhead will
 
#  decelerate to zero at each corner. The value specified here may be
 
#  changed at runtime using the SET_VELOCITY_LIMIT command. The
 
#  default is 5mm/s.
 
#max_accel_to_decel:
 
#  This parameter is deprecated and should no longer be used.
 

Текущая версия на 15:56, 20 февраля 2025

[printer]
kinematics:
#Тип кинематики принтера. Он может быть: cartesian, corexy, corexz, hybrid_corexy, hybrid_corexz, rotary_delta, delta, deltesian, polar, winch, or none.
#Этот параметр должен быть указан. У нас это "cartesian"
#max_velocity:
#Максимальная скорость(в мм/с) по X и Y. Это значение может быть изменено во время печати с помощью команды "SET_VELOCITY_LIMIT". 
#Этот параметр должен быть указан. 
max_accel:
#Максимальное ускорение (в мм/с^2) по X и Y. Ставь то ускорение, которое не ломает твой принтер и на котором нет пропуска шагов. А ускорения для печати настраивай уже в слайсере.
#Указанное значение может быть изменено во время печати с помощью команды SET_VELOCITY_LIMIT.
#Этот параметр должен быть указан.
#minimum_cruise_ratio: 0.5
#Most moves will accelerate to a cruising speed, travel at that cruising speed, and then decelerate.
#However, some moves that travel a short distance could nominally accelerate and then immediately decelerate.
#This option reduces the top speed of these moves to ensure there is always a minimum distance traveled at a cruising speed.
#That is, it enforces a minimum distance traveled at cruising speed relative to the total distance traveled.
#It is intended to reduce the top speed of short zigzag moves (and thus reduce printer vibration from these moves).
#For example, a minimum_cruise_ratio of 0.5 would ensure that a standalone 1.5mm move would have a minimum cruising distance of 0.75mm. 
#Specify a ratio of 0.0 to disable this feature (there would be no minimum cruising distance enforced between acceleration and deceleration).
#The value specified here may be changed at runtime using the SET_VELOCITY_LIMIT command.
#The default is 0.5.
#square_corner_velocity: 5.0
#   The maximum velocity (in mm/s) that the toolhead may travel a 90
#   degree corner at. A non-zero value can reduce changes in extruder
#   flow rates by enabling instantaneous velocity changes of the
#   toolhead during cornering. This value configures the internal
#   centripetal velocity cornering algorithm; corners with angles
#   larger than 90 degrees will have a higher cornering velocity while
#   corners with angles less than 90 degrees will have a lower
#   cornering velocity. If this is set to zero then the toolhead will
#   decelerate to zero at each corner. The value specified here may be
#   changed at runtime using the SET_VELOCITY_LIMIT command. The
#   default is 5mm/s.
#max_accel_to_decel:
#   This parameter is deprecated and should no longer be used.