Firmware2/Marlin/src/feature
2021-09-12 19:30:05 -05:00
..
bedlevel 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT 2021-09-12 19:30:00 -05:00
dac 🎨 Update MKSPWC, some other pins (#22557) 2021-08-18 20:39:41 -05:00
digipot MCP4451 Digipot Support for Azteeg X5 GT (#21680) 2021-04-24 00:59:31 -05:00
leds 🎨 Fix some formatting, F() versus PSTR() 2021-09-12 19:16:13 -05:00
mmu 🎨 Add MMU2 enabled() accessor 2021-07-21 00:00:16 -05:00
password Fix password menu stickiness before first auth (#21295) 2021-03-10 16:02:35 -06:00
ammeter.cpp 🎨 Laser Ammeter followup (#22079) 2021-06-15 00:09:52 -05:00
ammeter.h 🎨 Laser Ammeter followup (#22079) 2021-06-15 00:09:52 -05:00
babystep.cpp Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
babystep.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
backlash.cpp ♻️ Refactor axis counts and loops 2021-05-22 16:08:08 -05:00
backlash.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
baricuda.cpp
baricuda.h
binary_stream.cpp
binary_stream.h 🎨 Spellcheck code (#22531) 2021-08-08 21:40:52 -05:00
bltouch.cpp Serial refactor. Default 8-bit ECHO to int, not char (#20985) 2021-02-08 00:37:24 -06:00
bltouch.h Optimize BLTouch code for size (#21477) 2021-03-29 20:56:44 -05:00
cancel_object.cpp Make Cancel Objects reporting optional (#21698) 2021-04-26 18:32:13 -05:00
cancel_object.h
caselight.cpp ♻️ LEDs refactor and extend (#21962) 2021-05-29 15:11:32 -05:00
caselight.h Patches for CASE_LIGHT_USE_RGB_LED (#21811) 2021-05-15 15:05:53 -05:00
closedloop.cpp
closedloop.h
controllerfan.cpp Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) 2021-08-18 20:39:41 -05:00
controllerfan.h
cooler.cpp 🏗️ Allow headless Flow Meter (#22234) 2021-07-17 02:31:54 -05:00
cooler.h 🏗️ Allow headless Flow Meter (#22234) 2021-07-17 02:31:54 -05:00
direct_stepping.cpp Fix some serial char, echo 2021-02-04 19:20:28 -06:00
direct_stepping.h General cleanup, use _BV 2021-01-16 22:53:50 -06:00
e_parser.cpp
e_parser.h Soft Reset via Serial or post-kill button click (#21652) 2021-04-24 02:53:52 -05:00
encoder_i2c.cpp 🐛 Spellcheck comments (#22496) 2021-08-18 20:29:56 -05:00
encoder_i2c.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
ethernet.cpp 🩹 Tweak startup message (#22633) 2021-09-12 19:18:23 -05:00
ethernet.h
fanmux.cpp
fanmux.h Remove extraneous 'extern' hints (#21516) 2021-04-02 14:22:43 -05:00
filwidth.cpp
filwidth.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
fwretract.cpp 🎨 Macros for optional arguments (#21969) 2021-05-29 15:09:07 -05:00
fwretract.h 🎨 Macros for optional arguments (#21969) 2021-05-29 15:09:07 -05:00
host_actions.cpp Enable Purge More / Resume with EP + Host Prompt (#21671) 2021-04-22 18:43:28 -05:00
host_actions.h
hotend_idle.cpp Clean up formatting, wrap macros 2021-04-23 19:21:39 -05:00
hotend_idle.h Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
joystick.cpp ♻️ Refactor axis counts and loops 2021-05-22 16:08:08 -05:00
joystick.h 🎨 Check flags without ENABLED 2021-07-17 01:54:27 -05:00
max7219.cpp Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
max7219.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
meatpack.cpp Apply pointer formatting 2021-03-29 20:36:37 -05:00
meatpack.h Followup to "no status for serial::write" (#21577) 2021-04-10 15:35:45 -05:00
mixing.cpp 🎨 Misc code and spacing cleanup 2021-09-12 19:17:24 -05:00
mixing.h Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
pause.cpp MarlinUI for Ender 3 v2 DWIN LCD (#22594) 2021-09-12 19:17:52 -05:00
pause.h Pause and PLR refinements 2021-05-05 07:31:48 -05:00
power_monitor.cpp Fix and improve Power Monitor (#21551) 2021-04-13 15:17:52 -05:00
power_monitor.h Fix and improve Power Monitor (#21551) 2021-04-13 15:17:52 -05:00
power.cpp 🎨 Fix some formatting, F() versus PSTR() 2021-09-12 19:16:13 -05:00
power.h ♻️ Consolidate PSU_CONTROL (#22304) 2021-08-18 20:39:22 -05:00
powerloss.cpp 🎨 Move HAS_EXTRUDERS 2021-05-22 16:18:42 -05:00
powerloss.h 🎨 Check flags without ENABLED 2021-07-17 01:54:27 -05:00
probe_temp_comp.cpp 🎨 Misc code and spacing cleanup 2021-09-12 19:17:24 -05:00
probe_temp_comp.h 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) 2021-06-15 00:11:34 -05:00
repeat.cpp Serial refactor. Default 8-bit ECHO to int, not char (#20985) 2021-02-08 00:37:24 -06:00
repeat.h
runout.cpp Filament Runout handling for Mixing Extruder (#20327) 2021-02-28 20:16:22 -06:00
runout.h Add and apply REPEAT_1 macro 2021-05-15 15:05:53 -05:00
solenoid.cpp Don't apply hotend_offset.z to Z soft endstops (#20675) 2021-01-04 23:48:42 -06:00
solenoid.h
spindle_laser_types.h Laser Test Fire (#20452) 2021-01-10 06:01:25 -06:00
spindle_laser.cpp 🎨 Laser Ammeter followup (#22079) 2021-06-15 00:09:52 -05:00
spindle_laser.h Laser Cutter Air Assist (#21753) 2021-05-02 02:19:42 -05:00
stepper_driver_safety.cpp BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection (#21503) 2021-04-27 02:22:09 -05:00
stepper_driver_safety.h BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection (#21503) 2021-04-27 02:22:09 -05:00
tmc_util.cpp 🐛 Fix some Simulator on Windows issues (#22516) 2021-08-09 00:27:35 -05:00
tmc_util.h 🐛 Fix some Simulator on Windows issues (#22516) 2021-08-09 00:27:35 -05:00
tramming.cpp Up to 6 Tramming points (#20720) 2021-01-08 18:42:08 -06:00
tramming.h 🎨 screws_tilt_adjust_pos => tramming_points 2021-09-12 19:30:05 -05:00
twibus.cpp Serial macros cleanup 2021-02-28 20:02:24 -06:00
twibus.h Move some MarlinCore and MarlinUI code (#20832) 2021-01-21 03:40:07 -06:00
z_stepper_align.cpp Document, adjust some homing code 2021-01-02 03:41:06 -06:00
z_stepper_align.h