Jeremie Francois
Jeremie Francois
Thanks a lot ! I keep on stumbling on little things like these. Actually I did try `wires2d= cq.Workplane().text("TEST", 1, 1).faces("
Now I get a weird extrusion with this: ``` import cadquery txt= cq.Workplane().text("TEST", 1, 1).faces("
Thanks Jojain, this really helps me. And right I feel like something has not yet clicked in my head. Indeed 10 years of OpenSCAD probably make my day harder, but...
Yep, weird. May be something with multithreading cleanup indeed, since the message often appears more than once. Sorry it's a bit risky for me to switch from 4.13 right now...
I suspect my problem is identical * I use the docker version of gotify server (Gotify version 2.0.21@2021-01-06-15:38:32), latest from yesterday * it is set up as a local HTTP...
Thanks, yes! `curl 'https://push.mydomin.com/message?token=my_token" -F "title=from_pc" -F "message=msg from $(hostname)" -F "priority=9"`
(actually, the more I think about it the more I think I am polluting the initial report anyway, sorry!)
PEBCAC? Today I deleted all my users all the app tokens, then created them again from scratch -- and it worked immediately. I also was not able to reproduce the...
Given what is stated here http://docs.octoprint.org/en/master/plugins/gettingstarted.html I suspect it would not be that difficult, may be based on this one https://github.com/ntoff/Octoprint-M84MotOff/blob/master/octoprint_m84motoff/__init__.py (it rewrites some gcode into other ones). I may...
@fluffy-critter if you want to start writing it, I would gladly help ;) I spent some time digging through the doc (which is well done). But octoprint did grow a...