Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2015 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/54a20646e325099a7183 to your computer and use it in GitHub Desktop.
Save anonymous/54a20646e325099a7183 to your computer and use it in GitHub Desktop.
2015/07/23 11:10:40 hub.go:121: sendjson {"P":"/dev/tty.usbmodem1413","Data":[{"D":"N1 (Credit to Shapeoko Wiki for this calibration file)\n","Id":"g1"},{"D":"N2 G17 G21 G90\n","Id":"g2"},{"D":"N3 F355\n","Id":"g3"},{"D":"N4 G1 Z-1\n","Id":"g4"},{"D":"N5 G1 Z1\n","Id":"g5"},{"D":"N6 G0 X0 Y0\n","Id":"g6"},{"D":"N7 G17 G21 G90\n","Id":"g7"},{"D":"N8 G0 Z1\n","Id":"g8"},{"D":"N9 G0 X-17.75 Y-17.5\n","Id":"g9"},{"D":"N10 G1 Z-3.0\n","Id":"g10"},{"D":"N11 G1 X-17.75 Y-17.5\n","Id":"g11"},{"D":"N12 G1 X-17.5 Y-17.75\n","Id":"g12"},{"D":"N13 G1 X-18.5 Y-18.5\n","Id":"g13"},{"D":"N14 G1 Y-15.7\n","Id":"g14"},{"D":"N15 G1 X-15.7 Y-18.5\n","Id":"g15"},{"D":"N16 G1 X-18.5\n","Id":"g16"},{"D":"N17 G1 X-20 Y-20\n","Id":"g17"},{"D":"N18 G1 Y-12\n","Id":"g18"},{"D":"N19 G1 X-12 Y-20\n","Id":"g19"},{"D":"N20 G1 X-20 Y-20\n","Id":"g20"},{"D":"N21 G1 X-21.5 Y-21.5\n","Id":"g21"},{"D":"N22 G1 Y-8.45\n","Id":"g22"},{"D":"N23 G1 X-8.45 Y-21.5\n","Id":"g23"},{"D":"N24 G1 X-21.5 Y-21.5\n","Id":"g24"},{"D":"N25 G1 X-23 Y-23\n","Id":"g25"},{"D":"N26 G1 Y-4.83\n","Id":"g26"},{"D":"N27 G1 X-4.83 Y-23\n","Id":"g27"},{"D":"N28 G1 X-23 Y-23\n","Id":"g28"},{"D":"N29 G1 X-24.5 Y-24.5\n","Id":"g29"},{"D":"N30 G1 Y-1.2\n","Id":"g30"},{"D":"N31 G1 X-1.2 Y-24.5\n","Id":"g31"},{"D":"N32 G1 X-24.5 Y-24.5\n","Id":"g32"},{"D":"N33 G1 X-25 Y-25\n","Id":"g33"},{"D":"N34 G1 Y0\n","Id":"g34"},{"D":"N35 G1 X0 Y-25\n","Id":"g35"},{"D":"N36 G1 X-25 Y-25\n","Id":"g36"},{"D":"N37 G0 Z1\n","Id":"g37"},{"D":"N38 G0 X17.75 Y-17.5\n","Id":"g38"},{"D":"N39 G1 Z-3.0\n","Id":"g39"},{"D":"N40 G1 X17.75 Y-17.5\n","Id":"g40"},{"D":"N41 G1 X17.5 Y-17.75\n","Id":"g41"},{"D":"N42 G1 X18.5 Y-18.5\n","Id":"g42"},{"D":"N43 G1 Y-15.7\n","Id":"g43"},{"D":"N44 G1 X15.7 Y-18.5\n","Id":"g44"},{"D":"N45 G1 X18.5\n","Id":"g45"},{"D":"N46 G1 X20 Y-20\n","Id":"g46"},{"D":"N47 G1 Y-12\n","Id":"g47"},{"D":"N48 G1 X12 Y-20\n","Id":"g48"},{"D":"N49 G1 X20 Y-20\n","Id":"g49"},{"D":"N50 G1 X21.5 Y-21.5\n","Id":"g50"}]}
2015/07/23 11:10:40 serial.go:229: Done with writeJson method
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N1 (Credit to Shapeoko Wiki for this calibration file)
, id:g1) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 55, buffer size increased to:55
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N2 G17 G21 G90
, id:g2) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 15, buffer size increased to:70
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N1 (Credit to Shapeoko Wiki for this calibration file)
, id:g1
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:49
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N2 G17 G21 G90
, id:g2
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:48
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N3 F355
, id:g3) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 8, buffer size increased to:78
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N4 G1 Z-1
, id:g4) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 10, buffer size increased to:88
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N3 F355
, id:g3
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:47
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N4 G1 Z-1
, id:g4
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:46
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N5 G1 Z1
, id:g5) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 9, buffer size increased to:97
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N6 G0 X0 Y0
, id:g6) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 12, buffer size increased to:109
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N5 G1 Z1
, id:g5
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:45
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N6 G0 X0 Y0
, id:g6
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:44
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N7 G17 G21 G90
, id:g7) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 15, buffer size increased to:124
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N8 G0 Z1
, id:g8) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 9, buffer size increased to:133
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N7 G17 G21 G90
, id:g7
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:43
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N8 G0 Z1
, id:g8
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:42
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N9 G0 X-17.75 Y-17.5
, id:g9) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:154
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N10 G1 Z-3.0
, id:g10) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 13, buffer size increased to:167
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N9 G0 X-17.75 Y-17.5
, id:g9
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:41
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N10 G1 Z-3.0
, id:g10
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:40
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N11 G1 X-17.75 Y-17.5
, id:g11) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 22, buffer size increased to:189
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N12 G1 X-17.5 Y-17.75
, id:g12) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 22, buffer size increased to:211
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N11 G1 X-17.75 Y-17.5
, id:g11
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:39
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,55]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:156
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,15]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:10, lenOfBuf:141
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,8]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:9, lenOfBuf:133
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,10]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:8, lenOfBuf:123
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":27}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,9]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:7, lenOfBuf:114
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":26}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,201,12]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:6, lenOfBuf:102
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,15]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:5, lenOfBuf:87
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,201,9]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:4, lenOfBuf:78
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:3, lenOfBuf:57
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":25}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,13]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:2, lenOfBuf:44
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":24}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,201,22]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:1, lenOfBuf:22
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N13 G1 X-18.5 Y-18.5
, id:g13) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:43
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N12 G1 X-17.5 Y-17.75
, id:g12
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:38
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N13 G1 X-18.5 Y-18.5
, id:g13
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:37
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N14 G1 Y-15.7
, id:g14) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 14, buffer size increased to:57
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N15 G1 X-15.7 Y-18.5
, id:g15) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:78
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N14 G1 Y-15.7
, id:g14
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:36
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N15 G1 X-15.7 Y-18.5
, id:g15
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:35
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N16 G1 X-18.5
, id:g16) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 14, buffer size increased to:92
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N17 G1 X-20 Y-20
, id:g17) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:109
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N16 G1 X-18.5
, id:g16
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:34
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N17 G1 X-20 Y-20
, id:g17
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:33
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N18 G1 Y-12
, id:g18) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 12, buffer size increased to:121
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N19 G1 X-12 Y-20
, id:g19) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:138
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N18 G1 Y-12
, id:g18
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:32
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N19 G1 X-12 Y-20
, id:g19
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:31
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N20 G1 X-20 Y-20
, id:g20) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:155
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N21 G1 X-21.5 Y-21.5
, id:g21) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:176
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N20 G1 X-20 Y-20
, id:g20
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:30
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N21 G1 X-21.5 Y-21.5
, id:g21
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:29
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N22 G1 Y-8.45
, id:g22) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 14, buffer size increased to:190
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N23 G1 X-8.45 Y-21.5
, id:g23) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:211
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N22 G1 Y-8.45
, id:g22
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:28
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,22]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:189
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N24 G1 X-21.5 Y-21.5
, id:g24) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:210
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N23 G1 X-8.45 Y-21.5
, id:g23
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:27
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":23}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:189
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":22}
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N25 G1 X-23 Y-23
, id:g25) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:206
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N24 G1 X-21.5 Y-21.5
, id:g24
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:26
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,14]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:192
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N26 G1 Y-4.83
, id:g26) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 14, buffer size increased to:206
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N25 G1 X-23 Y-23
, id:g25
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:25
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":21}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:185
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N27 G1 X-4.83 Y-23
, id:g27) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 19, buffer size increased to:204
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N26 G1 Y-4.83
, id:g26
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:24
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":20}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,14]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:190
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N28 G1 X-23 Y-23
, id:g28) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:207
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N27 G1 X-4.83 Y-23
, id:g27
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:23
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":19}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:190
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":18}
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N29 G1 X-24.5 Y-24.5
, id:g29) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:211
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N28 G1 X-23 Y-23
, id:g28
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:22
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,12]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:199
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N30 G1 Y-1.2
, id:g30) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 13, buffer size increased to:212
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N29 G1 X-24.5 Y-24.5
, id:g29
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:21
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":17}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:195
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N31 G1 X-1.2 Y-24.5
, id:g31) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 20, buffer size increased to:215
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N30 G1 Y-1.2
, id:g30
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:20
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":16}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:198
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":15}
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N32 G1 X-24.5 Y-24.5
, id:g32) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:219
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N31 G1 X-1.2 Y-24.5
, id:g31
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:19
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:198
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N33 G1 X-25 Y-25
, id:g33) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:215
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N32 G1 X-24.5 Y-24.5
, id:g32
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:18
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":14}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,14]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:201
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":13}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:10, lenOfBuf:180
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N34 G1 Y0
, id:g34) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 10, buffer size increased to:190
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N33 G1 X-25 Y-25
, id:g33
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:17
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N34 G1 Y0
, id:g34
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:16
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N35 G1 X0 Y-25
, id:g35) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 15, buffer size increased to:205
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":12}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:184
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N36 G1 X-25 Y-25
, id:g36) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 17, buffer size increased to:201
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N35 G1 X0 Y-25
, id:g35
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:15
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":11}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:184
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N37 G0 Z1
, id:g37) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 10, buffer size increased to:194
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N36 G1 X-25 Y-25
, id:g36
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:14
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N37 G0 Z1
, id:g37
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:13
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N38 G0 X17.75 Y-17.5
, id:g38) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:215
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":10}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,14]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:12, lenOfBuf:201
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":9}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,19]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:182
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N39 G1 Z-3.0
, id:g39) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 13, buffer size increased to:195
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N38 G0 X17.75 Y-17.5
, id:g38
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:12
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N39 G1 Z-3.0
, id:g39
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:11
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N40 G1 X17.75 Y-17.5
, id:g40) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:216
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":8}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:12, lenOfBuf:199
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N41 G1 X17.5 Y-17.75
, id:g41) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 21, buffer size increased to:220
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N40 G1 X17.75 Y-17.5
, id:g40
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:10
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":7}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:12, lenOfBuf:199
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N42 G1 X18.5 Y-18.5
, id:g42) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 20, buffer size increased to:219
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N41 G1 X17.5 Y-17.75
, id:g41
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:9
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":6}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,13]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:12, lenOfBuf:206
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,20]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:186
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N43 G1 Y-15.7
, id:g43) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 14, buffer size increased to:200
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N42 G1 X18.5 Y-18.5
, id:g42
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:8
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"sr":{"line":4,"posx":0.000,"posy":0.000,"posz":-0.795,"vel":315.79,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N31 G1 X-1.2 Y-24.5","dist":0,"mpox":0.000,"mpoy":0.000,"mpoz":-0.795}}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:179
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N44 G1 X15.7 Y-18.5
, id:g44) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 20, buffer size increased to:199
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N43 G1 Y-15.7
, id:g43
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:7
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N44 G1 X15.7 Y-18.5
, id:g44
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:6
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N45 G1 X18.5
, id:g45) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 13, buffer size increased to:212
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"sr":{"line":5,"posx":0.000,"posy":0.000,"posz":-0.255,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N32 G1 X-24.5 Y-24.5","dist":0,"mpox":0.000,"mpoy":0.000,"mpoz":-0.255}}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:40 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:12, lenOfBuf:195
2015/07/23 11:10:40 bufferflow_tinyg.go:935: Just sent release to b.sem so we will not block the sending to serial port anymore.
2015/07/23 11:10:40 bufferflow_tinyg.go:299: Done blocking cuz got b.sem semaphore release. ok:true, unblockType:1
2015/07/23 11:10:40 bufferflow_tinyg.go:245: BlockUntilReady(cmd:N46 G1 X20 Y-20
, id:g46) start
2015/07/23 11:10:40 bufferflow_tinyg.go:278: New line length: 16, buffer size increased to:211
2015/07/23 11:10:40 bufferflow_tinyg.go:285: It looks like the buffer is over the allowed size, so we are going to pause. Then when some incoming responses come in a check will occur to see if there's room to send this command. Pausing...
2015/07/23 11:10:40 bufferflow_tinyg.go:296: Blocking on b.sem until told from OnIncomingData to go
2015/07/23 11:10:40 serialport.go:240: Got p.sendNoBuf. data:N45 G1 X18.5
, id:g45
2015/07/23 11:10:40 serialport.go:247: itemsInBuffer:5
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"sr":{"line":9,"posx":-0.009,"posy":-0.009,"posz":1.000,"vel":125.72,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":0,"plan":0,"path":2,"gc":"N33 G1 X-25 Y-25","dist":0,"mpox":-0.011,"mpoy":-0.011,"mpoz":1.000}}
2015/07/23 11:10:40 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:41 hub.go:121: sendjson {"P":"/dev/tty.usbmodem1413","Data":[{"D":"N51 G1 Y-8.45\n","Id":"g51"},{"D":"N52 G1 X8.45 Y-21.5\n","Id":"g52"},{"D":"N53 G1 X21.5 Y-21.5\n","Id":"g53"},{"D":"N54 G1 X23 Y-23\n","Id":"g54"},{"D":"N55 G1 Y-4.83\n","Id":"g55"},{"D":"N56 G1 X4.83 Y-23\n","Id":"g56"},{"D":"N57 G1 X23 Y-23\n","Id":"g57"},{"D":"N58 G1 X24.5 Y-24.5\n","Id":"g58"},{"D":"N59 G1 Y-1.2\n","Id":"g59"},{"D":"N60 G1 X1.2 Y-24.5\n","Id":"g60"},{"D":"N61 G1 X24.5 Y-24.5\n","Id":"g61"},{"D":"N62 G1 X25 Y-25\n","Id":"g62"},{"D":"N63 G1 Y0\n","Id":"g63"},{"D":"N64 G1 X0 Y-25\n","Id":"g64"},{"D":"N65 G1 X25 Y-25\n","Id":"g65"},{"D":"N66 G0 Z1\n","Id":"g66"},{"D":"N67 G0 X17.75 Y17.5\n","Id":"g67"},{"D":"N68 G1 Z-3.0\n","Id":"g68"},{"D":"N69 G1 X17.75 Y17.5\n","Id":"g69"},{"D":"N70 G1 X17.5 Y17.75\n","Id":"g70"},{"D":"N71 G1 X18.5 Y18.5\n","Id":"g71"},{"D":"N72 G1 Y15.7\n","Id":"g72"},{"D":"N73 G1 X15.7 Y18.5\n","Id":"g73"},{"D":"N74 G1 X18.5\n","Id":"g74"},{"D":"N75 G1 X20 Y20\n","Id":"g75"},{"D":"N76 G1 Y12\n","Id":"g76"},{"D":"N77 G1 X12 Y20\n","Id":"g77"},{"D":"N78 G1 X20 Y20\n","Id":"g78"},{"D":"N79 G1 X21.5 Y21.5\n","Id":"g79"},{"D":"N80 G1 Y8.45\n","Id":"g80"},{"D":"N81 G1 X8.45 Y21.5\n","Id":"g81"},{"D":"N82 G1 X21.5 Y21.5\n","Id":"g82"},{"D":"N83 G1 X23 Y23\n","Id":"g83"},{"D":"N84 G1 Y4.83\n","Id":"g84"},{"D":"N85 G1 X4.83 Y23\n","Id":"g85"},{"D":"N86 G1 X23 Y23\n","Id":"g86"},{"D":"N87 G1 X24.5 Y24.5\n","Id":"g87"},{"D":"N88 G1 Y1.2\n","Id":"g88"},{"D":"N89 G1 X1.2 Y24.5\n","Id":"g89"},{"D":"N90 G1 X24.5 Y24.5\n","Id":"g90"},{"D":"N91 G1 X25 Y25\n","Id":"g91"},{"D":"N92 G1 Y0\n","Id":"g92"},{"D":"N93 G1 X0 Y25\n","Id":"g93"},{"D":"N94 G1 X25 Y25\n","Id":"g94"},{"D":"N95 G0 Z1\n","Id":"g95"},{"D":"N96 G0 X-17.75 Y17.5\n","Id":"g96"},{"D":"N97 G1 Z-3.0\n","Id":"g97"},{"D":"N98 G1 X-17.75 Y17.5\n","Id":"g98"},{"D":"N99 G1 X-17.5 Y17.75\n","Id":"g99"},{"D":"N100 G1 X-18.5 Y18.5\n","Id":"g100"}]}
2015/07/23 11:10:41 serial.go:229: Done with writeJson method
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"sr":{"line":9,"posx":-7.657,"posy":-7.550,"posz":1.000,"vel":5268.27,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":0,"plan":0,"path":2,"gc":"N33 G1 X-25 Y-25","dist":0,"mpox":-7.751,"mpoy":-7.642,"mpoz":1.000}}
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"sr":{"line":9,"posx":-17.665,"posy":-17.416,"posz":1.000,"vel":287.38,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":0,"plan":0,"path":2,"gc":"N33 G1 X-25 Y-25","dist":0,"mpox":-17.665,"mpoy":-17.416,"mpoz":1.000}}
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,10]}
2015/07/23 11:10:41 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:12, lenOfBuf:201
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"sr":{"line":10,"posx":-17.750,"posy":-17.500,"posz":-0.029,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N34 G1 Y0","dist":0,"mpox":-17.750,"mpoy":-17.500,"mpoz":-0.038}}
2015/07/23 11:10:41 hub.go:121: send /dev/tty.usbmodem1413 !
2015/07/23 11:10:41 serial.go:650: Inside spWrite arg: send /dev/tty.usbmodem1413 !
2015/07/23 11:10:41 serial.go:363: We need to manually pause our internal buffer.
2015/07/23 11:10:41 bufferflow_tinyg.go:704: Paused buffer
2015/07/23 11:10:41 bufferflow_tinyg.go:743: Found cmd that should skip buffer. cmd:!
2015/07/23 11:10:41 serial.go:385: Forcing this cmd to skip buffer. cmd:!
2015/07/23 11:10:41 serial.go:255: Send was sendnobuf, so sending to wr.p.sendNoBuf
2015/07/23 11:10:41 serial.go:252: Send was normal send, so sending to wr.p.sendBuffered
2015/07/23 11:10:41 serialport.go:240: Got p.sendNoBuf. data:!, id:
2015/07/23 11:10:41 serialport.go:247: itemsInBuffer:56
2015/07/23 11:10:41 bufferflow_tinyg.go:362: < {"sr":{"line":10,"posx":-17.750,"posy":-17.500,"posz":-1.519,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N34 G1 Y0","dist":0,"mpox":-17.750,"mpoy":-17.500,"mpoz":-1.527}}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"sr":{"line":10,"posx":-17.750,"posy":-17.500,"posz":-2.933,"vel":165.80,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N34 G1 Y0","dist":0,"mpox":-17.750,"mpoy":-17.500,"mpoz":-2.933}}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,15]}
2015/07/23 11:10:42 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:11, lenOfBuf:186
2015/07/23 11:10:42 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,17]}
2015/07/23 11:10:42 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:10, lenOfBuf:169
2015/07/23 11:10:42 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"sr":{"line":13,"posx":-18.021,"posy":-18.140,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N36 G1 X-25 Y-25","dist":0,"mpox":-18.028,"mpoy":-18.146,"mpoz":-3.000}}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,10]}
2015/07/23 11:10:42 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:9, lenOfBuf:159
2015/07/23 11:10:42 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"sr":{"line":14,"posx":-18.500,"posy":-17.810,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N37 G0 Z1","dist":0,"mpox":-18.500,"mpoy":-17.810,"mpoz":-3.000}}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"sr":{"line":14,"posx":-18.500,"posy":-16.330,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N37 G0 Z1","dist":0,"mpox":-18.500,"mpoy":-16.330,"mpoz":-3.000}}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:42 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:8, lenOfBuf:138
2015/07/23 11:10:42 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:42 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"sr":{"line":15,"posx":-18.048,"posy":-16.152,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N38 G0 X17.75 Y-17.5","dist":0,"mpox":-18.048,"mpoy":-16.152,"mpoz":-3.000}}
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"sr":{"line":15,"posx":-16.997,"posy":-17.203,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N38 G0 X17.75 Y-17.5","dist":0,"mpox":-16.991,"mpoy":-17.209,"mpoz":-3.000}}
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"sr":{"line":15,"posx":-15.945,"posy":-18.255,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N38 G0 X17.75 Y-17.5","dist":0,"mpox":-15.945,"mpoy":-18.261,"mpoz":-3.000}}
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,13]}
2015/07/23 11:10:43 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:7, lenOfBuf:125
2015/07/23 11:10:43 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:43 bufferflow_tinyg.go:362: < {"sr":{"line":16,"posx":-16.631,"posy":-18.500,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N39 G1 Z-3.0","dist":0,"mpox":-16.640,"mpoy":-18.500,"mpoz":-3.000}}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"sr":{"line":16,"posx":-18.121,"posy":-18.500,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N39 G1 Z-3.0","dist":0,"mpox":-18.121,"mpoy":-18.500,"mpoz":-3.000}}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"r":{},"f":[1,201,21]}
2015/07/23 11:10:44 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:6, lenOfBuf:104
2015/07/23 11:10:44 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,21]}
2015/07/23 11:10:44 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:5, lenOfBuf:83
2015/07/23 11:10:44 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"sr":{"line":17,"posx":-19.284,"posy":-19.284,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N41 G1 X17.5 Y-17.75","dist":0,"mpox":-19.291,"mpoy":-19.291,"mpoz":-3.000}}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,20]}
2015/07/23 11:10:44 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:4, lenOfBuf:63
2015/07/23 11:10:44 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"sr":{"line":18,"posx":-20.000,"posy":-19.734,"posz":-3.000,"vel":354.92,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N42 G1 X18.5 Y-18.5","dist":0,"mpox":-20.000,"mpoy":-19.734,"mpoz":-3.000}}
2015/07/23 11:10:44 bufferflow_tinyg.go:362: < {"sr":{"line":18,"posx":-20.000,"posy":-18.244,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N42 G1 X18.5 Y-18.5","dist":0,"mpox":-20.000,"mpoy":-18.235,"mpoz":-3.000}}
2015/07/23 11:10:45 bufferflow_tinyg.go:362: < {"sr":{"line":18,"posx":-20.000,"posy":-16.754,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N42 G1 X18.5 Y-18.5","dist":0,"mpox":-20.000,"mpoy":-16.745,"mpoz":-3.000}}
2015/07/23 11:10:45 bufferflow_tinyg.go:362: < {"sr":{"line":18,"posx":-20.000,"posy":-15.264,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N42 G1 X18.5 Y-18.5","dist":0,"mpox":-20.000,"mpoy":-15.264,"mpoz":-3.000}}
2015/07/23 11:10:45 bufferflow_tinyg.go:362: < {"sr":{"line":18,"posx":-20.000,"posy":-13.783,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N42 G1 X18.5 Y-18.5","dist":0,"mpox":-20.000,"mpoy":-13.774,"mpoz":-3.000}}
2015/07/23 11:10:45 bufferflow_tinyg.go:362: < {"sr":{"line":18,"posx":-20.000,"posy":-12.293,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N42 G1 X18.5 Y-18.5","dist":0,"mpox":-20.000,"mpoy":-12.284,"mpoz":-3.000}}
2015/07/23 11:10:45 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,14]}
2015/07/23 11:10:45 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:3, lenOfBuf:49
2015/07/23 11:10:45 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:45 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:46 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-19.303,"posy":-12.697,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-19.297,"mpoy":-12.703,"mpoz":-3.000}}
2015/07/23 11:10:46 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-18.249,"posy":-13.751,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-18.249,"mpoy":-13.751,"mpoz":-3.000}}
2015/07/23 11:10:46 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-17.202,"posy":-14.799,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-17.202,"mpoy":-14.799,"mpoz":-3.000}}
2015/07/23 11:10:46 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-16.154,"posy":-15.847,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-16.154,"mpoy":-15.847,"mpoz":-3.000}}
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-15.106,"posy":-16.894,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-15.106,"mpoy":-16.894,"mpoz":-3.000}}
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-14.052,"posy":-17.948,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-14.046,"mpoy":-17.954,"mpoz":-3.000}}
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-12.998,"posy":-19.002,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-12.992,"mpoy":-19.008,"mpoz":-3.000}}
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"sr":{"line":19,"posx":-12.005,"posy":-19.995,"posz":-3.000,"vel":147.03,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N43 G1 Y-15.7","dist":0,"mpox":-12.003,"mpoy":-19.997,"mpoz":-3.000}}
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,20]}
2015/07/23 11:10:47 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:2, lenOfBuf:29
2015/07/23 11:10:47 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:47 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:48 bufferflow_tinyg.go:362: < {"sr":{"line":20,"posx":-13.366,"posy":-20.000,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N44 G1 X15.7 Y-18.5","dist":0,"mpox":-13.375,"mpoy":-20.000,"mpoz":-3.000}}
2015/07/23 11:10:48 bufferflow_tinyg.go:362: < {"sr":{"line":20,"posx":-14.857,"posy":-20.000,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N44 G1 X15.7 Y-18.5","dist":0,"mpox":-14.857,"mpoy":-20.000,"mpoz":-3.000}}
2015/07/23 11:10:48 bufferflow_tinyg.go:362: < {"sr":{"line":20,"posx":-16.348,"posy":-20.000,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N44 G1 X15.7 Y-18.5","dist":0,"mpox":-16.348,"mpoy":-20.000,"mpoz":-3.000}}
2015/07/23 11:10:48 bufferflow_tinyg.go:362: < {"sr":{"line":20,"posx":-17.838,"posy":-20.000,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N44 G1 X15.7 Y-18.5","dist":0,"mpox":-17.838,"mpoy":-20.000,"mpoz":-3.000}}
2015/07/23 11:10:49 bufferflow_tinyg.go:362: < {"sr":{"line":20,"posx":-19.320,"posy":-20.000,"posz":-3.000,"vel":355.00,"unit":1,"stat":5,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"N44 G1 X15.7 Y-18.5","dist":0,"mpox":-19.320,"mpoy":-20.000,"mpoz":-3.000}}
2015/07/23 11:10:49 bufferflow_tinyg.go:362: < {"qr":5}
2015/07/23 11:10:49 bufferflow_tinyg.go:362: < {"r":{},"f":[1,0,13]}
2015/07/23 11:10:49 bufferflow_tinyg.go:398: Buffer decreased to itemCnt:1, lenOfBuf:16
2015/07/23 11:10:49 bufferflow_tinyg.go:516: We just got incoming r:{} so we could unpause, but since manual paused we will ignore until next time a r:{} comes in to unpause
2015/07/23 11:10:49 bufferflow_tinyg.go:362: < {"qr":4}
2015/07/23 11:10:49 bufferflow_tinyg.go:362: < {"sr":{"line":21,"posx":-20.183,"posy":-20.183,"posz":-3.000,"vel":0.00,"unit":1,"stat":6,"feed":355.00,"coor":1,"momo":1,"plan":0,"path":2,"gc":"!","dist":0,"mpox":-20.183,"mpoy":-20.183,"mpoz":-3.000}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment