mirror of
				https://github.com/Klipper3d/klipper.git
				synced 2025-10-31 18:36:09 +01:00 
			
		
		
		
	config: Note TMC drivers specify current in RMS in example-extras.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
		| @@ -1441,10 +1441,10 @@ | |||||||
| #   If true, enable step interpolation (the driver will internally | #   If true, enable step interpolation (the driver will internally | ||||||
| #   step at a rate of 256 micro-steps). The default is True. | #   step at a rate of 256 micro-steps). The default is True. | ||||||
| #run_current: | #run_current: | ||||||
| #   The amount of current (in amps) to configure the driver to use | #   The amount of current (in amps RMS) to configure the driver to use | ||||||
| #   during stepper movement. This parameter must be provided. | #   during stepper movement. This parameter must be provided. | ||||||
| #hold_current: | #hold_current: | ||||||
| #   The amount of current (in amps) to configure the driver to use | #   The amount of current (in amps RMS) to configure the driver to use | ||||||
| #   when the stepper is not moving. The default is to use the same | #   when the stepper is not moving. The default is to use the same | ||||||
| #   value as run_current. | #   value as run_current. | ||||||
| #sense_resistor: 0.110 | #sense_resistor: 0.110 | ||||||
| @@ -1506,10 +1506,10 @@ | |||||||
| #   If true, enable step interpolation (the driver will internally | #   If true, enable step interpolation (the driver will internally | ||||||
| #   step at a rate of 256 micro-steps). The default is True. | #   step at a rate of 256 micro-steps). The default is True. | ||||||
| #run_current: | #run_current: | ||||||
| #   The amount of current (in amps) to configure the driver to use | #   The amount of current (in amps RMS) to configure the driver to use | ||||||
| #   during stepper movement. This parameter must be provided. | #   during stepper movement. This parameter must be provided. | ||||||
| #hold_current: | #hold_current: | ||||||
| #   The amount of current (in amps) to configure the driver to use | #   The amount of current (in amps RMS) to configure the driver to use | ||||||
| #   when the stepper is not moving. The default is to use the same | #   when the stepper is not moving. The default is to use the same | ||||||
| #   value as run_current. | #   value as run_current. | ||||||
| #sense_resistor: 0.110 | #sense_resistor: 0.110 | ||||||
| @@ -1615,8 +1615,8 @@ | |||||||
| #   step at a rate of 256 micro-steps). This only works if microsteps | #   step at a rate of 256 micro-steps). This only works if microsteps | ||||||
| #   is set to 16. The default is True. | #   is set to 16. The default is True. | ||||||
| #run_current: | #run_current: | ||||||
| #   The amount of current (in ampere) used by the driver during stepper | #   The amount of current (in amps RMS) used by the driver during | ||||||
| #   movement. This parameter must be provided. | #   stepper movement. This parameter must be provided. | ||||||
| #sense_resistor: | #sense_resistor: | ||||||
| #   The resistance (in ohms) of the motor sense resistor. This parameter | #   The resistance (in ohms) of the motor sense resistor. This parameter | ||||||
| #   must be provided. | #   must be provided. | ||||||
| @@ -1680,10 +1680,10 @@ | |||||||
| #   If true, enable step interpolation (the driver will internally | #   If true, enable step interpolation (the driver will internally | ||||||
| #   step at a rate of 256 micro-steps). The default is True. | #   step at a rate of 256 micro-steps). The default is True. | ||||||
| #run_current: | #run_current: | ||||||
| #   The amount of current (in amps) to configure the driver to use | #   The amount of current (in amps RMS) to configure the driver to use | ||||||
| #   during stepper movement. This parameter must be provided. | #   during stepper movement. This parameter must be provided. | ||||||
| #hold_current: | #hold_current: | ||||||
| #   The amount of current (in amps) to configure the driver to use | #   The amount of current (in amps RMS) to configure the driver to use | ||||||
| #   when the stepper is not moving. The default is to use the same | #   when the stepper is not moving. The default is to use the same | ||||||
| #   value as run_current. | #   value as run_current. | ||||||
| #sense_resistor: 0.075 | #sense_resistor: 0.075 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user