176 Commits

Author SHA1 Message Date
Jaime van Kessel
b7081f9c68
Merge branch 'master' of github.com:Ultimaker/Cura into 3mf_platform_meshes 2020-04-30 13:47:28 +02:00
konskarm
98eda12f60
Merge pull request #7418 from Evg33/UNI_3D_profiles
Adding profiles for UNI 3D Series printers
2020-04-29 17:24:24 +02:00
Evg33
6b51f62411 UNI3D platforms 2020-04-28 16:09:10 +03:00
Evg33
c866d91e56 UNI3D meshes 2020-04-28 15:18:04 +03:00
Ghostkeeper
68e8261c21
Squashed commit of the following:
commit 96187e21580e10ba3006895c0a0613cb1fa66c4d
Author: Ghostkeeper <rubend@tutanota.com>
Date:   Tue Apr 28 11:52:29 2020 +0200

    Update setting_version of recently merged profiles

    None of these had any settings that needed to be deleted or updated. I'm updating them so that they load properly in Cura 4.7.

    Contributes to issue CURA-7403.

commit 80bea3caa14139c189fc10c6874867d104df2fd7
Merge: 174b58374 037eb9a89
Author: Ghostkeeper <rubend@tutanota.com>
Date:   Tue Apr 28 11:41:31 2020 +0200

    Merge branch 'master' of https://github.com/curso007/Cura into curso007-master

commit 037eb9a898e8625497a0f44e31746155c8523662
Merge: 109b5cf8e 772fd650a
Author: Cataldo URSO <curso007@users.noreply.github.com>
Date:   Fri Apr 24 19:36:01 2020 +0200

    Merge pull request #2 from Ultimaker/master

    Resync with Ultimaker

commit 109b5cf8e3311283f60ffb73dc165974cf619faa
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Fri Apr 24 15:34:31 2020 +0200

    Spacing much consistent after editor reconfiguration.

commit cdea1a7d598e39c3beebd4386b6326503051a160
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Fri Apr 24 15:28:18 2020 +0200

    Spacing much consistent after editor reconfiguration.

commit bc8422d4ee95a5d20b5f8364711965b036b28eed
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Fri Apr 24 00:14:38 2020 +0200

    plateform image renamed.

commit e0d95c12558f7da8dcbc1aab966e92a1d67bdebb
Merge: a069ed5f9 b1e95d7a8
Author: Cataldo URSO <curso007@users.noreply.github.com>
Date:   Fri Apr 24 00:03:57 2020 +0200

    Merge pull request #1 from Ultimaker/master

    Resync with ultimaker

commit a069ed5f946b0a9d9830d8ba39c89e7cbe1ffdb2
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Thu Apr 23 23:15:36 2020 +0200

    Reducing size of meshes and image(s)

commit 256d4a5576802ea9c116b4901a79ae17b96ade99
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Wed Apr 22 21:03:02 2020 +0200

    Try to fix errors comming from the CI

commit ec4cbe6809ba80f84a065a2d875f591110c751ff
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Wed Apr 22 20:44:30 2020 +0200

    STL size reduced as much I could.

commit 8a6468943a79a6f72078ded187722706c85871a5
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Wed Apr 22 18:17:13 2020 +0200

    Adding Anycubic Predator printer

commit e4491b30bdc9e9642737d6851c8f7571be368798
Author: Cataldo URSO <cataldo.urso@gmail.com>
Date:   Tue Apr 21 18:51:29 2020 +0200

    Adding the mesh for the FLSUN QQ-S thanks to Eddy Emck
2020-04-28 11:55:15 +02:00
Ghostkeeper
b03b41ac59
Optimise deflate compression with ECT
This would be completely lossless, except that I also told ECT that it can do away with the metadata of the zip archive such as timestamps. But they aren't being used by Cura anyway.
2020-04-21 08:57:28 +02:00
Ghostkeeper
10b04e5803
Merge branch 'master' into 3mf_platform_meshes
Conflicts:
	resources/definitions/skriware_2.def.json -> File was rewritten while I modified the platform mesh. All indentation was changed to tabs which caused a merge conflict.
