the printer slicer expects mm (#3341)

* the printer slicer expects mm

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)

* empty

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jess Frazelle
2024-08-09 21:05:18 -04:00
committed by GitHub
parent a503d1ce50
commit e86a5622c8
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -388,7 +388,8 @@ export const ModelingMachineProvider = ({
}, },
}, },
storage: 'ascii', storage: 'ascii',
units: defaultUnit.current, // Convert all units to mm since that is what the slicer expects.
units: 'mm',
selection: { type: 'default_scene' }, selection: { type: 'default_scene' },
} }