Autocommit from 2025-05-17 18:33:54
Klipper version: v0.13.0-114-g841a9ca2 Moonraker version: v0.9.3-74-g1c12414 Mainsail version: v2.14.0
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
##########################################################################################
|
||||
# The servo hardware configuration. Change the values to your needs.
|
||||
#
|
||||
[mmu_servo blobifier]
|
||||
# Pin for the servo.
|
||||
pin: PG14
|
||||
# Adjust this value until a 'BLOBIFIER_SERVO POS=out' extends the tray fully without a
|
||||
# buzzing sound
|
||||
minimum_pulse_width: 0.00053
|
||||
# Adjust this value until a 'BLOBIFIER_SERVO POS=in' retracts the tray fully without a
|
||||
# buzzing sound
|
||||
maximum_pulse_width: 0.0023
|
||||
# Leave this value at 180
|
||||
maximum_servo_angle: 180
|
||||
|
||||
|
||||
##########################################################################################
|
||||
# The bucket hardware configuration. Change the pin to whatever pin you've connected the
|
||||
# switch to.
|
||||
#
|
||||
[gcode_button bucket]
|
||||
pin: ^PG15 # The pullup ( ^ ) is important here.
|
||||
press_gcode:
|
||||
M117 bucket installed
|
||||
release_gcode:
|
||||
M117 bucket removed
|
||||
_BLOBIFIER_COUNT_RESET
|
||||
Reference in New Issue
Block a user