0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-05 14:27:04 +00:00
MarlinFirmware/Marlin/src/feature
2021-08-25 18:08:27 -05:00
..
bedlevel 🐛 Spellcheck comments () 2021-08-03 19:02:34 -05:00
dac 🎨 Update MKSPWC, some other pins () 2021-08-13 16:32:25 -05:00
digipot MCP4451 Digipot Support for Azteeg X5 GT () 2021-04-24 00:59:31 -05:00
leds 🎨 Fix some formatting, F() versus PSTR() 2021-07-24 22:07:26 -05:00
mmu 🎨 Add MMU2 enabled() accessor 2021-07-17 03:10:54 -05:00
password Fix password menu stickiness before first auth () 2021-03-10 16:02:35 -06:00
ammeter.cpp 🎨 Laser Ammeter followup () 2021-06-08 07:51:28 -05:00
ammeter.h 🎨 Laser Ammeter followup () 2021-06-08 07:51:28 -05:00
babystep.cpp Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
babystep.h Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
backlash.cpp ♻️ Refactor axis counts and loops 2021-05-20 00:59:58 -05:00
backlash.h Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
baricuda.cpp
baricuda.h
binary_stream.cpp
binary_stream.h 🎨 Spellcheck code () 2021-08-08 02:26:54 -05:00
bltouch.cpp Serial refactor. Default 8-bit ECHO to int, not char () 2021-02-08 00:37:24 -06:00
bltouch.h Optimize BLTouch code for size () 2021-03-29 20:56:44 -05:00
cancel_object.cpp Make Cancel Objects reporting optional () 2021-04-26 18:32:13 -05:00
cancel_object.h
caselight.cpp ♻️ LEDs refactor and extend () 2021-05-25 18:38:23 -05:00
caselight.h Patches for CASE_LIGHT_USE_RGB_LED () 2021-05-06 06:10:18 -05:00
closedloop.cpp
closedloop.h
controllerfan.cpp Add TEMP_SENSOR_BOARD () 2021-07-11 20:41:33 -05:00
controllerfan.h Fix Arduino DUE compilation () 2020-11-10 03:32:08 -06:00
cooler.cpp 🏗️ Allow headless Flow Meter () 2021-07-12 00:22:08 -05:00
cooler.h 🏗️ Allow headless Flow Meter () 2021-07-12 00:22:08 -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 () 2021-04-24 02:53:52 -05:00
encoder_i2c.cpp 🐛 Spellcheck comments () 2021-08-03 19:02:34 -05:00
encoder_i2c.h Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
ethernet.cpp 🩹 Tweak startup message () 2021-08-25 18:08:27 -05:00
ethernet.h Teensy 4.1 Ethernet support () 2020-10-20 14:35:29 -05:00
fanmux.cpp
fanmux.h Remove extraneous 'extern' hints () 2021-04-02 14:22:43 -05:00
filwidth.cpp
filwidth.h Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
fwretract.cpp 🎨 Macros for optional arguments () 2021-05-23 21:33:22 -05:00
fwretract.h 🎨 Macros for optional arguments () 2021-05-23 21:33:22 -05:00
host_actions.cpp Enable Purge More / Resume with EP + Host Prompt () 2021-04-22 18:43:28 -05:00
host_actions.h Tweak a host prompt call 2020-10-19 20:39:36 -05:00
hotend_idle.cpp Clean up formatting, wrap macros 2021-04-23 19:21:39 -05:00
hotend_idle.h
joystick.cpp ♻️ Refactor axis counts and loops 2021-05-20 00:59:58 -05:00
joystick.h 🎨 Check flags without ENABLED 2021-07-09 17:09:58 -05:00
max7219.cpp Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
max7219.h Replace 'const float &' with 'const_float_t' () 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" () 2021-04-10 15:35:45 -05:00
mixing.cpp 🎨 Misc code and spacing cleanup 2021-08-21 20:30:12 -05:00
mixing.h Replace 'const float &' with 'const_float_t' () 2021-04-01 17:59:57 -05:00
pause.cpp MarlinUI for Ender 3 v2 DWIN LCD () 2021-08-22 05:53:43 -05:00
pause.h Pause and PLR refinements 2021-05-03 20:55:05 -05:00
power.cpp 🎨 Fix some formatting, F() versus PSTR() 2021-07-24 22:07:26 -05:00
power.h ♻️ Consolidate PSU_CONTROL () 2021-07-12 00:13:58 -05:00
power_monitor.cpp Fix and improve Power Monitor () 2021-04-13 15:17:52 -05:00
power_monitor.h Fix and improve Power Monitor () 2021-04-13 15:17:52 -05:00
powerloss.cpp 🎨 Move HAS_EXTRUDERS 2021-05-21 08:40:30 -05:00
powerloss.h 🎨 Check flags without ENABLED 2021-07-09 17:09:58 -05:00
probe_temp_comp.cpp 🎨 Misc code and spacing cleanup 2021-08-21 20:30:12 -05:00
probe_temp_comp.h 🐛 Use whole PROBE_TEMP_COMPENSATION values () 2021-06-13 16:56:18 -05:00
repeat.cpp Serial refactor. Default 8-bit ECHO to int, not char () 2021-02-08 00:37:24 -06:00
repeat.h Add "End Repeat Loops" menu item 2020-12-23 20:24:34 -06:00
runout.cpp Filament Runout handling for Mixing Extruder () 2021-02-28 20:16:22 -06:00
runout.h Add and apply REPEAT_1 macro 2021-05-08 01:41:40 -05:00
solenoid.cpp Don't apply hotend_offset.z to Z soft endstops () 2021-01-04 23:48:42 -06:00
solenoid.h
spindle_laser.cpp 🎨 Laser Ammeter followup () 2021-06-08 07:51:28 -05:00
spindle_laser.h Laser Cutter Air Assist () 2021-05-01 19:59:45 -05:00
spindle_laser_types.h Laser Test Fire () 2021-01-10 06:01:25 -06:00
stepper_driver_safety.cpp BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection () 2021-04-27 02:22:09 -05:00
stepper_driver_safety.h BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection () 2021-04-27 02:22:09 -05:00
tmc_util.cpp 🐛 Fix some Simulator on Windows issues () 2021-08-08 21:25:17 -05:00
tmc_util.h 🐛 Fix some Simulator on Windows issues () 2021-08-08 21:25:17 -05:00
tramming.cpp Up to 6 Tramming points () 2021-01-08 18:42:08 -06:00
tramming.h Up to 6 Tramming points () 2021-01-08 18:42:08 -06:00
twibus.cpp Serial macros cleanup 2021-02-28 20:02:24 -06:00
twibus.h Move some MarlinCore and MarlinUI code () 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