Commit graph

4953 commits

Author SHA1 Message Date
wawanbreton
6b0e492dff Applied printer-linter format 2024-06-25 15:12:08 +00:00
Erwan MATHIEU
0d805df711 Set layer_start_x/y to a safer value
Also remove all the definitions that had exactly this value as an override.

CURA-11947
2024-06-25 17:09:51 +02:00
Erwan MATHIEU
9ae9debfc3 Rename setting from layer_0 to initial
CURA-11947
2024-06-25 16:55:28 +02:00
Erwan MATHIEU
539cd8b306 Replace "first" by "initial" in setting label and description
CURA-11947
2024-06-25 13:48:37 +02:00
Erwan MATHIEU
675c2caaba Default layer start position to machine_extruder start position
CURA-11937
2024-06-25 11:33:07 +02:00
Erwan MATHIEU
cd40d51564 Merge remote-tracking branch 'origin/main' into CURA-11947_improve_multimaterial_raft 2024-06-21 09:25:21 +02:00
Paul Kuiper
a235bef965 Remove Sketch machine for Cura 5.8 release.
PP-333
2024-06-21 08:26:10 +02:00
Erwan MATHIEU
44c23dd612 Merge remote-tracking branch 'origin/main' into smaller-prime-tower 2024-06-19 15:15:37 +02:00
Erwan MATHIEU
6476bce50d Add settings to customize raft infill overlap 2024-06-19 13:53:46 +02:00
Remco Burema
e2ed9c6930
Merge branch 'main' into CURA-9474_non_vertex_seams 2024-06-18 14:08:11 +02:00
Erwan MATHIEU
a71784a8c5 Add setting for minimal prime tower shell thickness 2024-06-18 11:41:02 +02:00
Paul Kuiper
262b6f1458 Improve PVA printing reliability. Increase linewidth at first layer, enable prime tower, increase print speed PVA.
PP-429
2024-06-17 15:19:52 +02:00
Erwan MATHIEU
1f1412d8b3 Add settings to customize raft layers adhesion
CURA-11947
2024-06-13 13:40:34 +02:00
Erwan MATHIEU
db3e0bd894 Add setting to customize support first layer
CURA-11947
2024-06-13 13:01:53 +02:00
HellAholic
49984b620e
Merge branch 'main' into CURA-8076_seam_avoid_overhangs 2024-06-13 11:19:50 +02:00
Erwan MATHIEU
6d1233b48b Add settings to customize raft flow
CURA-11947
2024-06-13 10:47:30 +02:00
Erwan MATHIEU
772692250f
Merge branch 'main' into 5.7-merge-to-main 2024-06-12 12:02:35 +02:00
Remco Burema
f7e298db65 Split overhang angle w.r.t. seams off from overhang angle.
part of CURA-8076
2024-06-11 15:12:55 +02:00
Remco Burema
f60e714a59 Split overhang angle w.r.t. seams off from overhang angle.
part of CURA-8076
2024-06-11 15:04:59 +02:00
Justin F. Hallett
5cfb3dbf7f
Add DraftShift Design Voron2 based StealthChanger profiles 2024-06-07 15:49:09 -06:00
Remco Burema
faa2b46a31 Make z-seam on non-vertex positions posible.
For user-specified and shortest at least.

