Windell Oskay

Results 227 comments of Windell Oskay

Does not correct for certain types of scaling applied to layers.

Interesting idea! My first guess is that it would be difficult to implement this given the nature of the algorithm that we use. Recursively parsing the SVG file can be...

@RoboGenius Implementing the lead-in lead-out method (with approximated lines), in the same way that RoboPaint does would not be difficult. It should be reasonably straightforward. Adding an accurate look-ahead would...

This seems to be wandering off-topic. Perhaps layer support should be added as a feature request over at RoboPaint?

When using the paint pan palette accessory, the paint height is higher. Assuming a constant height does not always work so well.

The WCB Hatch Fill extension does not attempt to communicate with the serial port in any sense. It is purely a graphical effect, and does not have any code that...

A few thoughts on this request: - I am concerned that this may be difficult _in practice_ -- that is, if we implement it as described, it may be difficult...

Best practice is to check commands for sanity before sending them. (The same type of error can happen on the WaterColorBot as well, though in near-horizontal or near-vertical moves, not...

Yes, that's one possible way to implement it. The exact check to make is described at http://evil-mad.github.io/EggBot/ebb.html#SM

Let's take the rate as `StepFrequency`, same as that from http://evil-mad.github.io/EggBot/ebb.html#HM `center_x` and `center_y` should be capped at ±2^15 ( ±32,768). If `center_i > 32768` set it to 32768 and...