3641 Commits

Author SHA1 Message Date
NilsRo
26a444214b Update anycubic_i3_mega_s.def.json
No initial print temperature neccessary
2022-01-16 11:51:57 +01:00
NilsRo
8100c96f67 Update anycubic_i3_mega_x.def.json
deleted tabs
2022-01-16 11:35:54 +01:00
NilsRo
8cd317ecd6 Merge remote-tracking branch 'upstream/master' 2022-01-16 11:23:39 +01:00
NilsRo
bf2fec6f61 Update anycubic_i3_mega_s.def.json
Added Comment
2022-01-16 08:44:36 +01:00
Tyler Adler
4cc0b0e5b5 Revert "Readd qualities"
This reverts commit f5aaef98a045d59fa7ab66903dfbd26ea4946d03.
2022-01-15 18:19:35 -08:00
Tyler Adler
f5aaef98a0 Readd qualities 2022-01-15 18:15:06 -08:00
Tyler Adler
65aa389077 Revert "Added machine quality"
This reverts commit 6e9aca817c8d8d97f617f6ae919f13f5e3eec612.
2022-01-15 16:53:41 -08:00
Tyler Adler
6e9aca817c Added machine quality 2022-01-15 16:49:52 -08:00
Tyler Adler
4ff030bdf9 Update elegoo_neptune_2.def.json
speed update
2022-01-15 16:48:54 -08:00
Tyler Adler
050f578dcb Update elegoo_neptune_2.def.json
added defaults and mats
2022-01-15 16:27:34 -08:00
Tyler Adler
99d89439fe Update elegoo_neptune_2.def.json
Removed more overrides
2022-01-15 16:17:13 -08:00
Tyler Adler
0bbd3c1483 Update elegoo_neptune_2.def.json
remove  not needed defaults
2022-01-15 16:11:42 -08:00
Tyler Adler
2ea22d87b5 Update elegoo_neptune_2.def.json
Remove category and platform offset
2022-01-15 15:59:27 -08:00
Tyler Adler
4d214dbae2
Merge branch 'Ultimaker:master' into master 2022-01-15 15:18:36 -08:00
Casper Lamboo
404e02d585
Merge pull request #11251 from Ultimaker/CURA-8868_raft_interface_extruder
Raft Extruders
2022-01-14 09:11:07 +01:00
Casper Lamboo
732aefedbb
Change label to "Raft Top Extruder"
To be consistent with Cura's terminology
2022-01-14 09:05:18 +01:00
Ghostkeeper
69d3f0e6f6
Add missing default_value and settable_per_mesh
Default_value is a required property. Maybe we should have a test for this.

Done as a 5 minute fix. Fixes Ultimaker/CuraEngine#1549.
2022-01-13 12:02:59 +01:00
Tyler Adler
9612ce6da2
Merge branch 'Ultimaker:master' into master 2022-01-12 19:26:04 -08:00
Ghostkeeper
262a005e54
Get extruder values from appropriate sub-adhesion-extruder
The adhesion extruder is now split up into multiple sub-settings. Where applicable to the brim or skirt, get it from the skirt/brim extruder. Where applicable to a specific part of the raft, get it from that part's extruder. Where applicable to the whole raft, get it from the adhesion extruder.

Contributes to issue CURA-8868.
2022-01-12 13:52:47 +01:00
Ghostkeeper
824c9fd837
Add new raft extruder settings
We want to be able to print the layers of the raft with different extruders. To this end, we'll make sub-settings of the adhesion extruder that allow setting the extruder for each part of the raft differently from the rest.

