Marlin 2.0 for Flying Bear 4S/5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Katelyn Schiesser ef41c1f452 🐛 Fix IJK axis references, E stepper indices (#22176) 3 years ago
..
bedlevel 🐛 Prevent stepper sleep during long UBL idle (#22137) 3 years ago
dac 🐛 Fix IJK axis references, E stepper indices (#22176) 3 years ago
digipot MCP4451 Digipot Support for Azteeg X5 GT (#21680) 3 years ago
leds 🐛 Fix dual Neopixels (#22174) 3 years ago
mmu 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) 3 years ago
password Fix password menu stickiness before first auth (#21295) 3 years ago
ammeter.cpp 🎨 Laser Ammeter followup (#22079) 3 years ago
ammeter.h 🎨 Laser Ammeter followup (#22079) 3 years ago
babystep.cpp Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
babystep.h Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
backlash.cpp ♻️ Refactor axis counts and loops 3 years ago
backlash.h Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
baricuda.cpp Fix links to secure sites (#18745) 4 years ago
baricuda.h Fix links to secure sites (#18745) 4 years ago
binary_stream.cpp Optimize G-code / feature dependencies (#18919) 4 years ago
binary_stream.h 🚑️ Prevent BFT unaligned compressed data corruption (#22134) 3 years ago
bltouch.cpp Serial refactor. Default 8-bit ECHO to int, not char (#20985) 3 years ago
bltouch.h Optimize BLTouch code for size (#21477) 3 years ago
cancel_object.cpp Make Cancel Objects reporting optional (#21698) 3 years ago
cancel_object.h Fix links to secure sites (#18745) 4 years ago
caselight.cpp ♻️ LEDs refactor and extend (#21962) 3 years ago
caselight.h Patches for CASE_LIGHT_USE_RGB_LED (#21811) 3 years ago
closedloop.cpp Fix links to secure sites (#18745) 4 years ago
closedloop.h Fix links to secure sites (#18745) 4 years ago
controllerfan.cpp Fix Arduino DUE compilation (#20058) 4 years ago
controllerfan.h Fix Arduino DUE compilation (#20058) 4 years ago
cooler.cpp Laser Coolant Flow Meter / Safety Shutdown (#21431) 3 years ago
cooler.h 🐛 Fix flowmeter calculation (#21959) 3 years ago
direct_stepping.cpp Fix some serial char, echo 3 years ago
direct_stepping.h General cleanup, use _BV 3 years ago
e_parser.cpp Handle M410 in the main task (#19752) 4 years ago
e_parser.h Soft Reset via Serial or post-kill button click (#21652) 3 years ago
encoder_i2c.cpp ♻️ Refactor Linear / Logical / Distinct Axes (#21953) 3 years ago
encoder_i2c.h Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
ethernet.cpp Number serial from 1 to match settings 3 years ago
ethernet.h Teensy 4.1 Ethernet support (#19801) 4 years ago
fanmux.cpp Fix links to secure sites (#18745) 4 years ago
fanmux.h Remove extraneous 'extern' hints (#21516) 3 years ago
filwidth.cpp Fix links to secure sites (#18745) 4 years ago
filwidth.h Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
fwretract.cpp 🎨 Macros for optional arguments (#21969) 3 years ago
fwretract.h 🎨 Macros for optional arguments (#21969) 3 years ago
host_actions.cpp Enable Purge More / Resume with EP + Host Prompt (#21671) 3 years ago
host_actions.h Tweak a host prompt call 4 years ago
hotend_idle.cpp Clean up formatting, wrap macros 3 years ago
hotend_idle.h Fix links to secure sites (#18745) 4 years ago
joystick.cpp ♻️ Refactor axis counts and loops 3 years ago
joystick.h More IntelliSense-friendly declarations 3 years ago
max7219.cpp Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
max7219.h Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
meatpack.cpp Apply pointer formatting 3 years ago
meatpack.h Followup to "no status for serial::write" (#21577) 3 years ago
mixing.cpp Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
mixing.h Replace 'const float &' with 'const_float_t' (#21505) 3 years ago
pause.cpp Fix and improve Power-Loss Recovery (#21779, #21894) 3 years ago
pause.h Pause and PLR refinements 3 years ago
power.cpp Allow disable of POWER_TIMEOUT (#21771) 3 years ago
power.h Add POWER_OFF_DELAY option (#19987) 4 years ago
power_monitor.cpp Fix and improve Power Monitor (#21551) 3 years ago
power_monitor.h Fix and improve Power Monitor (#21551) 3 years ago
powerloss.cpp 🎨 Move HAS_EXTRUDERS 3 years ago
powerloss.h 🎨 Adjust some conditionals 3 years ago
probe_temp_comp.cpp Add whole-degree accessors, simplify some temperature-related features (#21685) 3 years ago
probe_temp_comp.h 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) 3 years ago
repeat.cpp Serial refactor. Default 8-bit ECHO to int, not char (#20985) 3 years ago
repeat.h Add "End Repeat Loops" menu item 4 years ago
runout.cpp Filament Runout handling for Mixing Extruder (#20327) 3 years ago
runout.h Add and apply REPEAT_1 macro 3 years ago
solenoid.cpp Don't apply hotend_offset.z to Z soft endstops (#20675) 4 years ago
solenoid.h Fix links to secure sites (#18745) 4 years ago
spindle_laser.cpp 🎨 Laser Ammeter followup (#22079) 3 years ago
spindle_laser.h Laser Cutter Air Assist (#21753) 3 years ago
spindle_laser_types.h Laser Test Fire (#20452) 3 years ago
stepper_driver_safety.cpp BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection (#21503) 3 years ago
stepper_driver_safety.h BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection (#21503) 3 years ago
tmc_util.cpp 🏗️ Support for up to 6 linear axes (#19112) 3 years ago
tmc_util.h 🎨 Cosmetic changes for G28 3 years ago
tramming.cpp Up to 6 Tramming points (#20720) 3 years ago
tramming.h Up to 6 Tramming points (#20720) 3 years ago
twibus.cpp Serial macros cleanup 3 years ago
twibus.h Move some MarlinCore and MarlinUI code (#20832) 3 years ago
z_stepper_align.cpp Document, adjust some homing code 4 years ago
z_stepper_align.h Fix links to secure sites (#18745) 4 years ago