-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development thread: S parameter as variable opacity #2
Comments
Do you see the event fire off in the JavaScript console?
|
Negative, I don't. Does my implementation look correct though? It's live on chilipepper.com/plasma In the current version I added an Alert too in case i miss the console On Sat, Feb 13, 2016 at 5:46 PM, John Lauer notifications@github.com
|
I'm at Whistler right now just waking up, so it would be hard for me to If the firing of firmware version doesn't work, I do think your toggling On Sat, Feb 13, 2016 at 7:54 AM, Peter van der Walt <
|
(: No problem Ray and I are going to start on the DXF in an hour or so... Should keep me busy for the rest of the night. I'll come back to the Viewer work tomorrow or so - so no rush I would need to get this working longer term though, there are other things I am working on where automatically detecting and adapting to the firmware would be cool. Stealing my own thread, but I love how you only load the Eagle widgets once a Brd is dropped. I am wondering though, does that also mean we can have one workspace and pull in tinyg/grbl/etc widgets (instead of seperate workspaces) - using jquery we can show/hide buttons and features based on their availability? Will test the widget on its own too. Didnt dig too deep, first time using pubsub here so more likely in between keyboard and chair (; |
Yeah, it would be possible to have one workspace. I think CP allowing On Sat, Feb 13, 2016 at 8:02 AM, Peter van der Walt <
|
Understood and totally should stay that way. But there are definately use cases for a migration path of mature and approved widget into certain main workspace (like a "CNC" workspace) yet keeping the amazing abilities to be a not-a-cnc-interface too (beerbot for the win! and the Lua workspace was a awesome surprise too) |
Fixed the issue with pubsub, i am now getting the publish can continue tomorrow |
Hi John
I hope you wouldn't mind me opening a thread, but just easier to keep it going here where I can easily reference code lines, upload etc than the G+ community
So, from our discussion yesterday (#1)
I went ahead and added the subscribe
https://github.com/openhardwarecoza/widget-3dviewer/blob/master/widget.js#L138
and
https://github.com/openhardwarecoza/widget-3dviewer/blob/master/widget.js#L189
and hopefully data published should trigger the function https://github.com/openhardwarecoza/widget-3dviewer/blob/master/widget.js#L3014
However, I don't see the function fire off (i.e. not logging to console) when I connect and disconnect to the TinyG
(As you can tell I am totally noob with the subscribe/publish, so going by example code from other widgets here)
The text was updated successfully, but these errors were encountered: