MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
15.97k stars 19.09k forks source link

Allow touch screen fan edit for LASER_SYNCHRONOUS_M106_M107 #27064

Closed vovodroid closed 1 week ago

vovodroid commented 3 weeks ago

Currently touch screen fan edit doesn't work with LASER_SYNCHRONOUS_M106_M107 enabled. This PR adds call to planner.buffer_sync_block in this case.