0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-20 00:22:29 +00:00
MarlinFirmware/Marlin/src/feature
Scott Lahteine a80a303cbe 🧑‍💻 EXTRUDER_LOOP macro
2022-03-23 00:31:13 -05:00
..
adc M3426 to read i2c MCP3426 ADC (#23184) 2021-12-04 17:47:08 -06:00
bedlevel 🐛 Fix UBL 'G29 Q1' bug 2022-03-12 16:00:48 -06:00
dac 🎨 Fewer serial macros 2021-09-09 05:41:58 -05:00
digipot 🧑‍💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) 2022-03-13 17:17:35 -05:00
leds 🧑‍💻 Add neo.set_background_color(rgbw) 2022-03-23 00:31:13 -05:00
mmu 🔨 Suppress MMU2 resume_position warning 2022-03-23 00:31:13 -05:00
password 🧑‍💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU 2022-01-25 15:47:37 -06:00
ammeter.cpp 🎨 Laser Ammeter followup (#22079) 2021-06-08 07:51:28 -05:00
ammeter.h 🎨 Laser Ammeter followup (#22079) 2021-06-08 07:51:28 -05:00
babystep.cpp Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
babystep.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
backlash.cpp 🐛 Fix backlash applied steps when config changes (#23826) 2022-03-01 16:14:52 -06:00
backlash.h 🐛 Fix backlash applied steps when config changes (#23826) 2022-03-01 16:14:52 -06:00
baricuda.cpp
baricuda.h
binary_stream.cpp
binary_stream.h 🎨 Fewer serial macros 2021-09-09 05:41:58 -05:00
bltouch.cpp ✏️ Fix missing brace (#23337) 2021-12-23 01:32:27 -06:00
bltouch.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
cancel_object.cpp 🎨 Apply F() to status message 2021-10-04 00:26:29 -05:00
cancel_object.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
caselight.cpp ♻️ Refactor HAL as singleton (#23357) 2022-02-18 14:38:23 -06:00
caselight.h 🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (#23590) 2022-02-01 17:35:38 -06:00
closedloop.cpp 💡 Adjust headers, formatting 2021-09-16 04:39:43 -05:00
closedloop.h
controllerfan.cpp ♻️ Refactor HAL as singleton (#23357) 2022-02-18 14:38:23 -06:00
controllerfan.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
cooler.cpp 🏗️ Allow headless Flow Meter (#22234) 2021-07-12 00:22:08 -05:00
cooler.h 🏗️ Allow headless Flow Meter (#22234) 2021-07-12 00:22:08 -05:00
direct_stepping.cpp 🧑‍💻 Misc. updates for extra axes (#23521) 2022-01-14 03:14:13 -06:00
direct_stepping.h 🧑‍💻 Misc. updates for extra axes (#23521) 2022-01-14 03:14:13 -06:00
e_parser.cpp
e_parser.h ♻️ Refactor HAL as singleton (#23357) 2022-02-18 14:38:23 -06:00
easythreed_ui.cpp 🎨 Misc. cleanup, comments 2022-01-06 05:10:56 -06:00
easythreed_ui.h EasyThreeD ET4000+ board and UI (#23080) 2021-11-23 15:52:18 -06:00
encoder_i2c.cpp 🔨 Allow I2CPE_ENC_n_INVERT set to false 2022-03-23 00:31:13 -05:00
encoder_i2c.h 🎨 Fewer serial macros 2021-09-09 05:41:58 -05:00
ethernet.cpp 🩹 Tweak startup message (#22633) 2021-08-25 18:08:27 -05:00
ethernet.h
fancheck.cpp Fan tachometer support (#23086) 2021-11-23 14:01:53 -06:00
fancheck.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
fanmux.cpp
fanmux.h Remove extraneous 'extern' hints (#21516) 2021-04-02 14:22:43 -05:00
filwidth.cpp
filwidth.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
fwretract.cpp 🧑‍💻 EXTRUDER_LOOP macro 2022-03-23 00:31:13 -05:00
fwretract.h 🧑‍💻 EXTRUDER_LOOP macro 2022-03-23 00:31:13 -05:00
host_actions.cpp 🧑‍💻 Drop hostui.flag 2022-02-08 18:02:28 -06:00
host_actions.h 🧑‍💻 Drop hostui.flag 2022-02-08 18:02:28 -06:00
hotend_idle.cpp 🎨 Apply F() to status message 2021-10-04 00:26:29 -05:00
hotend_idle.h
joystick.cpp ️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) 2022-03-17 22:15:26 -05:00
joystick.h 🎨 Check flags without ENABLED 2021-07-09 17:09:58 -05:00
max7219.cpp 🎨 Apply F() to various reports 2021-10-04 00:26:29 -05:00
max7219.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
meatpack.cpp 🎨 Apply F() to serial macros 2021-10-04 00:26:29 -05:00
meatpack.h Followup to "no status for serial::write" (#21577) 2021-04-10 15:35:45 -05:00
mixing.cpp 🚸 Fix, extend X Axis Twist Compensation (#23745) 2022-03-11 17:12:03 -06:00
mixing.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
pause.cpp 🚸 Update Ender3 V2/S1 Pro UI (#23878) 2022-03-11 14:06:49 -06:00
pause.h 🚸 Use M600 for disabled MMU (#21865) 2021-12-13 18:47:57 -06:00
power.cpp 🐛 Fix conditional M81 suicide (#23549) 2022-01-19 02:13:47 -06:00
power.h 🩹 Fix power.h compile (#23573) 2022-01-20 05:58:36 -06:00
power_monitor.cpp 🧑‍💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU 2022-01-25 15:47:37 -06:00
power_monitor.h Fix and improve Power Monitor (#21551) 2021-04-13 15:17:52 -05:00
powerloss.cpp 🧑‍💻 EXTRUDER_LOOP macro 2022-03-23 00:31:13 -05:00
powerloss.h 🚸 Fix, Improve Power-Loss Recovery (#22828) 2022-02-09 12:29:34 -06:00
probe_temp_comp.cpp ️ Apply PTC on all probing (#23764) 2022-02-21 19:15:52 -06:00
probe_temp_comp.h ️ Apply PTC on all probing (#23764) 2022-02-21 19:15:52 -06:00
repeat.cpp 💡 Adjust headers, formatting 2021-09-16 04:39:43 -05:00
repeat.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
runout.cpp 🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI 2022-03-10 22:15:35 -06:00
runout.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
solenoid.cpp 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER 2022-03-23 00:31:13 -05:00
solenoid.h 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER 2022-03-23 00:31:13 -05:00
spindle_laser.cpp ♻️ Refactor HAL as singleton (#23357) 2022-02-18 14:38:23 -06:00
spindle_laser.h ♻️ Refactor HAL as singleton (#23357) 2022-02-18 14:38:23 -06:00
spindle_laser_types.h 🩹 Fix non-PWM cutter compile (#23169) 2021-12-06 15:52:18 -06:00
stepper_driver_safety.cpp 🎨 Apply F() to various reports 2021-10-04 00:26:29 -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 TMC26X CS pins init (#23778) 2022-02-21 21:16:57 -06:00
tmc_util.h 🐛 Fix TMC26X CS pins init (#23778) 2022-02-21 21:16:57 -06:00
tramming.cpp
tramming.h 🎨 screws_tilt_adjust_pos => tramming_points 2021-08-29 23:10:00 -05:00
twibus.cpp 🐛 Fix TWIBus Wire.begin call (#23183) 2021-12-06 15:40:18 -06:00
twibus.h 🧑‍💻 Remove extraneous 'inline' hints 2021-12-28 06:07:55 -06:00
x_twist.cpp 🚸 Fix, extend X Axis Twist Compensation (#23745) 2022-03-11 17:12:03 -06:00
x_twist.h 🚸 Universal X_AXIS_TWIST_COMPENSATION (#23828) 2022-03-02 16:13:46 -06:00
z_stepper_align.cpp 🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable 2022-03-02 17:50:55 -06:00
z_stepper_align.h 🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable 2022-03-02 17:50:55 -06:00