Commit graph

34169 commits

Author SHA1 Message Date
goofoo3d
11bf974035 Applied printer-linter format 2023-08-15 07:26:49 +00:00
goofoo3d
08bec236e9
Merge branch 'Ultimaker:main' into main 2023-08-15 15:25:19 +08:00
goofoo3d
1d7139a43a Uniform naming format 2023-08-15 15:24:17 +08:00
goofoo3d
7daff5358a Creat filament files with different nozzle diameters 2023-08-15 15:14:49 +08:00
GregValiant
362b4d894f Update DisplayInfoOnLCD.py
Added TimeToPause to DisplayProgress
2023-08-12 08:58:34 -04:00
c.lamboo
c1acfee5f1 Merge branch 'CURA-10475_engineplugin' into CURA-10446_modify_gcode_path 2023-08-11 15:08:59 +02:00
c.lamboo
0667230055 Merge branch 'main' into CURA-10475_engineplugin 2023-08-11 10:20:11 +02:00
Paul Kuiper
2451e288de Fix horizontal interface expansion setting.
PP-370
2023-08-10 14:41:10 +02:00
c.lamboo
1d6df4cd88 Update copy
CURA-7913
2023-08-10 12:23:54 +02:00
casperlamboo
99bcec18d6 Applied printer-linter format 2023-08-10 10:20:25 +00:00
c.lamboo
00607cf157 Use more reasonable settings values for fluid motion
CURA-10811
2023-08-10 12:18:54 +02:00
saumyaj3
c74748dbb3 Applied printer-linter format 2023-08-10 08:07:17 +00:00
Saumya Jain
4a559e812a
Update fdmprinter.def.json
removed warning

CURA-10670
2023-08-10 10:06:09 +02:00
Jelle Spijker
dead016ed9 Add error messages to BackendPlugin and enhance exception handling
Exception handling in BackendPlugin has been improved by adding
user-friendly error messages for various exceptions. Errors during
backend plugin start or stop will now trigger a message to the user,
providing more context about the cause of the failure. This makes it
easier for users to understand and resolve possible issues. In addition,
 the EngineBackend stop function has been modified to forcibly stop all
 running backend plugins instead of allowing multiple plugins to run
 simultaneously.
2023-08-10 05:56:24 +02:00
Jelle Spijker
8eb7866694
Update README.md 2023-08-09 23:46:01 +02:00
Jelle Spijker
298f00ebde
Update README.md 2023-08-09 23:45:44 +02:00
Jelle Spijker
415d2481d3
Update README.md 2023-08-09 23:44:01 +02:00
casperlamboo
b93be35b89 Applied printer-linter format 2023-08-09 20:53:36 +00:00
c.lamboo
56b15a284c Add fluid motion related settings
CURA-10811
2023-08-09 22:52:31 +02:00
Jelle Spijker
16ce595a15
Merge pull request #16383 from Ultimaker/CURA-7913
Add copy, paste, cut functionality
2023-08-09 14:37:12 +02:00
Jelle Spijker
c898c70bfc Merge branch 'main' into CURA-7913 2023-08-09 14:18:38 +02:00
Casper Lamboo
2aa66b5ebd
Merge pull request #16427 from Ultimaker/CURA-10770_Developer_about_dialog
testing for build
2023-08-09 10:01:09 +02:00
Casper Lamboo
7a25043ef8
Merge pull request #16413 from Ultimaker/CURA-10503_Brim_distance_per_object_removed
Brim distance is not "settable_per_mesh"
2023-08-09 08:56:57 +02:00
GregValiant
e01b1406e3 Update LimitXYAccelJerk.py
Added Gradual Accel Change.

Update LimitXYAccelJerk.py

Round the Accel numbers to nearest "50".

Create LimitXYAccelJerk.py

New post processor to limit the X and or Y accel and jerk for bed-slinger printers.

Update LimitXYAccelJerk.py

Removed debug code.

Update LimitXYAccelJerk.py

Remove debug code

Update LimitXYAccelJerk.py

