Separate names with a comma.
Some features disabled for guests. Register Today.
Yeah, I've seen your F360 file since and, to me at least, it checks out. (There's no stock addition in the F360 setup so model box & stock box...
That's what that GCode file should do - the maximum Z depth is 0.355" The obvious question is whether you are referencing the same Z0 for both...
You can, but you need to use G10 L2 Px [..... ] (Different dialects of Gcode have slightly different implementations) see LinuxCNC G10 L2 (Note...
I don't believe that G21.1 is a valid GCode - you just need to issue G21 for inch mode, G20 for metric. G10 L1 isn't supported by GRBL (but...
Yes, and really notice the slow rapids! Probably a topic for a new thread though - sorry to the OP for the drift :oops:
I did try the OpenBuilds POST, but didn't notice any difference with rapids (I was expecting to)... Perhaps I should try it again.
If you're using the Autodesk GRBL POST you need to set the 'Safe Retracts' option to something other than G53 ('Clearance Height' works OK)...
It looks like you are using 2D contour toolpath - if so, there should be a small red arrow near the selected contour (have the geometry tab open...
Glad it worked. Thanks for letting me know! :)
I know you have got around the problem now, but the original issue might have been that you are generating G code with only 3 decimal places for...
It sounds like you may have created a left handed coordinate system if you have only swapped X & Y. You also need to reverse the direction of one...
The inputs are opto-isolated so that there is no electrical connection between the controller and the internal circuitry of the driver. The LEDs...
Rennie Tool do an extra long series 6mm carbide bit - 150mm overall: Solid Carbide 4 Flute Long EXTRA Long Series TiAlN Coated Endmill (End Mill)...
You need to completely re-start OpenbuildsControl (without running the macro) to get rid of the extra toolbar button - on a Windows machine, this...
Sounds similar to what I do - Little snippet of the macro in operation at about 1:30 1) Set reference tool 2) Move to tool change location (and...
Something changed between 328 and 333 that made it less responsive as myself and others have reported here: CONTROL v1.0.333 & Up - Hardware...
Not really my bag, but I'm intrigued: Acording to this, error 46 is 'Homing Required' Your options (5 or 7) enable homing & require it on...
I have updated the test pattern macro above to include some over-travel so that the speeds of the right hand patches are accurate. It calculates...
Focus / Depth Of Field Test Pattern Generator This macro generates the GCode for a test pattern that varies in Z height around the current Z0 to...
I think you may have been 1 place out. The value of each bit: Bit 0 = 1 Bit 1 = 2 Bit 2 = 4 Bit 3 = 8 Bit 4 = 16 Bit 5 = 32 Bit 6 = 64 Bit 7 =...