Skip to content

Instantly share code, notes, and snippets.

using Grasshopper.GUI.Canvas;
using Grasshopper.GUI.Script;
using Grasshopper.Kernel;
using Grasshopper.Kernel.Parameters;
using Grasshopper.Kernel.Parameters.Hints;
using ScriptComponents;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using HoloToolkit.Unity.InputModule;
using UnityEngine;
public class HandPosDebug : MonoBehaviour, IManipulationHandler, ISourcePositionHandler
{
Vector3 currentHandPosWorld;
Vector3 manipulationStartHandPosWorld;
public void OnManipulationCanceled(ManipulationEventData eventData) { }
@camnewnham
camnewnham / log
Created December 29, 2016 10:04
Octoprint Log
2016-12-29 03:39:01,682 - octoprint.server - INFO - Shutting down...
2016-12-29 03:39:02,154 - octoprint.server - INFO - Goodbye!
2016-12-29 03:39:09,343 - octoprint.server - INFO - Starting OctoPrint 1.2.10 (master branch)
2016-12-29 03:39:09,377 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/.octoprint/plugins, /home/pi/oprint/lib/python2.7/site-packages/OctoPrint-1.2.10-py2.7.egg/octoprint/plugins and installed plugin packages...
2016-12-29 03:39:09,693 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2016-12-29 03:39:09,872 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads...
2016-12-29 03:39:09,877 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully.
2016-12-29 03:39:11,749 - octoprint.util.pip - INFO - Found pip at /home/pi/oprint/bin/pip, version is 8.1.1
2016-12-29 03:39:11,752 - octoprint.plugin.core - INFO - Initial
@camnewnham
camnewnham / term2
Created December 29, 2016 09:59
Octoprint Term 2
Recv: ok 15
Send: N16 G90*39
Recv: X:0.00 Y:300.00 Z:0.000 E:0.0000
Recv: ok 16
Send: N17 M105*17
Recv: ok 17
Recv: T:27.37 /0 B:31.56 /0 B@:0 @:0
Recv: wait
Recv: start
Recv: Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
@camnewnham
camnewnham / term1
Last active December 29, 2016 09:59
Octoprint Terminal 1
[...]
Send: N137 M105*34
Recv: ok 137
Recv: T:27.62 /0 B:31.93 /0 B@:0 @:0
[...]
Send: N138 M105*45
Recv: ok 138
Recv: T:27.62 /0 B:31.83 /0 B@:0 @:0
[...]
Recv: start