4724 Commits

Author SHA1 Message Date
HellAholic
1e69f4740b
Merge pull request #19089 from Ultimaker/CURA-11912
Change `value` to `resolve`
2024-05-23 10:43:54 +02:00
c.lamboo
0d017f725a Change value to resolve
CURA-11912
2024-05-17 09:56:49 +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
august.chi
b4c626484f Based on the reviewer's feedback, I have made some changes:delete material params
Signed-off-by: august.chi <august.chi@anker-in.com>
2024-04-28 10:22:46 +08:00
augustchi
fd8f5fccb2
Merge branch 'Ultimaker:main' into Cura_ankermake_august 2024-04-28 09:43:51 +08:00
Saumya Jain
fb965b8d0c merge 5.7 2024-04-26 15:53:03 +02:00
Saumya Jain
3e1ee4b266 Updated shader for support seams
Added changes in shader to show the start of the support walls too along with the model walls

CURA-11227
2024-04-23 14:28:35 +02:00
pkuiper-ultimaker
8984c35c36 Applied printer-linter format 2024-04-22 10:51:30 +00:00
Paul Kuiper
5080309ed2
Removed redundant settings 2024-04-22 12:50:08 +02:00
Paul Kuiper
67108e3e5d Profiles for the Factor 4
PP-470
2024-04-22 10:54:42 +02:00
saumyaj3
c517311171 Applied printer-linter format 2024-04-19 14:56:51 +00:00
Saumya Jain
ee85383699 Add support z seam settings to expert.cfg and fdmprinter.def.json
This update includes two new settings in the expert visibility profile: 'support_z_seam_away_from_model' and 'support_z_seam_min_distance'. These allow users more control over the spatial relationship between the z seam of the support structure and the actual 3D model, ensuring a smoother post-printing process

CURA-11227
2024-04-19 16:55:24 +02:00
Jaime van Kessel
7a5c773e90
Made printprocess reporting settings not settable per mesh 2024-04-12 11:08:35 +02:00
Saumya Jain
c010b58dad
Merge branch 'main' into main 2024-04-11 13:45:00 +02:00
Saumya Jain
8efc5ece01
Merge branch 'main' into Cura_ankermake_august 2024-04-04 15:18:09 +02:00
Nathan Rooy
e8d7a3cda6
Merge branch 'main' into main 2024-04-02 10:20:27 -04:00
Matthias
caa1fc8c67 Move nozzle clean to designated area 2024-03-27 09:13:37 +01:00
nathanrooy
7cd2c68e2d fixed "positionning" -> "positioning" typo 2024-03-25 19:28:46 -04:00
c.lamboo
8e0127471d Bumb setting version in fdmextruder and fdmprinter
CURA-11526
2024-03-15 14:34:51 +01:00
Saumya Jain
85866af3d6
Merge branch 'main' into Cura_ankermake_august 2024-03-15 09:21:04 +01:00
Erwan MATHIEU
52a303e977 Slightly reformulate brim_inside_margin description 2024-03-12 14:54:22 +01:00
Saumya Jain
38685793ab
Merge branch 'main' into CURA-11705-updating-strings-in-CURA 2024-03-08 14:46:04 +01:00
saumyaj3
4d77972600 Applied printer-linter format 2024-03-08 13:42:10 +00:00
Saumya Jain
143dd20392
Update fdmprinter.def.json 2024-03-08 14:41:17 +01:00
Saumya Jain
9e17a55c17 Dtring finishing for Prime tower type and print sequence
CURA-11705
2024-03-08 14:39:12 +01:00
HellAholic
0149be1228
Merge pull request #18466 from Ultimaker/CURA-9838_brim_location
Cura 9838 brim location
2024-03-08 13:32:41 +01:00
Saumya Jain
78c0cfb7a3
Update ankermake_m5c.def.json
removed duplication
2024-03-08 11:11:13 +01:00
Saumya Jain
5f60ef2cad
Merge branch 'main' into Cura_ankermake_august 2024-03-08 11:04:03 +01:00
Saumya Jain
a39e625f77
Update resources/definitions/ankermake_m5c.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-08 11:02:58 +01:00
HellAholic
077ac06e84 Added the generic_petcf
Generic petcf was dropped during clean up. After confirmation with Frederic added it back to the exclude list
2024-03-08 10:44:31 +01:00
Saumya Jain
c3fa20c751
Merge branch 'main' into Cura_ankermake_august 2024-03-08 10:41:16 +01:00
Casper Lamboo
26d181c695
Merge branch 'main' into PP-441-Generic-PEKK-profile 2024-03-07 16:19:05 +01:00