mikekscholz
mikekscholz
This is far from being a finished solution, But I've been hacking away at it for a hot minute now. Its more of a gcode previewer, it doesn't have any...
Oops I let this go forever... I wish github had better alerts. Its based off of three.js. I modified it to discard the purge lines and all the gcode prior...
as it is the green lines are only at 12% opacity, gave the best representation I thought. Because its rendering "one dimensional" lines there isn't really any surface to effect...
wget isnt naming the downloaded file properly, its saving as something like 'f2383380-f6e3-11ea-9936-81d1784fa4d5?X-Amz-Algorithm=AWS4-HMAC-SHA256' you have to do a ls and copy whatever yours is named and then ``` mv f2383380-f6e3-11ea-9936-81d1784fa4d5?X-Amz-Algorithm=AWS4-HMAC-SHA256...
For anyone else trying to deal with this I made it go away by adding charset: false to my sass options in webpack.config.js At the very least its a step...
For anyone else that may be experiencing this, update PSU Control if youre using it because it was causing all install wizards to lock up.
use vibrancy's custom css feature with ``` .monaco-editor .sticky-widget { backdrop-filter: blur(8px); } ``` and in your config.json add ``` "workbench.colorCustomizations": { "editorStickyScroll.background": "#2228" } ```
I dont really think its going to matter before too long, if not already. The pi4 already doesnt even accept codec licenses because the new cpu is powerful enough to...
Just to note, display rotate is depreciated now and has been for a while. Ive been using it with display_lcd_rotate just fine.
Xserver-xorg-input-evdev for one... ive experimented with octoscreen but the codes not quite to my liking yet. But the way it runs ratpoison without having the raspbian desktop installed I’m not...