Separate names with a comma.
Some features disabled for guests. Register Today.
Sorry, no light background setup, but you can adjust the line colors from the 'Plotter|Colors' menu to get the contrast you need: [ATTACH] I use...
did you load the workbee preset? [ATTACH] After that you need to calibrate using this forum resource as information and the built in wizard as...
You will probably not see a speed gain since the bed is heavy (relative to head), this means it accelerates slowly. a CoreXY/Delta head can...
Well, I don't know how you are not seeing them, if you read the cnc file you will see 5 sets of code like (plungeboredepth DEPTH=0.15...
You have to make sure there are no other lines intersecting the plunge hole at all (in particular intersecting or underlying the deep purple...
paint thinner will clean off any gummy residue from cutting gummy woods.
if you look in gnea/grbl-Mega you will see it has a whole RAMPS section starting at line 135 which defines spindle PWM on D8 at about 1.9khz I...
now if he could tell CAM the IP address of the machine controller....
you do not have to use metric settings, the controller understands both settings so just tell you CAM to use inches
Your Z home is incorrect, Z home must be high up away from the work. Move Z there then reset the Blackbox (rest button or disconnect/reconnect the...
smells like a classic floating point inequality Peter
And calibrate over the longest distance you can measure. A dial indicator is too short, you need a 500mm steel rule. The dial indicator will show...
This gets asked about every 2nd week and the answer is still "no, but if you have the right software and are willing to take lots of risks..." It...
It can only do that if the corners are less than about 20 degrees. Otherwise the motors will stall due to the abrupt direction change. [ATTACH]...
You cannot, the stepper motors will stall and lose position. (unless you are cutting extremely slowly, like 50mm/minute slowly). You would also...
Figure out what this program does then run it on your machine and see if you got it right (-: G90 G21 G49 G17 F450 G00 X0.0 Y0.0 M04 S500 G01...
hmmm, so you are lacking the basics of Gcode! (any programming experience at all?) Please watch the first 4 results from this...
ah, ok on the modules. laser mode in a nutshell.... laser mode only turns the laser on during cutting motion G0 is rapid motion, non-cutting,...
you do need to read the GRLB wiki on github where it details how laser mode ($32=1) works I don't understand your use of the term 'modules'.
You should watch the SketchUcam videos which will give you the basics and then some more complicated setups....