pixelpusher / liveprinter

Livecoding for 3D printers
GNU Affero General Public License v3.0
40 stars 5 forks source link

use template literals for midi and raw gcode #33

Closed pixelpusher closed 5 years ago

pixelpusher commented 6 years ago

use ES6 template literals to parse midi and gcode blocks: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

midi`54 45 65`

pixelpusher commented 5 years ago

No longer an issue with the new GCode editor