In addition to the desktop mBlock software for personal computers and laptops, MakeBlock has released an app for iOS and Android so that you can use tablets and mobile devices to control the mBot. The mBlock app is a game-based programming app which chal
There has been a new update to the standard wiring you should use for the JTAG wiring on Xenon's which requires just 2x 1n4148 diodes. I've never used this method before so I can't really help as much if you have problems. But I would suggest going with it instead since it is supp...
Use relative positioning – each movement specifies an offset from the LAST position, Move the bit 0.1mm towards the bed, Move the bit 10mm to the right and 10mm up as a linear move, move the bit away from the bed by 0.1mm, turn the spindle off. ...
Laser beam focusing on MakeBlock XY engraving plotter.Improvement of laser beam focusing. Adding 3rd spacer and get a fixed focusing range No need to focus on the laser again. You know the focal range written on an Endurance lasers business card....
push(makeBlockForItem(doc, items[i], padding)); // sort prior to packing switch (sortBy) { case 'area': blocks.sort(function (a, b) { return (b.w * b.h) - (a.w * a.h) }); break; case 'maxDimension': blocks.sort(...
“If you have an idea, you can quickly evaluate this idea and find factories to manufacture the product for you,” said Jasen Wang, CEO of tech education startup Makeblock. The company produces kits that kids can use to build things like race cars and walking robots — and then program ...
How to work with the G-code for the Endurance MakeBlock XY engraver G00 // positioning G04 P0 // pause, delay setting at 0. M05 S0 // laser off G90 G21 // step specifying in mm. G00 X5 Y5 // positioning along X and Y. ...