part of CURA-9474
2024-06-05 14:58:21 +02:00
kixell
57f004de08
Update creality_crm4.def.json 2024-06-04 09:14:47 -05:00
kixell
c5eeb012d2
CR-M4
Added profile for Creality CR-M4
2024-06-04 09:13:38 -05:00
wawanbreton
219543dd43 Applied printer-linter format 2024-05-30 07:19:37 +00:00
Erwan MATHIEU
e863eee156 Disable wait for temperature for UltiMaker printers
Previously the material_print_temp_prepend and material_print_temp_wait were ignored for Griffin-flavored printers. Now we do handle them because we want the prepend, but we don't want the wait so disable it.
2024-05-30 09:18:08 +02:00
Erwan MATHIEU
a3d70e9429 Allow setting interleaved prime tower base on material
CURA-11931
2024-05-27 16:26:26 +02:00
HellAholic
1e69f4740b
Merge pull request #19089 from Ultimaker/CURA-11912
Change `value` to `resolve`
2024-05-23 10:43:54 +02:00
c.lamboo
86ccddbb1d Change value to resolve
CURA-11912
2024-05-22 16:51:08 +02:00
c.lamboo
0d017f725a Change value to resolve
CURA-11912
2024-05-17 09:56:49 +02:00
Erwan MATHIEU
674d28a371 Add resolve functions for raft_*_remove_inside_corners settings 2024-05-14 10:03:12 +02:00
Saumya Jain
1f5a18d7d7 added resolve function to take the values from material profiles 2024-05-08 14:31:33 +02:00
Saumya Jain
33d95362c9 Fix name of Sketch to display
CURA-11777
2024-05-08 14:16:58 +02:00
saumyaj3
d8c852b74a Applied printer-linter format 2024-05-07 08:56:45 +00:00
Saumya Jain
7a52cd3cd5 Update Ultimaker Sketch definitions and refactor PNG formats in MakerbotWriter
CURA-11777
2024-05-07 10:55:23 +02:00
Saumya Jain
e33264625a Removed material temperature related settings
CURA-11777
2024-05-06 16:27:20 +02:00
Saumya Jain
0bbde663e4 Update file format and removed 'Sketch' flavor option
The file format 'application/x-makerbotsketch' has been updated to 'application/x-makerbot-sketch' across all instances in the code base. In addition, the 'Sketch' option for gcode flavor has been removed from all printer selection menus in different sections of the code. This should be added again once the code is implemented in gcode for this flavor.
Also, change flavor in ultimaker_sketch.def.json file

CURA-11777
2024-05-06 16:07:48 +02:00
Saumya Jain
f7f56e8766 Add sketch to cloud
CURA-11777
2024-05-06 13:32:52 +02:00
saumyaj3
f150d304d6 Applied printer-linter format 2024-05-06 09:48:19 +00:00
Saumya Jain
810529e01b Add Makerbot Sketch printer support
This commit adds support for the Makerbot Sketch 3D printer. This includes setting specific configuration parameters, defining a new machine definition and relevant build platform mesh. Material compatibility restrictions are also outlined to adhere with the capabilities of the printer.

CURA-11777
2024-05-06 11:46:54 +02:00
HellAholic
a9084f372d
Merge pull request #18916 from Ultimaker/CURA-11227-zseam-support
Add support z seam settings
2024-05-03 15:01:26 +02:00
Saumya Jain
003808c9a2 remove unused default settings
CURA-11090
2024-05-03 14:17:42 +02:00
saumyaj3
135a6bb43d Applied printer-linter format 2024-05-03 10:51:34 +00:00
Saumya Jain
ee7b8e4574
Merge branch 'main' into main 2024-05-03 12:25:46 +02:00
saumyaj3
542da3fbdf Applied printer-linter format 2024-05-03 10:23:01 +00:00
Saumya Jain
5485ee7a21 remove unused settings
CURA-11707
2024-05-03 12:22:00 +02:00
Saumya Jain
ea6efbd26f
Merge branch 'main' into main 2024-05-03 10:26:20 +02:00
saumyaj3
83b99e3b40 Applied printer-linter format 2024-05-03 08:15:43 +00:00
Saumya Jain
4379a00b41
Merge branch 'main' into main 2024-05-03 10:05:25 +02:00
Saumya Jain
d7ffaab0d0
Merge branch 'main' into CURA-11227-zseam-support 2024-05-01 10:03:45 +02:00
Saumya Jain
f3172cb10b Removes the maximum_value line and modifies the maximum_value_warning from "line_width * 2" to "line_width * 4".
CURA-11227
2024-04-29 14:48:27 +02:00