31861 Commits

Author SHA1 Message Date
Remco Burema
9861e450a0 Fix/rewrite for relative extrusion mode.
For relative mode, not only needs the retractions created to be actually relative, but it also needs to compensate on the next G1 (as opposed to absolute mode, where you'd want to go to the same absolute E position after). Rather than massively complicating the already gnarly code (once it found a G1 retraction, it scanned forwards to find G0 statements (which it rewrote to G1), so it would go over those _again_ in the middle (layer) loop). While this worked for absolute mode, but would be a nightmare to make work for relative mode as-is (if only because the compensation could _also_ potentially involve keeping track of things over the outer loop). As a bonus I think the resulting code is actually easier to read.

part of CURA-10092 -- should fix #14100
2023-01-20 17:34:39 +01:00
Joey de l'Arago
cc9053091d Disable fuzzy skin when using interlocking. Using these settings together causes the interlocking structure walls to be fuzzy (These are inside model)
CURA-10047
2023-01-20 16:00:52 +01:00
Joey de l'Arago
3820fd7bc6
Merge pull request #14333 from Ultimaker/Interlocking_To_Experimental_CURA-10168
Move_Intelrocking_To_Experimental_CURA-10168
2023-01-20 15:09:20 +01:00
c.lamboo
2638341ec4 Also remove interlocking the "Dual Extruder" category
contributes to CURA-10168
2023-01-20 12:58:19 +01:00
Joey de l'Arago
c99ddb30e5 Remove unused scripts
CURA-9814
2023-01-20 11:49:34 +01:00
Jaime van Kessel
feff96288f
Remove stray comma from json 2023-01-20 11:26:00 +01:00
Jaime van Kessel
e8528e6735
Merge branch 'script' of github.com:brunohenriquy/Cura 2023-01-20 11:20:45 +01:00
MariMakes
741ff84947 [CURA-10167] - Fix Typo in Japanese mention of Extensions
Fixes Typo with extensions mentioned here: https://github.com/Ultimaker/Cura/issues/14290
2023-01-20 10:46:57 +01:00
Joeydelarago
f9dcfb2268 Applied printer-linter format 2023-01-20 09:04:27 +00:00
Joey de l'Arago
582e85afe4
Merge pull request #14298 from mehmetsutas/main
Update Rigid3d Machine Definitions
2023-01-20 10:03:25 +01:00
Joey de l'Arago
0f52521be2 Remove source path from extract tool creation. This can be derived from "self" that is being passed in.
CURA-9814
2023-01-19 14:02:06 +01:00
Joey de l'Arago
5af1f6e276 Rename extract function to generate to match better with conan style.
CURA-9814
2023-01-19 13:32:58 +01:00
Joey de l'Arago
5186b234dc Remove redundant code for merging po files
CURA-9814
2023-01-18 17:33:39 +01:00
Joey de l'Arago
18bfcd60ba Add the extractTool to the Cura conanfile
CURA-9814
2023-01-18 17:20:55 +01:00
Joey de l'Arago
67301a5b54 cleanup debugging changes script
CURA-9814
2023-01-18 10:36:45 +01:00
Joey de l'Arago
ee97962c31 Remove unused scripts 2023-01-18 10:36:09 +01:00
Joey de l'Arago
bcf715193a Use py file instead for extracting strings 2023-01-17 17:55:51 +01:00
Jelle Spijker
7ccb361b8f
Merge pull request #14202 from Ultimaker/CURA-10118_Enable_all_USB_ports_for_Mac
[CURA-10118] Change Only_List_USB
2023-01-17 15:51:37 +01:00
Joey de l'Arago
6054473036 Remove unused environment variable 2023-01-17 15:38:23 +01:00
Vandresc
82ed62941d Move_Intelrocking_To_Experimental_CURA-10168
Moving Interlocking to Experimental category.
2023-01-17 11:19:09 +01:00
Joey de l'Arago
332d41c22f Remove unused environment variable 2023-01-17 10:53:54 +01:00
jspijker
99f0e49934 Use Cura requirements
Contributes to CURA-6867 & CURA-9157
2023-01-16 17:26:58 +01:00
Jelle Spijker
5c38f62d39
Merge pull request #14270 from Ultimaker/CURA-6867_pkg_for_macos
[CURA-6867] Fix Cura being moved on install
2023-01-16 16:56:18 +01:00
Joey de l'Arago
912429bb18 make print statement more informative
CURA-9814
2023-01-16 16:04:40 +01:00
Joey de l'Arago
c0b120b2fd Put app name in quotes because it has spaces in it.
CURA-9814
2023-01-16 15:58:34 +01:00
Joey de l'Arago
3478c0af6c Remove unused translation script
CURA-9814
2023-01-16 15:56:42 +01:00
Joey de l'Arago
c8ba9bccdb Remove xtest as we will no longer be running this locally so it is not useful.
CURA-9814
2023-01-16 15:52:53 +01:00
Joey de l'Arago
ec26cd509e Extend comment
CURA-9814
2023-01-16 15:50:52 +01:00
Joey de l'Arago
d24bd3f979 Use a loop to go over files instead of passing them all in as arguments so that we don't go over the argument size limit.
CURA-9814
2023-01-16 15:50:19 +01:00
Joey de l'Arago
20778f3d10 Move translation scripts to Cura from Uranium
CURA-9814
2023-01-16 15:46:25 +01:00
Joey de l'Arago
e834cce32a Pass the app name into the build_macos script so that it matches the app name used in UltiMaker-Cura.spec.jinja 2023-01-16 15:29:38 +01:00
Joey de l'Arago
36d3662750 Merge branch 'main' into CURA-6867_pkg_for_macos 2023-01-16 13:53:14 +01:00
Joey de l'Arago
1bc764f019 Only search for non usb device printers when using Linux or MacOS
CURA-10118
2023-01-16 11:07:55 +01:00
Joey de l'Arago
7eb75f01d7 Merge remote-tracking branch 'origin/CURA-6867_pkg_for_macos' into CURA-6867_pkg_for_macos 2023-01-16 10:22:18 +01:00
Joey de l'Arago
902f4ef02e
Update packaging/MacOS/build_macos.py
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
2023-01-16 10:22:06 +01:00
Joey de l'Arago
763dde61c8 Add comment to deprecate
CURA-6867
2023-01-16 10:21:24 +01:00
Joey de l'Arago
cf4752aa0b Mention dmg in arg parser.
Fix spelling

CURA-6867
2023-01-16 10:21:04 +01:00
Joey de l'Arago
1554f50518 Use app name so that enterprise is in the name
CURA-6867
2023-01-16 10:20:06 +01:00
mehmetsutas
18a5059bf6 Applied printer-linter format 2023-01-14 20:06:57 +00:00
Mehmet Sutaş
0d38f25553 Merge branch 'main' of https://github.com/mehmetsutas/Cura 2023-01-14 23:05:49 +03:00
Mehmet Sutaş
1fa2eb9565 Update rigid3d_zero3.def.json 2023-01-14 23:05:46 +03:00
mehmetsutas
565febad0a Applied printer-linter format 2023-01-14 19:31:50 +00:00
Mehmet Sutaş
a9bd21e1b7 Rigid3D Quality Definition Updates 2023-01-14 22:30:43 +03:00
Mehmet Sutaş
0f9976c6ac Merge branch 'main' of https://github.com/mehmetsutas/Cura 2023-01-14 21:43:19 +03:00
Mehmet Sutaş
8b1ab32796 Rigid3D Definitions Update 2023-01-14 21:42:28 +03:00
mehmetsutas
c4b1f1c20d Applied printer-linter format 2023-01-13 23:53:54 +00:00
Mehmet Sutaş
a5bc618cf0 Merge branch 'main' of https://github.com/mehmetsutas/Cura 2023-01-14 02:52:21 +03:00
Joey de l'Arago
7e88e3a019 Addd display name to bundle identifier as well so that enterprise can be installed alongside normal Cura.
CURA-6867
2023-01-13 17:31:23 +01:00
Joey de l'Arago
b72e29f33b typo
CURA-6867
2023-01-13 16:11:45 +01:00
Joey de l'Arago
5b8ef526fb Use bundle identifier including version. This stops the installer from overwriting previous installs. This is circumventing the intent of the pkg, it should always upgrade/update never double install. It will work though 🤷
CURA-6867
2023-01-13 15:45:27 +01:00