HellAholic
703028d00d
Adjustment bit for self.start_x, self.start_y
2024-12-26 17:44:09 +01:00
HellAholic
7e4b6a63f7
Remove the temp V2
2024-12-26 17:35:01 +01:00
GregValiant
bb71538aca
Merge branch 'PurgeLines' of https://github.com/GregValiant/Cura into PurgeLines
2024-12-26 11:19:27 -05:00
GregValiant
f08873fa35
Update PurgeLinesAndUnload.py
...
Updated with the combined changes and ready for review.
2024-12-26 11:19:12 -05:00
HellAholic
20847a0b33
Final adjustments to V2
...
- Add condition to check for self.start_y before appending undefined/non to the gcode
- Move self.start_x and self.start_y def to the init()
2024-12-26 16:54:26 +01:00
HellAholic
e9f1be7b6b
Greg's changes
2024-12-26 16:41:07 +01:00
HellAholic
b872610275
comment fix for v2
2024-12-26 12:42:55 +01:00
HellAholic
d80f291dc5
More V2 shenanigans
...
- Rename the start location to end purge location to match with what it represents
- Added location and position enums
- Rewrite the _get_adjustment_lines function as _move_to_location (generic)
- Replace goto_str with a position tuple for consistency and error prevention (typo prevention)
2024-12-26 12:40:06 +01:00
HellAholic
79ec595785
v2 update
2024-12-24 19:21:40 +01:00
HellAholic
3eb6db1a7b
Temp v2
2024-12-23 18:14:31 +01:00
GregValiant
1859b9d12e
Merge branch 'PurgeLines' of https://github.com/GregValiant/Cura into PurgeLines
2024-12-21 09:21:54 -05:00
GregValiant
60b64d70be
Update PurgeLinesAndUnload.py
...
Added a "quick purge" option before the actual unload to insure the filament is free to pull back.
Made adjustments for "Machine Disallowed Areas".
Added some comments.
Re-ordered some of the code.
2024-12-21 09:21:44 -05:00
GregValiant
bfc0139766
Merge branch 'main' into PurgeLines
2024-12-21 06:09:06 -05:00
Erwan MATHIEU
382b98e8b0
Fix wrong setting version on profiles
2024-12-20 15:19:24 +01:00
Erwan MATHIEU
f17872725a
Set proper method to define env variables
2024-12-20 14:42:53 +01:00
Erwan MATHIEU
07880cd590
Always display sub-packages main branch results
2024-12-20 12:33:41 +01:00
Erwan MATHIEU
345980026c
Display proper CuraEngine packaging action result
2024-12-20 12:29:02 +01:00
Erwan MATHIEU
2951a6b0f7
Fix nightly release notes syntax
2024-12-20 12:25:16 +01:00
Erwan MATHIEU
5ccb96e07b
Adjust nightly builds tags
2024-12-18 09:10:56 +01:00
Erwan MATHIEU
d1932b5bdb
Fix file patterns syntax, maybe
2024-12-17 16:32:24 +01:00
Erwan MATHIEU
f95d073b1b
Use common linter workflow
2024-12-17 16:21:42 +01:00
HellAholic
e11d0db61a
Merge pull request #19515 from EmJay276/PR_GCodeReader_relative_extrusion
...
PlugIn GCodeReader - Process M82 and M83 command for Marlin flavoured GCode
2024-12-17 15:30:06 +01:00
Erwan MATHIEU
0efa90a2c3
Fix release-notes file path
2024-12-17 09:58:03 +01:00
Erwan MATHIEU
e0689f9062
Remove scary warning for conan migration
2024-12-16 09:26:46 +01:00
Erwan MATHIEU
709367419b
Fix nightly release notes creation
2024-12-16 08:44:49 +01:00
Erwan MATHIEU
ddb5aee056
Use private data from internal conan-user
2024-12-13 20:43:19 +01:00
Erwan MATHIEU
86e799e565
Use fdm_materials_private when appropriate
2024-12-13 20:21:17 +01:00
Erwan MATHIEU
cd49eb3bff
Use proper user for private data
2024-12-13 17:27:05 +01:00
Erwan MATHIEU
fb720c3a07
Set version as not required
2024-12-13 15:40:15 +01:00
Erwan MATHIEU
97c89edee9
Set empty package version for installers by default
2024-12-13 15:34:19 +01:00
Erwan MATHIEU
50470758b2
Use proper private materials data
2024-12-13 13:33:31 +01:00
Erwan MATHIEU
0b661203e7
Allow specific installers to have package overrides
2024-12-13 11:18:08 +01:00
Erwan MATHIEU
20b311f12e
Set proper default version value
2024-12-13 11:14:50 +01:00
Erwan MATHIEU
5d08f8eeef
Allow package overrides when building installers
2024-12-13 11:08:45 +01:00
Erwan MATHIEU
a7ac441d0f
Revert "Allow package overrides when building installers"
...
This reverts commit dd4b9e80c1
.
2024-12-13 10:22:40 +01:00
Erwan MATHIEU
dd4b9e80c1
Allow package overrides when building installers
2024-12-12 17:11:02 +01:00
Erwan MATHIEU
f54eeede77
Fix the rename script call path
2024-12-12 14:42:32 +01:00
Remco Burema
cca70d83da
Install: Fix MacOs; Previous Windows fixes caused Mac build to fail.
...
part of CURA-11622
2024-12-11 16:17:18 +01:00
Remco Burema
bec87b88dd
(installer) Unwanted files are in there, try if it can start without.
...
part of CURA-11622
2024-12-11 10:20:49 +01:00
Remco Burema
66c1a08478
Added the additional hooks folder now present in the cura-workflows repo.
...
part of CURA-11622
2024-12-11 09:03:14 +01:00
GregValiant
035ae14eb7
Update PurgeLinesAndUnload.py
...
Changed 'Execute' procedure per suggestion.
Add 'G10' firmware retraction support to 'Adjust Starting E'.
2024-12-10 18:43:03 -05:00
Remco Burema
cc93e8c866
Prune included binaries.
...
Hopefully get rid of Qt Quick 3D (as opposed to Qt Quick).
part of CURA-11622
2024-12-10 19:58:56 +01:00
Remco Burema
55f59b7971
Better rid of 'forbidden modules' and related folders.
...
part of CURA-11622
2024-12-10 17:30:27 +01:00
Remco Burema
5e59458893
More needed PyQt for Windows?
...
part of CURA-11622
2024-12-10 16:35:28 +01:00
Remco Burema
89287f829d
(win-install) That pulled in too much pyqt, try more fine-grained.
...
part of CURA-11622
2024-12-10 14:33:16 +01:00
Remco Burema
e2c3dd62ce
Try to fix that not all pyqt dynamic libs are in the win-install.
...
part of CURA-11622
2024-12-10 13:16:29 +01:00
Remco Burema
ef02ab543e
Try if we can get rid of this workaround.
...
done part of CURA-11622
2024-12-10 09:25:49 +01:00
Remco Burema
23cc0b4d01
Hopefully all of the hidden imports are OK now for keyring.
...
part of CURA-11622
2024-12-10 08:27:43 +01:00
Remco Burema
c6a2ccec1e
Remove duplicated keychain entry.
...
part of CURA-11622
2024-12-10 08:27:11 +01:00
GregValiant
82336a0616
Create PurgeLinesAndUnload.py
...
This script has 4 options.
Add Purge Lines will draw lines left, right, top, or bottom of the build plate and either fill length of half length. If a print takes up the entire width then the purge lines could be moved to the bottom.
2024-12-08 20:47:16 -05:00