Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Huntbae/mural

Repository files navigation

Please find the main documentation on https://getmural.me.

Additional Information

Positioning of the Drawing on the Wall

Here's how the image is prepared and drawn:

  • The user defines the pin distance as part of the setup in the UI. For example 1 meter (or 1000mm). (This is d_pins in the image below.)
  • The top margin is 20% of that distance, so the top of the image will be 200mm below the line between the two pins.
  • Each side also has a 20% margin, so you'll get total of 60% of the horizontal distance, or 600mm.
  • Now that we have the max width (600mm). The SVG is resized so its width is 600 and the height gets resized proportionally.
  • Then a processing step is performed on the SVG to figure out what to actually draw, with each SVG unit being treated as millimeter.
  • Finally it's converted into a simple format for Mural to draw, containing mostly its coordinate movement commands and pen up/down. This file is then uploaded to the microcontroller and executed line by line.

image_positioning

Mural's Kinematic Model

Please find the kinematic model here.

About

Mural - a low cost wall plotter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 37.9%
  • C++ 31.8%
  • TypeScript 19.3%
  • HTML 6.8%
  • Less 3.9%
  • Python 0.2%
  • CSS 0.1%

AltStyle によって変換されたページ (->オリジナル) /