Skip to content

Instantly share code, notes, and snippets.

@mgmax
mgmax / Zeichnung-1.svg
Created December 13, 2020 12:35
SVGnest bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/bash
set -ex
function compile() {
rm -f VisiCut-1.8.zip
( cd ../lib/LibLaserCut; ant jar; ); (cd ..; make; ); yes "n" | ./distribute.sh --nocompile
}
function run() {
rm -rf ./visicut
unzip VisiCut-1.8.zip
echo "starting VisiCut - now open a simple SVG (example circle red), select cut all, select some Epilog laser cutter, File - export machine code, check that there are no exceptions shown in the console or GUI"
@mgmax
mgmax / 100x100mm-filled-rectangle.svg
Created April 23, 2017 13:21
Absolute units test VisiCut
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgmax
mgmax / test.svg
Created April 23, 2017 12:31
100x100mm @90DPI
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgmax
mgmax / illustrator_15.svg
Last active April 22, 2017 22:07
100x100mm rectangles with different SVG height / viewbox attributes, in inkscape 0.91/0.92 and illustrator 15 and cross-edited in both
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgmax
mgmax / long-calculate.svg
Last active October 2, 2015 22:11
VisiCUt Bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgmax
mgmax / test.svg
Created July 16, 2015 21:04
VisiCut Bug scaling
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgmax
mgmax / problem.svg
Created April 23, 2015 13:33
visicut batik svg strange crash
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgmax
mgmax / viewBox.svg
Created February 9, 2014 18:42
visicut viewbox bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.