Claudio Prezzi
Claudio Prezzi
Could you write down a complete list of params needed and how they map to Smoothie and Grbl params?
Remember that I also have implemented a firmware feature list (https://github.com/LaserWeb/lw.comm-server/wiki/Firmware-feature-list) which could complement the settings feature.
My idea was to pack a responsive mini frontend into the static app folder. This could be usefull to controll the machine with a tablett or mobile and should not...
Homing for TinyG is not yet implemented, but sending homing commands like `G28.2 X0 Y0` with the console should work. According to https://github.com/synthetos/g2/wiki/Homing-g2core homing does NOT work exactly the same...
If we do that, we should also make file upload available, even if it is dead slow.
I have started implementing SD support for Smoothieware and MarlinKimbra in branch SD_support :)
I think Peter is right about performance. It could be very slow to recursively scan the whole SD card to build the tree object for the filemanager.
@jorgerobles Does it make sense to use this lib, if we don't need the tree feature? I don't like unnecessary dependencies (overhead). We just need a list with buttons. I...
I was concerned about the performance of the serial communication, not the frontend component. We'll see what I can make out of it ;)
Frontends that support multiple firmwares, would like to have a way to identify the firmware before sending commands that cause errors on some of the firmwares. - One already existing...