-
I am a newby in Makeblock and mDraw.
I have bought a XY Plotter v.2.
I like much more mDraw intead of Benbox.
The problem with Benbox are many:
- Don`t allow to resize placed objects …
-
童心制物Makeblock社招内推码: EC7242R
投递链接: https://makeblock.jobs.feishu.cn/s/iFCcpLM4 欢迎投递
-
```res
type t0 = {x?: int}
let a = None
let fa = v =>
switch v {
| Some(v) => {x: v}
| None => {x: ?a}
}
Js.log(fa(a)) // {}
let b = None
let fb = v =>
switch v {
| Some(…
-
https://www.makeblock.com/pages/mbot-robot-kit
https://forum.makeblock.com/t/different-digital-and-analog-sensors-on-mbot/13755
Very easy way to implement code changes and see programming in actio…
-
I just got a Makeblock XY plotter v2.0. It's pretty nice but the software and firmware both kinda suck.
I found grbl and it looks great. I already got grbl running on my device (I can interact over s…
-
Hi, I spent a day trying to make smart servo working from arduino till I found this forum post
https://forum.makeblock.com/t/smart-servo-ms-12a-not-working-with-arduino/13438
The new repository is…
-
```console
➜ ~ python
Python 3.10.6 (main, Aug 10 2022, 11:40:04) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import makeblock
Traceback …
-
I want to remove the drivers completely, how can I do it in El Captain?
1) what is the text to reverse this command to the original setting before "csrutil enable --without kext"?
2) how to remove t…
-
@Christophe
Avec le Me shield du Raspberry tester les blocs I2C de Qliic.
Créer les programmes python nécessaires.
http://store.makeblock.com/me-shield-for-raspberry-pi
http://www.robotsho…
-
Running 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
After installing the USB drivers your documentation points to I do get an additi…