2020-04-21 08:46:43 +02:00
Jaime van Kessel
94f8b7dcd7
Merge branch 'optimise_obj_meshes' of github.com:Ultimaker/Cura 2020-04-20 10:46:36 +02:00
Ghostkeeper
ac23c9df22
Replace STL meshes with 3MF files
These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
2020-04-18 22:40:43 +02:00
Ghostkeeper
fb4aec96a8
Decimate mesh models that were oversized
We have a guideline for 1MB. I thought we had a unit test for that that makes the tests fail if the models were oversized. But apparently not.
2020-04-18 21:23:13 +02:00
Kostas Karmas
e49d5f9156 Fix trailing slash in wanhao printers
CURA-7358
2020-04-16 18:00:57 +02:00
Ghostkeeper
168c55ce70
Optimise all OBJ meshes
The resolution of the coordinates in these meshes is now reduced to 1 micron. Any unnecessary trailing zeros are removed. Any unnecessary data is removed (like object name). Any comments are removed. All normals are removed and no longer used by the faces.
This should save 10MB on the download and installation size or so.
2020-04-10 18:01:25 +02:00
Evg33
293be8fdb9 UNI 3D Series printers 2020-04-05 18:44:34 +03:00
Nino van Hooff
fefdef6781
Merge pull request #7136 from hussainsail2002/master
Adding Fabx Pro Machine
2020-03-24 16:54:14 +01:00
konskarm
39f41e8e74
Merge pull request #7112 from mehmetsutas/master
Update Rigid3D Printer Profiles
2020-03-17 16:37:58 +01:00
ODUCCEU
1ccf73d11e Add Flying Bear Ghost 4S Printer 2020-03-08 18:37:48 +03:00
Ghostkeeper
c4b060ca48
Merge branch 'dagoma_discoultimate' of https://github.com/0r31/Cura into 0r31-dagoma_discoultimate 2020-03-02 13:38:53 +01:00
Ghostkeeper
43e373af02
Merge branch 'master' of https://github.com/FN5969/Cura into FN5969-master 2020-02-24 17:00:12 +01:00
Hussain Bhavnagarwala
b00c41b395
Add files via upload 2020-02-19 18:26:02 +05:30
Hussain Bhavnagarwala
cef28f04a8
Delete fabxpro_github.STL 2020-02-19 18:25:23 +05:30
Hussain Bhavnagarwala
d2c3167450
Add files via upload
Added STL of FabX Pro bed
2020-02-19 13:54:23 +05:30
Mehmet Sutas
a0f02897e4 Update Rigid3D Profiles 2020-02-16 18:02:04 +03:00
Orel
173a05ddb5 Merge remote-tracking branch 'upstream/master' into dagoma_discoultimate 2020-02-04 10:07:56 +01:00
Kostas Karmas
c0052ad492 Merge branch 'add_mp_mini_delta' of https://github.com/PurpleHullPeas/Cura into PurpleHullPeas-add_mp_mini_delta 2020-01-21 16:29:53 +01:00
Orel
a8322a9348 Decimate platform stls to reach the 1MB size limit 2020-01-17 13:19:16 +01:00
Orel
da3ea6cfdb Add additional extruder on Dagoma Disco printers. 2020-01-16 17:47:37 +01:00
Orel
8c7ca506ad Introduce Dagoma DiscoUltimate profile and make minor changes on other Dagoma printers profiles. 2020-01-16 16:48:49 +01:00
David Souza
d6392c117d Add 3D Tech Printer (#6948)
* Add a new Machine Profile for 3DTech
2020-01-16 16:10:24 +01:00
FN5969
e4ed20b1e9
Add files via upload 2020-01-15 16:22:18 +03:00
PurpleHullPeas
473ff88009
Adding Monoprice Mini Delta platform image. 2020-01-07 18:31:10 -06:00
Ghostkeeper
f9e8d8b753
Compress BeamUp S platform mesh with Decimate to 0.1 degrees
This reduces the file size 30-fold. It also seems to be lossless as no matter how low I set the angle limit it stays on 616 faces.

Contributes to issue CURA-7088.
2020-01-03 12:52:26 +01:00
Ghostkeeper
0e91ef2f71
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master 2020-01-03 11:55:55 +01:00
BeamUp 3D
cdb8bf97b4
Add beamup_s.stl
Added for model update
2020-01-02 15:08:46 +03:00
BeamUp 3D
8fe9e5edc2
Delete beamup_s.stl
Deleted for model change
2020-01-02 15:06:52 +03:00
Jaime van Kessel
580b544642
Convert stl to binary (instead of ASCII) 2019-12-23 15:58:13 +01:00
Jaime van Kessel
cce7af9cb2
Merge branch 'add-lotmaxx-printers' of https://github.com/sm3dp/Cura 2019-12-23 15:48:51 +01:00
Lipu Fei
af562b9c69
Merge branch 'master' into master 2019-12-11 10:58:30 +01:00
Benoit Miller
dd477fe136 Add VORON2 printer profile 2019-11-16 08:16:09 -05:00
sm3dp
ce881b88e5 Added LotMaxx sc10 and sc20 profile 2019-11-15 19:27:49 +08:00
Lipu Fei
2e4e19594f
Merge pull request #6608 from Leapfrog3DPrinters/master
Leapfrog Bolt Pro machine profile
2019-11-05 12:48:39 +01:00
Ghostkeeper
2ea7270825
Merge branch 'master' of https://github.com/skriDude/Cura into skriDude-master 2019-11-04 16:05:44 +01:00
Ghostkeeper
fa00600655
Merge branch '4.3' of https://github.com/samirabaza/Cura into samirabaza-4.3 2019-10-22 16:58:30 +02:00
WalshJames
ca39dae948
Add files via upload 2019-10-22 14:44:58 +02:00
skriDude
30e7e1f334
add mesh file 2019-10-21 17:01:33 +02:00
BeamUp 3D
07e96042dc
Add BeamUp S platform 2019-10-08 12:20:21 +03:00
F-Fischer
3606ac8bd6 Hellbot printers definitions added 2019-09-16 16:23:35 -03:00
SAMSECTOR
0b3757fb3c
Add Original_Prusa_i3_MK3S_MK3_platform.stl
This is the latest mesh for Prusa i3 MK3/MK3s made by Prusa Research with minor modification to fit in Prusa folder under "add printer"
reference :
https://manual.prusa3d.com/Guide/How+to+import+profiles+to+Cura+4.x+(Windows+&+macOS)/1421#_ga=2.78043415.205833688.1568467545-859345073.1567270611
2019-09-14 16:46:58 +03:00
Ghostkeeper
52cb68fdb3
Commit actual files instead of my symlinks
I've been having this profile added via a symlink so that it would update itself. I didn't know that symlinks were possible in Git.

Contributes to issue CURA-6742.
2019-09-04 09:23:27 +02:00
Ghostkeeper
de7915688a
Move profiles from pr-data to main Cura repository
Don't look too deeply into this, please.

Contributes to issue CURA-6742.
2019-09-04 09:16:22 +02:00
Ghostkeeper
f440535581
Add platform mesh for Creality Ender-3
Provided by Sprint8 in #6204, but I think the mesh was obtained from an older Cura version.

This fixes #6204.
2019-08-15 11:31:19 +02:00