Firmware2/Marlin/src/feature
2020-01-05 02:52:38 -06:00
..
bedlevel Fix MIN_PROBE_EDGE bug in default ABL G29 (#16367) 2020-01-03 17:46:26 -06:00
dac Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
digipot Fix BLTOUCH and FAN PWM conflicts on SKR E3 boards (#15547) 2019-10-15 14:18:46 -05:00
leds Reduce need for UNUSED 2019-09-30 22:56:22 -05:00
prusa_MMU2 Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
touch Patch use of UNUSED 2019-09-17 00:05:35 -05:00
babystep.cpp Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
babystep.h Add reporting to M290 (#15376) 2019-09-28 16:58:48 -05:00
backlash.cpp Poll *all* enabled endstop pins (#15525) 2019-10-15 13:28:04 -05:00
backlash.h Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
baricuda.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
baricuda.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
binary_protocol.cpp Marlin Binary Protocol Mark II (#14817) 2019-08-05 20:41:53 -05:00
binary_protocol.h Cardreader read/write open methods 2019-12-12 18:46:49 -06:00
bltouch.cpp Fix some debug out lines 2019-09-14 16:45:06 -05:00
bltouch.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
cancel_object.cpp Confirm object cancellation (#15660) 2019-10-27 19:50:21 -05:00
cancel_object.h Confirm object cancellation (#15660) 2019-10-27 19:50:21 -05:00
caselight.cpp Fix unused var warning (#16467) 2020-01-05 02:52:38 -06:00
caselight.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
closedloop.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
closedloop.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
controllerfan.cpp Add and apply REPEAT macro (#15829) 2019-11-09 17:59:04 -06:00
controllerfan.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
emergency_parser.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
emergency_parser.h Add emergency_parser.h dependency 2019-09-09 18:04:25 -05:00
fanmux.cpp Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
fanmux.h Drop C-style 'void' argument 2019-09-16 20:31:21 -05:00
filwidth.cpp Filament Width Sensor singleton (#15191) 2019-09-10 18:48:58 -05:00
filwidth.h Use native ADC resolution where possible (#15719) 2019-11-06 17:49:17 -06:00
fwretract.cpp Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
fwretract.h Add a feedRate_t data type (#15349) 2019-09-26 01:28:09 -05:00
host_actions.cpp Add Host Prompt Notification Method (#15942) 2019-12-01 17:39:28 -06:00
host_actions.h Add Host Prompt Notification Method (#15942) 2019-12-01 17:39:28 -06:00
I2CPositionEncoder.cpp Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
I2CPositionEncoder.h Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
joystick.cpp Add option to invert joystick axes (#16466) 2020-01-05 02:01:05 -06:00
joystick.h Add custom types for position (#15204) 2019-09-29 04:25:39 -05:00
Max7219_Debug_LEDs.cpp Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
Max7219_Debug_LEDs.h Reduce need for UNUSED 2019-09-30 22:56:22 -05:00
mixing.cpp Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
mixing.h Fix mixing for up to 6 steppers (#15374) 2019-09-28 19:12:23 -05:00
pause.cpp Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
pause.h Show "FILAMENT CHANGE" during filament change 2019-10-03 07:45:52 -05:00
power_loss_recovery.cpp Power Loss Recovery with a UPS (#15943) 2019-11-20 17:40:21 -06:00
power_loss_recovery.h Power Loss Recovery with a UPS (#15943) 2019-11-20 17:40:21 -06:00
power.cpp Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
power.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
runout.cpp Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
runout.h Handle runout in runout.cpp 2019-10-03 06:27:30 -05:00
snmm.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
snmm.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
solenoid.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
solenoid.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
spindle_laser.cpp Spindle/Laser power in planner blocks (#14437) 2019-10-15 16:10:20 -05:00
spindle_laser.h Add Laser / Spindle bitmap for LCD (#16068) 2019-12-01 21:20:15 -06:00
tmc_util.cpp Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 2020-01-02 19:01:38 -06:00
tmc_util.h Standardize drivers.h values, add class indirection (#16448) 2020-01-03 17:11:36 -06:00
twibus.cpp Less use of "this" 2019-09-25 09:29:58 -05:00
twibus.h More compatible uint8_t for Experimental i2c Bus buffer (#15788) 2019-11-04 16:28:16 -06:00