Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-29mcu: Delay reset signaling for usb to canbus bridge nodesKevin O'Connor
2021-11-22mcu: Add checks to ensure pin max_duration doesn't overflow 32bit counterKevin O'Connor
2021-11-22mcu: Verify start value equal to shutdown value when using max durationKevin O'Connor
2021-11-07mcu: Make a minor change to the protocol to require mcu updateKevin O'Connor
2021-11-02pins: Remove support for deprecated pin_map optionKevin O'Connor
2021-10-02mcu: Convert to Python3 string encodingKevin O'Connor
2021-09-16configfile: Add support for reporting deprecated optionsKevin O'Connor
2021-08-28mcu: Support multi-mcu homingKevin O'Connor
2021-08-18mcu: Return time of trigger from home_wait()Kevin O'Connor
2021-08-06stepper: Query the stepper mcu position during startupKevin O'Connor
2021-07-29mcu: Support returning the mcu reported shutdown timeKevin O'Connor
2021-07-09mcu: Set reqclock on trsync_start commandsKevin O'Connor
2021-06-10homing: Check for failures during multi-endstop homingKevin O'Connor
2021-06-10mcu: Enable trdispatch infrastructure during homingKevin O'Connor
2021-06-10trsync: Introduce new "trigger synchronization" supportKevin O'Connor
2021-06-10mcu: Raise config_error (not protocol error) on pin enumeration errorsKevin O'Connor
2021-06-10serialhdl: Support prepending a warn_prefix to error and log messagesKevin O'Connor
2021-05-03klippy: Report known software versions on a protocol error during connectionKevin O'Connor
2021-04-30endstop: Report trigger time in endstop_query responseKevin O'Connor
2021-04-30stepper: Remove min_stop_interval from mcu codeKevin O'Connor
2021-03-19mcu: Update hints for "Timer too close" and "No next step" errorsKevin O'Connor
2021-03-13mcu: Add support for connecting to devices on a CAN busKevin O'Connor
2021-03-11tmc2130: Verify SPI register writesKevin O'Connor
2021-03-02serialhdl: Update callers to decide serial fd typeKevin O'Connor
2021-02-27mcu: Raise a command_error on a command timeout eventKevin O'Connor
2021-02-18buildcommands: Extend number of available mcu messages from 96 to 128Kevin O'Connor
2021-02-18msgproto: Avoid peeking into the msgproto class membersKevin O'Connor
2021-01-20mcu: Add a get_status() callback with micro-controller info and statsKevin O'Connor
2020-12-15heaters: Always register heater pin as a pwm pinKevin O'Connor
2020-12-10gpiocmds: Merge digital output and soft pwm codeKevin O'Connor
2020-12-05gpiocmds: Use move queue for software pwmKevin O'Connor
2020-12-05gpiocmds: Use move queue for digital output pinsPascal Pieper
2020-12-05pwmcmds: Use move queue for hard PWMPascal Pieper
2020-12-05mcu: Support reserving move queue slotsPascal Pieper
2020-12-05gpiocmds: Send soft pwm cycle_time separately from schedule_soft_pwm_outKevin O'Connor
2020-10-29mcu: Add support for setting reqclock in CommandQueryWrapper.send()Kevin O'Connor
2020-10-28mcu: Don't default serial config option to /dev/ttyS0Kevin O'Connor
2020-10-11mcu: Increase the time to reset a pwm pin during startupKevin O'Connor
2020-09-28mcu: Fix set_pwm() for hard pwmKevin O'Connor
2020-09-27mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor
2020-09-27gpiocmds: Add soft-pwm frequency modulation supportGuy Shapira
2020-09-17mcu: Setup for steppersync_free to be automatically calledKevin O'Connor
2020-09-17mcu: Don't define a __del__() methodKevin O'Connor
2020-09-09mcu: Use schedule_pwm_out instead of set_pwm_out on a restartKevin O'Connor
2020-07-25mcu: Reset pwm and digital output pins to start values on a host restartKevin O'Connor
2020-07-25mcu: Add support for commands to send only on a host restartKevin O'Connor
2020-07-19mcu: Remove undocumented "custom" config parameterKevin O'Connor
2020-06-16mcu: Avoid using "async" for variables as it conflicts with Python3Kevin O'Connor
2020-04-02serial: Add Fysetc Cheetah board specific reset sequenceGrigori Goronzy
2020-03-22mcu: Shutdown if a spontaneous restart of an mcu is observedKevin O'Connor