36173 Commits

Author SHA1 Message Date
Alan Bjorklund
5ecfa59c94 Removed metallic PLA from Sketch exclude list
Some checks failed
conan-package-resources / conan-package (push) Failing after 1s
unit-test / Run unit tests (push) Failing after 1s
printer-linter-format / Printer linter auto format (push) Failing after 1s
PP-552
2025-01-10 09:42:06 -05:00
Shirley Du
99d10e5227 Use some accel/jerk settings as Method Bead Mode values
Populate Method series .makerbot files' meta.json with accel override settings,
for the print globally and for 'bead modes' pertaining to specific features,
per extruder. Currently, extruder-specific bead mode settings will only be
added to the meta.json if the value is non-zero.

Also disallow setting per mesh/extruder/meshgroup for accel/jerk _enabled,
_print, _travel, _travel_enabled for method-based printers
2025-01-09 20:11:03 -05:00
Alan Bjorklund
87072cc0fe Add metallic PLA quality files for Sketch printers
Previously we used the PLA quality files to print Metallic PLA.
There were drastic differences in surface quality (matte vs shiny).
The temperature increase to 230 addresses the surface differences.
We reduced the print speed to stay within the max flowrate of
12 mm^3/s.  Additionally, the infill rotation was enabled for
Metallic PLA (Similar to Sketch PLA infill).

Some other speed adjustments were made (walls, roof, support
interface, support bottom).  These were paths that got slowed
down too much when adjusting the global print speed. These
adjustments were made to make up some of the lost speed
without sacrificing print quality.

The previous support material flow value was set to 90%.  We
increased it by 2% to limit under-extrusion, which is more
pronounced at the higher nozzle temperature.

PP-552
2025-01-09 17:51:33 -05:00
Erwan MATHIEU
3276fc2eb6 Add setting to filter out layers that have small overhanging faetures
Some checks failed
conan-package-resources / conan-package (push) Failing after 0s
conan-package / conan-package (push) Failing after 0s
printer-linter-format / Printer linter auto format (push) Failing after 1s
unit-test / Run unit tests (push) Failing after 0s
CURA-12352
2025-01-09 13:54:58 +01:00
Erwan MATHIEU
b82bb8d6c9 Merge remote-tracking branch 'origin/CURA-11966_reduce-speed-on-overhang' into CURA-12352_different-minimum-layer-time-for-layers-that-contain-overhangs 2025-01-09 13:05:38 +01:00
Erwan MATHIEU
66402ff93c Use single extruder when exporting for Replicator+
CURA-12313
2025-01-09 09:19:41 +01:00
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
Some checks failed
unit-test / Run unit tests (push) Failing after 1s
conan-package-resources / conan-package (push) Failing after 0s
printer-linter-format / Printer linter auto format (push) Failing after 0s
conan-package / conan-package (push) Failing after 1s
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
be509b6696 Update SearchAndReplace.py
Update SearchAndReplace.py

Changed comments.
Revised code below line 170.
Changed 'curaApp' to 'cura_app'
2025-01-07 12:27:34 -05:00
GregValiant
349c5284a9 Update SearchAndReplace.py
Update a description

Update SearchAndReplace.py

Fixed the "descriptions".  Cura didn't like the dashes or backslashes.
2025-01-07 09:24:25 -05: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 a758ebb020887920856e2a4945daa048f7a3d721.
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