2.接线: 主板 传感器 SCK接SCL SD_SS接CS MISO接SDO MOSI接SDA GND接GND VCC接VCC (上图中EXP1的最下一排针脚就是GND和VCC) 3.配置printer.cfg: 新增如下内容 [adxl345] cs_pin:EXP2_4 #该值根据主板不同而变化,EXP2_4是根据上图1得来 spi_bus:spi axes_map:x,y,z [resonance_tester] accel_...
output_pin panel close #546 built-in keyboard v0.2.4 (Jul 3, 2022) Enable users to inject a custom script to start KlipperScreen (#660) basic support for extruder_stepper fan: add max and stop buttons v0.2.3 (May 31, 2022) job_status: ask for confirmation, and show saved offset ex...
(from gate_map, e.g. active_filament.material, active_filament.color) printer.mmu.next_tool : {int} 0..n | -1 for unknown | -2 for bypass (during a tool change) printer.mmu.last_tool : {int} 0..n | -1 for unknown | -2 for bypass (during a tool change after unload) ...
#spi_software_sclk_pin: #spi_software_mosi_pin: #spi_software_miso_pin: # 参见"常见的SPI设置"章节,以了解对上述参数的描述。 #axes_map: x, y, z # 打印机的X、Y和Z轴的加速度计轴。 # 如果加速度计的安装方向与打印机的方向不一致, # 可能需要修改该设定。 # 例如,可以将其设置为"y, x,...
SET_PIN SET_PIN PIN=config_name VALUE=<value>: Set the pin to the given output VALUE. VALUE should be 0 or 1 for "digital" output pins. For PWM pins, set to a value between 0.0 and 1.0, or between 0.0 and scale if a scale is configured in the output_pin config section. [pa...
MMU_GATE_MAP RESET=1- Reset information about the filament type, color and availability MMU_RECOVER- Automatically discover or manually reset filament position, selected gate, selected tool, filament availability (lots of options) Needless to say, other operations can update specific state ...
self.output("Unable to map pin: %s" % (line,)) return None if line: parts = line.split() if parts[0] in self.local_commands: self.local_commands[parts[0]](parts) return None return line def process_kbd(self, eventtime): self.data += os.read(self.fd, 4096) kbdlines = self....
recovery_time: 0.0 pin: ^tools:PC5 z_offset: 0 [probe_G38_multi my_probe] # This probe will not be associated to an extruder (unless there is one named "my_probe"). recovery_time: 0.0 pin: ^tools:PB1 z_offset: 0For convenience, their status can show up next to the endstops ...
usb-Klipper_rp2040_<mySerial> [adxl345] cs_pin: adxl:gpio1 spi_bus: spi0a axes_map: x,z,y [resonance_tester] accel_chip: adxl345 probe_points: # Somewhere slightly above the middle of your print bed 147,154, 20 [output_pin power_mode] # Improve power stability pin: adxl...
(from gate_map, e.g. active_filament.material, active_filament.color) printer.mmu.next_tool : {int} 0..n | -1 for unknown | -2 for bypass (during a tool change) printer.mmu.last_tool : {int} 0..n | -1 for unknown | -2 for bypass (during a tool change after unload) ...