ambrop72 / aprinter

3D printer firmware written in C++
Other
143 stars 42 forks source link

Feature request for some pretty useful codes #2

Closed wolfmanjm closed 8 years ago

wolfmanjm commented 10 years ago

M220 Snnn where nnn is the percentage speed is very useful for fine tuning prints. M92 Ennn which sets e steps/mm, this is essential for those of us that tweak extruder flow for the different filaments by changing E steps. M204 Snnn which sets acceleration would be nice M80/81 for turning Power supply on and off (for atx an open collector output is best) M500 and associated for storing these in eeprom.

Allow limiting of speed in Cartesian axis... eg I need to limit speed in Z only to half the speed in X or Y.

ambrop72 commented 8 years ago

Hey, Most of this is done, though some of it is via the runtime-configuration system rather than the specific commands you mentioned.

Power supply stuff is not done yet though. Closing this anyway.