I see in github there are compilable default settings for a variety of hardware platforms (Shapeoko, Ultimaker, OtherLab, etc). It would be great if these could be selectively applied from the commandline through the $defa command in the same way that the $test command works.
$defa would give you a list of possible default configs
$defa=1 would be the current defaults
$defa=2 would be the shapeoko defaults …and so on.
That would be great.
In the meantime I’ve converted the default settings for the ShapeOko to the individual commands and loaded them up. As it turns out that the default settings for the steppers push mine too hard. I have the 400 step/rev ones from Sparkfun and they top out at 88 RPM so I had to lower the max feed rate and travel rate down to 3200.
I’m currently using a Raspberry Pi as the computer connected to the TinyG. I wanted to be able to load up code and walk away with my laptop. I’ve had a lot of luck streaming gcode files using plink (the CLI version of Putty).
I don’t completely use it as a headless setup. What I’ve been doing is using SSH to connect to the Pi and then run Plink from there. It’s kind of like a SSH to serial bridge.
I’ve been kicking around the idea of a web interface that would run on the Pi where a file could be uploaded and a history of the status reports could be pulled up. I’m currently struggling with the serial implementations for PHP.
Rob and I are both working on a NodeJS setup for a web UI. So instead of us all working on the same plumbing, we should focus on all working together on a setup here? Thoughts?