Bug Fix
2023-08-08 23:47:08 -04:00
Remco Burema
652fff8571 Also add new setting to expert.
part of CURA-10829
2023-08-08 19:58:27 +02:00
Remco Burema
d1f8125f51 Add setting to prevent the top layer from doing small-skin behaviour.
Actually the other way around, so we don't have another negation you have to turn on to turn off (and so the default can be false I suppose). The idea is that recently, a feature was introduced where there should be walls instead of normal skin in small hard to reach places of the model. However, this is to be excluded in most cases for all the top-layer parts exposed to air on the buildplate.

implements CURA-10829
2023-08-08 17:19:35 +02:00
saumya.jain
f2a1830ad9 testing for build
CURA-10770
2023-08-08 15:05:53 +02:00
Saumya Jain
16204aa64f
Merge pull request #16423 from Ultimaker/CURA-10770_Developer_about_dialog
from deploy field.
2023-08-08 13:54:17 +02:00
saumya.jain
64a77440da from deploy field.
CURA-10770
2023-08-08 13:42:31 +02:00
Jelle Spijker
fc916beeec
Merge pull request #16097 from Ultimaker/PP-10_Support_interface
Enable support interface

Contributes to CURA-10824
2023-08-08 13:34:53 +02:00
Jelle Spijker
e52b5625a0
Merge branch 'main' into PP-10_Support_interface 2023-08-08 13:33:11 +02:00
Jelle Spijker
63bc3cc996
Renamed pla quality to normal
Contributes CURA-10885
2023-08-08 13:29:20 +02:00
jellespijker
fd97dd5d0c Applied printer-linter format 2023-08-08 11:25:29 +00:00
Jelle Spijker
916dc29d61
Merge pull request #15590 from Jordonbc/main
Added Kobra Plus printer profile

Fixes CURA-10885
2023-08-08 13:24:22 +02:00
c.lamboo
511f05c392 Don't arrange in paste when no objects were present in the clipboard
CURA-7913
2023-08-08 12:27:51 +02:00
c.lamboo
c393d915d7 Disable copy paste when either 3mf reader or writer is disabled
CURA-7913
2023-08-08 12:17:08 +02:00
Remco Burema
70b1f0ff20 Merge remote-tracking branch 'origin/main' into CURA-10670_reenable_small_skin_area 2023-08-08 11:41:33 +02:00
Paul Kuiper
68e60e66b9 Prevent a maximum value for the horizontal interface expansion to be set when in tree support mode.
PP-370
2023-08-08 11:10:03 +02:00
Jelle Spijker
2240db9062
Add GCodePathsModify
Contributes CURA-10446
2023-08-07 16:04:25 +02:00
Jelle Spijker
0fc507e556
Merge branch 'main' into CURA-10475_engineplugin 2023-08-07 16:01:21 +02:00
Casper Lamboo
84bcdc3bf4
Merge pull request #16331 from Ultimaker/CURA-10770_Developer_about_dialog
Fixed for all the used python packages in venv
2023-08-07 14:28:15 +02:00
c.lamboo
f8b3fb3d67 Move parse/write responsibility of copy/paste to 3MFWriter/3MFReader
CURA-7913
2023-08-07 13:41:01 +02:00
saumya.jain
476f92bd1c Brim distance is not "settable_per_mesh"
A new feature request needed to make this work.
CURA-10770
2023-08-07 12:40:05 +02:00
Jelle Spijker
c6fb3fe59c
Merge branch 'main' into CURA-10475_engineplugin 2023-08-07 09:05:15 +02:00
Jelle Spijker
ce82033f6a
exclude the correct conan versions 2023-08-07 08:21:03 +02:00
Thomas Rahm
3f5ea6f6e2 Change minimum support area to be 0 when tree supports are used 2023-08-05 07:05:16 +02:00
c.lamboo
cc1b42e2fa Merge branch 'main' into CURA-7913 2023-08-04 16:21:07 +02:00
Remco Burema
b1100cb4c5 Relevant comment specifically requests not to call closeApplication in most cases.
done as a 5 min fix.
2023-08-04 15:53:52 +02:00
Remco Burema
6a65be4109
Merge pull request #16385 from Ultimaker/CURA-10116-connected_printers_list_after_click
Clicking Show all connected printers shows all cloud printers offline…
2023-08-04 15:08:43 +02:00
saumya.jain
fc9a228062 Deleting Shake detection
CURA-10770
2023-08-04 14:24:38 +02:00