Use high quality render for CadQuery download

This commit is contained in:
Kurt Hutten
2021-07-03 13:07:32 +10:00
parent 70e55a039d
commit f176bbe090
12 changed files with 144 additions and 58 deletions

View File

@@ -0,0 +1,7 @@
import openScad from './openScadController'
import cadQuery from './cadQueryController'
export const cadPackages = {
openScad,
cadQuery,
}