Harry Mustoe-Playfair
Harry Mustoe-Playfair
Hi I've been working on a gcode curve detector for implementing G2 and G3 code arcs for a while, and it seems to be coming along nicely and completely stops...
Okay, here you go: https://github.com/manticorp/GCodeArcOptimiser All the main working code is in: https://github.com/manticorp/GCodeArcOptimiser/blob/master/functions.php It's written in PHP (sorry!) but should be fairly easily translatable to Perl/C++. One problem I'm having...
That's okay - I'll update the README in a moment with a basic overview of how it works - I know how cryptic it can be reading someone else's hacky...
While that's true, if I only want to change one method from the DefaultDeployer, then why rewrite the whole class? What's the reason for wanting to keep the methods private?...
I have the same issue. SourceTree logs report: ``` ERROR [2023-06-16 14:08:39,551] [1] [SourceTree.App] [Log] - Object reference not set to an instance of an object. The application is terminating....
Getting the same issue, windows: ``` Traceback (most recent call last):███████████████████████████████████████████████████████████████████| 21/21 [00:17
👍 Also experiencing this on Windows using DPM++ 2M SDE Heun Karras
+1 for this - standard with semicolons is great. I think it's fair to say a lot of people write js with semicolons - why not just support it, like...
Hi, You need to make sure the MySQL user that magneto is using has the sufficient permissions to delete, create and truncate tables. This might be the issue. Thanks Sent...
Hmm no, the Sphinx user only needs read access. I'm not sure what's up, can you check the query logs? Is this in a dev server or a live server?...