xcarve-server/configs/carvin.json
2015-08-14 17:22:57 -04:00

16 lines
313 B
JSON

{
"name" : "Carvin Configs",
"baud" : 115200,
"separator" : "\n",
"readyResponse": "Marlin",
"successResponse": "ok",
"gcode": {
"status": "M500",
"settings": "M503",
"liftToSafeHeight": "G0 Z10",
"home": "M403",
"park": "M403",
"spindleOn": "M3",
"spindleOff": "M5"
}
}