alexqzd / 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.
http://marlinfw.org
GNU General Public License v3.0
197 stars 71 forks source link

Quality of Useability Improvments #21

Closed junland closed 2 years ago

junland commented 2 years ago

Thanks @alexqzd for this wonderful firmware. First time 3D printing and your firmware has helped a lot.

Wanted to see if it would be possible to add some extra functionality for better usability:

alexqzd commented 2 years ago

Thank you for your suggestions! BTW you can put an M300 command on your end gcode to make it beep at the end. The latest JyersUI build has support for gcode macros which could be used to automate the Z axis movement and more. I'll port those updates once I'm done with the H32 firmware

junland commented 2 years ago

Thanks! Closing this issue then.