Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Raise a config error on invalid register_command() | Kevin O'Connor | 2019-02-18 | 1 | -6/+7 |
| | | | | | | | Raise a printer.config_error() on an invalid register_command() call. This error is easier to handle for the vast majority of callers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | tsl1401cl_filament_width_sensor: Filament Width Sensor Support (#1132) | nopbit | 2019-02-14 | 1 | -0/+130 |
Support added for filament diameter sensor. Sample configuration parameters added to example-extras.cfg. Signed-off-by: Mustafa YILDIZ <mydiz@hotmail.com> |