Contributes to issue CURA-8868.
2022-01-12 13:43:10 +01:00
杜建树
4dee92f04c change the definition file names to be lowercase with underscores 2022-01-12 11:14:14 +08:00
Mingda_js
7cfcec09b0
Merge branch 'Ultimaker:master' into master 2022-01-12 09:21:51 +08:00
Jaime van Kessel
ecdf536d5f Add max value to max_retraction_count
CURA-8861
Fixes #11132
2022-01-07 13:19:53 +01:00
p.kuiper
3c4c91947e Set the default value of the Maximum Extrusion Area Deviation to 50.000um2 and remove the warning levels.
Relates to PP-45
2022-01-07 12:26:22 +01:00
Eryone
678eaeea89 Merge branch 'Ultimaker-master' 2022-01-06 10:31:18 +08:00
Patrick
f489e2b46a
Add _layer_0 for temperatures 2022-01-03 17:11:08 -06:00
NilsRo
aa2b8e26b8 Update anycubic_i3_mega_s.def.json
Aligned with OctoPrint Slicer Estimator
2022-01-03 10:11:52 +01:00
Tyler Adler
9939093b72 Elegoo Neptune 2 Printer intigration
Added files for Neptune 2
2022-01-01 15:46:41 -08:00
Patrick
e83bee034c
Heat bed and extruder together
The Ender 3 Pro's power supply can handle heating both at once.
2021-12-23 15:21:40 -06:00
Remco Burema
4f9d1ae0a7
Merge pull request #11022 from reibuehl/master
Updated Profiles and Start and End G-Code to fix an issue with premature heatup
2021-12-23 18:47:07 +01:00
aschwenck
59cd48ee94 Updating profiles 2021-12-23 14:08:03 +01:00
Ghostkeeper
46e9bf9db6
Merge branch 'patch-1' of https://github.com/Rakhmanov/Cura into Rakhmanov-patch-1 2021-12-22 17:11:21 +01:00
Ghostkeeper
4ff44dc969
More expansive description for print head polygon setting
This description is shown for the X-min/Y-min/X-max/Y-max settings in the Machine Settings dialogue, in the tooltip. The new description is written to sort of apply to the polygon but also to those settings in the GUI. It needs to be understandable from the GUI in any case. Being technically correct for the polygon is bonus.

Fixes #11011.
2021-12-22 14:23:21 +01:00
aschwenck
3d9197e7f5 Updating platform offset 2021-12-21 16:43:58 +01:00
Ghostkeeper
37aa01da93
Fix up CR100 file name and version
It needs version number 2.
It needs to have the .def.json extension.

Contributes to issue CURA-8786.
2021-12-21 13:48:11 +01:00
Ghostkeeper
d3c5fc844f
Merge branch 'master' of https://github.com/bodyboarder2528/Cura into bodyboarder2528-master 2021-12-21 13:36:34 +01:00
wanders78746
e6c82f82fe
Add files via upload
Trying to locate json parse failure...
2021-12-20 12:37:53 -06:00
Ghostkeeper
f676e564d0
Merge branch 'master' of https://github.com/felixstif/Cura into felixstif-master 2021-12-20 16:47:33 +01:00
wanders78746
41ba7f58d7
Update makergear_m2.def.json
Corrected platform file extension.
2021-12-18 14:02:09 -06:00
wanders78746
ad3f876292
Rename makergear_m2_bak.def.json to makergear_m2.def.json 2021-12-18 13:56:26 -06:00
wanders78746
6f61223d9a
Add files via upload
MakerGear M2 printer definition
2021-12-18 13:52:00 -06:00
Ghostkeeper
5a1b9e8efc
Further fix automated tests for Mixware printer
Oops. Should've ran this locally while merging it.

Contributes to issue CURA-8782.
2021-12-17 16:17:04 +01:00
Ghostkeeper
51412c7512
Remove category metadata
We use the manufacturer now to categorise these.

Contributes to issue CURA-8782.
2021-12-17 16:13:06 +01:00
Ghostkeeper
ae605265b7
Use value to override settings that were a value in the parent def
Contributes to issue CURA-8782.
2021-12-17 15:50:30 +01:00
Ghostkeeper
0b4c34a20d
Use the specialised profiles for Hyper S with this printer
This printer has specialised profiles. It should use them.

Contributes to issue CURA-8782.
2021-12-17 15:45:14 +01:00
Ghostkeeper
3913d1e2ba
Fix non-existing preferred materials and extruder trains
This was causing a crash. The extruder train had a different ID. The preferred material doesn't exist so it selects a random one that does match. I've set it to be default. The preferred quality needs to refer to the quality type.

Contributes to issue CURA-8782.
2021-12-17 15:42:28 +01:00
Ghostkeeper
3e96508d59
Merge branch 'master' of https://github.com/mixware011/Cura into mixware011-master 2021-12-17 15:27:02 +01:00
felixstif
b31436a3be
Update creality_sermoond1.def.json
Removed  "machine_head_polygon"
2021-12-17 14:27:33 +01:00
casper
411252bcef Merge branch 'master' into CURA-8081_shrinkage_plate_duplicate
# Conflicts:
#	resources/definitions/fdmprinter.def.json
2021-12-16 23:14:20 +01:00
Ghostkeeper
c5532dc745 Don't show smoothing when removing inside corners
Smoothing only has effect on concave corners. So if there are none, it has no effect and should be removed.

Contributes to issue CURA-8081.
2021-12-16 23:11:03 +01:00