3091 Commits

Author SHA1 Message Date
Ghostkeeper
3eba7cd454
Slightly shorten AnyCubic i3 Mega S/Pro name
This was causing some files to be just over the limit of file length when given the default printer name on some operating systems. Some file systems, especially encrypted ones, have strict limitations for the maximum length of a file name. With percent-encoding and the extension and postfix we add to these file names, this could go over the limit in file name length for some operating systems.
Easy fix is to slightly shorten the name, at least to remove those brackets.

Done as a 5 minute fix.
2021-08-20 14:48:40 +02:00
goofoo3d
d709b86c16
add goofoo,renkforce printf (#8959)
* add goofoo,renkforce printf

* 优化PVA打印的配置

* 修正双喷打印不能重叠的问题

* 修改配置信息

* 添加机型配置

* 新增 goofoo 2-1混色脚本,优化机型配置.

* 优化goofoo 2-1混色脚本

* 调整了机型配置

* 添加不同口径喷嘴

* 添加喷嘴口径

* 修改机器名称不对的问题

* modify setting_version = 16 to setting_version = 17

* modify renkforce & goofoo's files setting_version = 16 to 17

* modify pva support_pattern & e-one size

* modify pva support pattern to grid

Co-authored-by: laiqiqi <laiqiqi886@163.com>
2021-08-06 15:14:24 +02:00
Konstantinos Karmas
b86e6ddfe6
Merge pull request #10189 from Ultimaker/CURA-7689_beta_release_notifications
Allow update checking for BETA and stable releases
2021-08-04 15:59:08 +02:00
Jaime van Kessel
0bc3ebbd46
Merge pull request #10222 from Ultimaker/CURA-7928_monotonic_order
Monotonic ordering of skin, top surface and ironing
2021-08-04 15:38:35 +02:00
Ghostkeeper
4c35259c72
Allow monotonic skin if initial layer pattern is not concentric
Contributes to issue CURA-7928.

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-08-04 15:19:00 +02:00
Konstantinos Karmas
b006d9111f Merge branch 'master' into CURA-7689_beta_release_notifications 2021-08-02 16:04:00 +02:00
Ghostkeeper
f5eb2ec74f
Ultimaker 2+ Connect doesn't support the exported material format
So we can't get people to export their materials. Hide the button.
2021-07-30 12:31:14 +02:00
Konstantinos Karmas
90d7005bc2
Merge pull request #10187 from SecKit/create_seckit_printers
Add SecKit SK-Tank and SK-Go printer definitions.
2021-07-30 11:44:13 +02:00
Victor Sanchez Martinez
d6d0db2f50
Added Kingroon K3P and K3PS definitions (#9972)
* Added Kingroon KP3/KP3S printers

* Stock max_feedrate and max_acceleration

Fixed max_feedrate and max_acceleration to match stock firmware

* Update to Cura 4.10

* Delete kingroon_kp3s_v3.stl

* Delete kingroon_kp3s_v2.stl

* Delete kingroon_kp3s_v1.stl

* Delete kingroon_kp3.stl

* New meshes for KP3 and KP3S

* Delete kingroon_kp3s_v3.def.json

* Delete kingroon_kp3s_v2.def.json

* Delete kingroon_kp3s_v1.def.json

* Unified KP3S definitions

* Delete kingroon_kp3s_v3_0.2.inst.cfg

* Delete kingroon_kp3s_v3_0.3.inst.cfg

* Delete kingroon_kp3s_v3_0.4.inst.cfg

* Delete kingroon_kp3s_v3_0.5.inst.cfg

* Delete kingroon_kp3s_v3_0.6.inst.cfg

* Delete kingroon_kp3s_v3_0.8.inst.cfg

* Delete kingroon_kp3s_v3_1.0.inst.cfg

* Delete kingroon_kp3s_v2_1.0.inst.cfg

* Delete kingroon_kp3s_v2_0.8.inst.cfg

* Delete kingroon_kp3s_v2_0.6.inst.cfg

* Delete kingroon_kp3s_v2_0.5.inst.cfg

* Delete kingroon_kp3s_v2_0.4.inst.cfg

* Delete kingroon_kp3s_v2_0.3.inst.cfg

* Delete kingroon_kp3s_v2_0.2.inst.cfg

* Delete kingroon_kp3s_v1_1.0.inst.cfg

* Delete kingroon_kp3s_v1_0.8.inst.cfg

* Delete kingroon_kp3s_v1_0.6.inst.cfg

* Delete kingroon_kp3s_v1_0.5.inst.cfg

* Delete kingroon_kp3s_v1_0.4.inst.cfg

* Delete kingroon_kp3s_v1_0.3.inst.cfg

* Delete kingroon_kp3s_v1_0.2.inst.cfg

* Updated Variants

* KP3S buildplate fix

Fixed a misaligned part

* Simplified meshes

Simplified meshes to improve performance

* Delete kingroon_base_0.2.inst.cfg

* Delete kingroon_base_0.3.inst.cfg

* Delete kingroon_base_0.4.inst.cfg

* Delete kingroon_base_0.6.inst.cfg

* Delete kingroon_base_0.8.inst.cfg

* Delete kingroon_base_1.0.inst.cfg

* Added/deleted excluded materials

Deleted non-1.75mm materials and added missing ones.
2021-07-30 10:41:57 +02:00
Ghostkeeper
0cdd9dd175
Add setting for monotonic top surface skin
You can set it separately, but it defaults to be the same as the rest of the top surface.

Contributes to issue CURA-7928.
2021-07-29 16:16:05 +02:00
Ghostkeeper
b63ccfd718
Add setting to apply monotonic ordering to ironing as well
Contributes to issue CURA-7928.
2021-07-29 15:45:23 +02:00
Jaime van Kessel
84b1aa39b7
Update the update_url's for firmware updates
CURA-7689
2021-07-29 15:21:46 +02:00
Ghostkeeper
b7661659ae
Add setting for monotonic skin order
Just a simple boolean setting for the skin now. Top surface and ironing will follow later.

Contributes to issue CURA-7928.
2021-07-28 16:46:17 +02:00
SecKit 3DP Design
406e92b27d
Update resources/definitions/seckit_skgo.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-07-28 03:28:59 +08:00
SecKit 3DP Design
25737447fb
Update resources/definitions/seckit_sktank.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-07-28 03:28:49 +08:00
aidbish
b405fecccd
Fix up spelling 2021-07-27 14:31:23 +10:00
Ernie
6b421ef308 Add SecKit SK-Tank and SK-Go printer definitions. 2021-07-26 09:10:55 +08:00
Remco Burema
af02b44024
Merge pull request #10030 from Ultimaker/CURA-8055_export_all_materials_usb_redone
Export all materials to archive
2021-07-23 17:59:38 +02:00
Ghostkeeper
cd7624736c
Merge branch 'mpminideltav2' of https://github.com/PurpleHullPeas/Cura into PurpleHullPeas-mpminideltav2 2021-07-23 16:14:07 +02:00
Ghostkeeper
82c7f19164
Merge branch 'master' into CURA-8055_export_all_materials_usb_redone 2021-07-23 15:11:07 +02:00
NilsRo
d536dd12a0
Changed "Deviation" for Anycubic Mega S and X to better support hardware (#10093)
* Update anycubic_i3_mega_s.def.json

Adapted Deviation to ATMega2560 of Anycubic Mega S

* Update resources/definitions/anycubic_i3_mega_s.def.json

Good points. Thanks!

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>

Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-07-20 09:11:32 +02:00
Luke Harrison
918d1f188b
Biqu bx definition (#10086)
* Added prelim support for the BX

* Revert "Added prelim support for the BX"

This reverts commit 923fbdbbb617d000663f04d08d468ed0c560517c.

* Added prelim support for the BX

* Revert "Added prelim support for the BX"

This reverts commit 923fbdbbb617d000663f04d08d468ed0c560517c.

* Added BIQU BX printer def

* Updated the platform name.

* Minor update to the start code. Ready for merge.
2021-07-19 15:57:30 +02:00
Konstantinos Karmas
5bd9970a82 Change default_value to value 2021-07-16 13:44:14 +02:00
Thushan Fernando
c60295c69e
Adds FLSun Super Racer Profile (#10078)
* Initial FLSun Super Racer profile setup.

* flip has_machine_quality to false as suggested by @konskarm.

* tabs vs spaces! Space is the final frontier!

* Enumeration value should be in inner single quotes as requested by @konskarm.
2021-07-16 13:43:22 +02:00
Ghostkeeper
c2f2304512
Move Kossel Pro platform mesh a bit lower to prevent Z-fighting
As reported in #8296.
2021-07-16 10:48:24 +02:00
PurpleHullPeas
983d1fc8a2
Removing mp_mini_delta_v2 default bed temperature. 2021-07-15 08:21:08 -05:00
PurpleHullPeas
e9e9795bcc
MP Mini Delta V2 temperature settings and version. 2021-07-15 08:16:46 -05:00
PurpleHullPeas
b20a183922
Adding MP Mini Delta V2 def
Utilizing information shared from MP Mini Delta V2 owners in order to make this definition work.
2021-07-15 07:48:02 -05:00
PurpleHullPeas
3f1052f756
Minor MP Mini Delta V1 Def updates
Adding comment distinguishing the printer as the V1 versus the V2. Removing "+5" initial layer temperatures. Setting line width equal to nozzle size.
2021-07-15 07:47:00 -05:00
Ghostkeeper
c305f8b36a
Merge branch 'master' of https://github.com/v-xup6/Cura into v-xup6-master 2021-07-14 15:09:49 +02:00
Victor Lin
8414e8b523
Delete atomPlus.def.json
Prototype machine
2021-07-13 22:42:03 +08:00
Victor Lin
6560766b1f
Update atom2.def.json
Simplify brim width to adjust only the value
2021-07-13 22:40:39 +08:00
Dave
a1387f7ed7
Update geeetech_a30.def.json
wrong name for the settings
2021-07-10 18:24:00 +02:00
Jaime van Kessel
b8afc9c045
Merge branch 'master' of github.com:Ultimaker/Cura 2021-07-06 11:53:59 +02:00
Jaime van Kessel
d0411a95fd
Fixed rigid3d zhop speed 2021-07-06 11:53:41 +02:00
Jaime van Kessel
401f3d0df6
Set default z-hop speed to allowed value 2021-07-06 11:47:47 +02:00
Jaime van Kessel
11b6e680b2
Remove incorrect value from makermade profile
No idea why it worked in the first place, but a max speed of 0 is impossible!
2021-07-06 11:45:51 +02:00
Jaime van Kessel
5acf2ec47d
Set Z speed for dagoma disco 2021-07-06 11:45:04 +02:00
pbr-research
6634fca887
Add PBR 3D Gen-I printer definition (#9307)
* Add new printer PBR_3D.def.json

Adding new Profile definition for PBR 3D.

* Create pbr_3d.extruder_0.def.json

Adding extruder profile for PBR 3D

* Delete pbr_3d.def.json

* Delete pbr_3d.extruder_0.def.json

* Adding PBR 3D Gen-I printer definition.

This is an printer definition for our printer.

* Adding PBR 3D Gen-I Printer Extruder definition

This is an extruder definition for our printer.

* Adding buildplate definition for PBR 3D Gen-I

This is a buildplate definition for our printer.

* Update pbr3d_g1.def.json

* Add files via upload
2021-07-06 11:42:44 +02:00
Jaime van Kessel
b7e60ca413
Set z hop speed to max for Tevo Tarantula
Fixes Ultimaker/Cura#10085
2021-07-06 11:37:30 +02:00
Jaime van Kessel
fe0f460547
Set default z hop speed to max allowed value for maylan m200
Fixes Ultimaker/Cura#10083
2021-07-06 11:33:50 +02:00
Ghostkeeper
f92c6594da
Remove stylised caps for Creasee manufacturer
We'd like to keep the list of manufacturers and printers a bit more fair, without some manufacturers/printers getting more attention than others. The printers didn't have stylised caps here either.

Contributes to issue CURA-8364.
2021-07-05 17:55:01 +02:00
Ghostkeeper
02ef22a572
Merge branch 'master' of https://github.com/ivovk9/Cura into ivovk9-master 2021-07-05 17:51:46 +02:00
Ghostkeeper
a0589d57d6
Rename visual name from Voron V0 to Voron 0
As discussed in #9589.
2021-07-02 13:46:32 +02:00
Ghostkeeper
6003889daa
Merge branch 'pekk_integration_with_start_gcode' of https://github.com/ChronosTech/Cura into ChronosTech-pekk_integration_with_start_gcode 2021-07-01 16:10:16 +02:00
ivovk9
375529c2f0 new edits and files
new edits and files
2021-07-01 09:57:06 +02:00
Ghostkeeper
0a75c772ed
Unrevert new icon set for all of Cura's interface
We created a new set of icons for Cura. These icons had to be reverted though because they weren't working out in the interface for the last release yet.
This unreverts them, basically adding them back hoping that we'll get them fixed in time for the next release.

Contributes to issue CURA-8342.

Revert "Revert "Fix merge conflict""

This reverts commit bb20e3307f43edc1ff53cb154d2351ddfe39e158.

Revert "Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons""

This reverts commit 70e4e9640e561e18a12870f30c905203ce8ccee7.

Revert "Revert "Fix typo in icon name""

This reverts commit 38ce22ba7c3f40b971bc6e1e0a8e776ca9d51512.

Revert "Revert "Add list for deprecated icons""

This reverts commit 119a957e7f978dbf1ddbcb3b0005bf38e8fed943.

Revert "Revert "Add Function icon""

This reverts commit 760726cf0bb953bb1b0fc277b448f419d4bd2544.

Revert "Revert "Switch out inherit icon""

This reverts commit 26afff609381e2004d194c280f504b6226859bd3.

Revert "Revert "Merge branch 'CURA-8205_Introduce_new_icons_in_Cura' of github.com:Ultimaker/Cura""

This reverts commit 6483db3d47ee052c1a966cdee3af7190577a5769.

Revert "Fix incorrect icons"

This reverts commit 02a4ade2a50a943ff36fd4895bdc9261cf2133eb.
2021-06-28 17:16:56 +02:00
Ghostkeeper
1ccff0e3eb
Merge branch '4.10' 2021-06-25 16:42:11 +02:00
Ghostkeeper
914f4bbebe
Show Minimum Support Area setting also when there are only support meshes
The setting influences support meshes. If support was disabled but there was a support mesh, this setting would influence the slice result even if it was invisible.

Fixes #10002.
2021-06-25 16:41:59 +02:00
Ghostkeeper
4b7646e736
Do away with stylized caps
No preferential treatments.

Contributes to issue CURA-8350.
2021-06-25 16:23:50 +02:00