Commit graph

35989 commits

Author SHA1 Message Date
GregValiant
28f8e2af79 Update PurgeLinesAndUnload.py
Change the comment line location from the end of data[1] to the first line of the "moves".

Update PurgeLinesAndUnload.py

Move the "start from" comment from the end of data[1] to the first line of the "moves" list.

Update PurgeLinesAndUnload.py

Change the comment line location from the end of data[1] to the first line of the "moves".
2025-01-08 10:22:40 -05:00
Erwan MATHIEU
2fad92b3af Merge remote-tracking branch 'origin/main' into CURA-11966_reduce-speed-on-overhang 2025-01-08 11:38:34 +01:00
HellAholic
e7546031d3 Some cleanup
- variable names updated to reflect their use more clearly
- removed obsolete if/else for move (the length of the list will be always 2)
2025-01-07 23:50:01 +01:00
GregValiant
8c28eecd91 Update PurgeLinesAndUnload.py
Added consideration for Disallowed Areas and Tool Offsets.
This also includes a lot of variables moved into "self".
2024-12-29 15:54:02 -05:00
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
Frederic98
0917f10105 Fix cloud connection for Sketch Sprint and Large 2024-12-19 11:43:29 +01:00
THeijmans
36534579ed PP-547 Set Breakaway BVT to max 40C for Factor 4 2024-12-19 09:54:50 +01:00
Frederic Meeuwissen
2ad64e13db Introduce Cheetah flavor 2024-12-18 18:21:00 +01:00
Erwan MATHIEU
5f81ba3e01 Remove unwanted files 2024-12-18 10:42:09 +01:00
Erwan MATHIEU
33a57ad9ce
Merge branch 'main' into CURA-12236_expose-preferred-travel-area-in-combing 2024-12-18 10:39:55 +01:00
wawanbreton
02ab5dd0be Applied printer-linter format 2024-12-18 09:25:46 +00:00
Erwan MATHIEU
29cb2b121c Polish setting name and description
CURA-12236
2024-12-18 10:24:29 +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
wawanbreton
0785e6f055 Applied printer-linter format 2024-12-16 14:44:57 +00:00
Erwan MATHIEU
a8860017c7 Add setting for inner combing distance to walls
CURA-12236
2024-12-16 15:43:13 +01:00
Erwan MATHIEU
d83a841ee5 Merge branch 'CURA-11966_reduce-speed-on-overhang' into CURA-12352_different-minimum-layer-time-for-layers-that-contain-overhangs 2024-12-16 13:25:52 +01:00
Erwan MATHIEU
078fccc839 Add setting for minimum layer time with overhang
CURA-12352
2024-12-16 13:25:41 +01:00
Erwan MATHIEU
8fc93278dc Revert "Applied printer-linter format"
This reverts commit a758ebb020.
2024-12-16 13:18:48 +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
wawanbreton
a758ebb020 Applied printer-linter format 2024-12-13 10:40:54 +00:00
Erwan MATHIEU
9735bcf64b Remove previous single overhang angle 2024-12-13 11:39:37 +01:00
Erwan MATHIEU
0b661203e7 Allow specific installers to have package overrides 2024-12-13 11:18:08 +01:00