Skip to content
Andrew edited this page Dec 31, 2024 · 2 revisions

Machine dimensions

  • iDraw 2.0 Dimensions (fully assembled): 23" width × 20.5" height × 6.25" tall. A storage box would need to be a bit bigger and including padding.

SVG units

Mazes

  • Stroke width: 3mm (the width of your paths)
  • Grid spacing: 3mm + 0.7mm (0.7mm becomes the width of the walls)
  • Create all paths through maze
  • Stroke-to-path
  • Union all paths
  • Place rectangle below and do Path > Difference to "cut" out the paths from main rectangle
  • Rectangle > Object to path
  • Remove fill and add stroke to path
image

Clone this wiki locally