-
Since mouse-move events might not be fast enough to pick up every contiguous pixel touched in a stroke, we need to connect subsequent mouse-over events with some simple line drawing algorithm - maybe …
-
Hello,
I thought I would test this issue feature.
In SIGNAL(SIG_OUTPUT_COMPARE1A) interrupt routine some port D bits get turned on and off. What is this about? Is this used with LEDs hooked up dur…
-
First of all, here's the things we need to work on before 1.0:
- [x] **History changes.** First of all, we need to make changes serializable. Then from there it should be reasonably easy to get the re…
-
Should be usable for the walls/grounds and for background walls.
-
"It takes the video's frames in regular intervals, scales them to 1px width, and appends them."
What do you think about providing some other modes? Like "scale to 1px height, rotate by 90°, append" o…
-
hi,
when setting up my new machine i notice strange "trembling" movement and lost steps:
- grbl is 0.9.c
- x-res&yres = 250/rev, fullstep
- zres=500 steps/rev, fullstep, 2:1 gear
doing a eg "G0 X100 …
-
I was thinking a bit about what actual buttons we need in the level editor. If you have ideas already, feel free to ignore this.
The content is divided into four categories:
- walls + spikes
- object…
-
Noticed that if I compare FFFFFFFFh and (8->F)******_h (_ represents DONTCARE value) with a comparator chip, they are equal. Also if i use a multiplier with no constant declared and no overflow bits,…
RufiS updated
11 years ago
-
I've had some odd issues with repetier suddently hanging and everything appearing to be fine on the serial/io/usb side of things.
It has been very hard to reproduce this as it only happens sometimes, …
-
There are gaps in the ellipses drawn by `ellipse_perimeter`:
```
import numpy as np
from skimage.draw import ellipse_perimeter
image = np.zeros((300, 300), dtype=np.double)
rr, cc = ellipse_perime…