mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 13:34:06 -06:00
Merge pull request #1242 from john--/pr_generic_heater
Generic Heater Support
This commit is contained in:
commit
c6d1d1bd8c
4 changed files with 62 additions and 7 deletions
|
@ -1227,6 +1227,33 @@
|
|||
# Directly sets the default prefix. If present, this value will override
|
||||
# the "default_type".
|
||||
|
||||
# The heater_generic section is used to describe a custom/generic heater.
|
||||
# These behave the same as typical heaters (extruders, heated beds) and
|
||||
# can be configured as similarly.
|
||||
# However, a gcode_id must be supplied which is used for temperature reporting.
|
||||
# See notes on the SET_HEATER_TEMPERATURE command for setting the temperature.
|
||||
#[heater_generic my_generic_heater]
|
||||
#gcode_id: C
|
||||
# A mandatory parameter that is required for reporting the temperature
|
||||
# through the M105 command.
|
||||
#heater_pin:
|
||||
#max_power:
|
||||
#sensor_type:
|
||||
#sensor_pin:
|
||||
#pullup_resistor:
|
||||
#adc_voltage:
|
||||
#smooth_time:
|
||||
#control:
|
||||
#pid_Kp:
|
||||
#pid_Ki:
|
||||
#pid_Kd:
|
||||
#pid_integral_max:
|
||||
#pwm_cycle_time:
|
||||
#min_extrude_temp:
|
||||
#min_temp:
|
||||
#max_temp:
|
||||
# See the example.cfg for the definition of the above parameters.
|
||||
|
||||
# Pause/Resume functionality with support of position capture and restore
|
||||
#[pause_resume]
|
||||
#recover_velocity: 50.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue