galgier
(Gary Algier)
January 20, 2026, 5:02pm
1
I use other software to create an SVG (OpenSCAD) and when I import it to Carbide Create it looses the origin.
For instance, in OpenSCAD I do:
translate([30,30]) square(10);
This should create a cube that does not have its corner at [0,0] and the SVG path reflects this:
...
<path d="
M 30,-30 L 40,-30 L 40,-40 L 30,-40 z
...
Why does CC put it in the bottom corner? If I create several SVGs to be imported to different layers in CC they no longer line up properly.
WillAdams
(William Adams (Carbide 3D))
January 20, 2026, 5:11pm
2
Carbide Create preserves the left–right origin, but locates the lowest element along the bottom edge — my solution for this is to either place a square with one corner at the origin, or to surround the entire design with a rectangle which matches the intended Stock Size.
jtclose
(Jim Close)
January 21, 2026, 3:03am
3
Draw an extents box around your artwork and include it for export. That will allow CC to land it correctly. Delete the extents box in CC.
system
(system)
Closed
February 20, 2026, 3:04am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.