32 Commits

Author SHA1 Message Date
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
wawanbreton
d3150016ba Applied printer-linter format 2023-10-24 14:13:22 +00:00
Erwan MATHIEU
3417a858b4 Use default prime tower position for everyone
This is necessary to ensure that all printers use a valid prime tower position, now that the position computation rule has changed and includes the base/brim.

CURA-10783
2023-10-24 16:11:41 +02:00
NicolasBOYARD
539794b43f eMotionTech override removed 2023-05-05 11:43:14 +02:00
NicolasBOYARD
68250ece64 eMotionTech
Remove T{initial_extruder_nr} from DUAL600 and IDEX420 start gcode (it was mandatory in Cura 4.xx but created a minor bug in Cura 5.xx)
2023-04-27 09:08:56 +02:00
NicolasBOYARD
f6e6b8c748 eMotionTech - Strateo IDEX420 added to Cura
Files added to :
- definitions
- extruders
- quality
- variant
setting_version has benn updated to "21"
XML file "product_to_id.json" has been updated because "STRATEO3D" is noww a brand of 2 machines : DUAL600 and IDEX420
IDEX420 is a "IDEX" machine, so we created 3 definition files : 1 main file "strateo3d_IDEX420" and 2 inherited files "strateo3d_IDEX420_duplicate" and "strateo3d_IDEX420_mirror"
materials PA6CF and PA6GF added to both machines in quality folders
2023-03-30 12:22:50 +02:00
casperlamboo
5037d2f642 Applied printer-linter format 2023-03-23 15:23:42 +00:00
c.lamboo
2181bbceb3 Fix gcode flavors in profiles
For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.

CURA-10374
2023-03-23 16:22:22 +01:00
Remco Burema
cf922295db Try before the beta. After it's too late.
A lot was changed in support. The short of it is that we now think towers should be on by default, but aren't _completely_ certain about it. It makes more sense to do make this change before the beta rather than just before stable, so we have a chance to revert should it prove disastrous.
2023-02-21 15:43:12 +01:00
jspijker
53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00
Konstantinos Karmas
61d18f22b2 Fix combing value not being recognized
The value of an enum needs to be in single quotes when it is in the "value" field or else it won't be recognized.

CURA-7976
2021-09-29 13:35:21 +02:00
Konstantinos Karmas
e1b56f9188 Remove "default_value" since the "value" overrides it
CURA-7976
2021-09-28 15:38:39 +02:00
ChronosTech
f8725d13cf remove material_print_temperature_maximum_value 2021-06-09 17:24:53 +02:00
ChronosTech
535026d0d3 edit start gcode 2021-05-25 10:40:56 +02:00
ChronosTech
8b52836c64 Update temperatures and remove duplicate temperature declarations 2021-05-10 12:33:29 +02:00
ChronosTech
e9e5327bc5 Create definitons and HT0.4 quality for strateo3d. 2021-05-10 11:07:32 +02:00
KOUBeMT
6e60cd4e15 Update strateo3d.def.json 2020-09-14 11:10:24 +02:00
KOUBeMT
5a2712fdf4 Update strateo3d.def.json 2020-08-27 15:26:24 +02:00
Ghostkeeper
f4f990708f
Remove old 'category' metadata
Most of it was incorrect and very inconsistent too. These are not used by our code any more.
2020-04-28 09:27:31 +02:00
Ghostkeeper
92926cfc21
Revert "Limit retraction_combing_max_distance to be no lower than retraction_min_travel"
This reverts commit 3b1e88e49c005657e463f6c76c505ad253ce8636.
It was changing the default behaviour for these printers.

Contributes to issue CURA-6860.
2020-01-20 10:47:46 +01:00
Ghostkeeper
3b1e88e49c
Limit retraction_combing_max_distance to be no lower than retraction_min_travel
Retraction_min_travel overrides retraction_combing_max_distance in CuraEngine, so it has no effect to make it any lower.

Contributes to issue CURA-6860.
2020-01-20 09:41:48 +01:00
Ghostkeeper
2abb9842d2
Choose a supported quality as preferred quality
One that is supported by the preferred material and nozzle.

As discussed in #6474.
2019-10-25 13:21:33 +02:00
Ghostkeeper
6e8ed3b605
Merge branch 'master' of https://github.com/eMotion-Tech/Cura into eMotion-Tech-master 2019-10-24 14:29:05 +02:00
Ghostkeeper
4a5673746c
Remove unused default_value overrides
These are overrides of default_value while there is a value defined. As such these overrides had no effect at all.
Changing them to value can actually change the behaviour of the profile. That is not what the profile author has apparently tested with, so I'm not doing that. I'm just removing the unused data.
In the future if we get new definitions the author gets notified of the error so that he may test more effectively. The legacy can't be fixed without re-testing, so I'm leaving that to the authors.

Done during Turbo Testing & Tooling. I want to go home for the weekend now...
2019-10-18 18:38:16 +02:00
KOUBeMT
fbf583b577 Update strateo3d.def.json 2019-10-11 15:27:46 +02:00
KOUBeMT
3f9f465053 Update strateo3d.def.json 2019-10-03 12:03:48 +02:00
Lipu Fei
12e794fe50 Remove has_machine_materials and has_variant_materials
They are not used.
2019-08-07 10:44:02 +02:00
KOUBeMT
485845acdd Add_preferred_material_to_definition 2019-07-26 10:42:03 +02:00
KOUBeMT
25de7fc037 Add_preferred_material 2019-07-26 10:38:14 +02:00
KOUBeMT
ee06ecca01 Indentation_fix_tabs_to_4spaces 2019-06-07 10:15:29 +02:00
KOUBeMT
c54f599acb indentation_fix 2019-06-06 15:04:32 +02:00
KOUBeMT
cc693a8804 First_Strateo3D_commit 2019-06-05 15:04:18 +02:00