Cura/resources
c.lamboo 8b84db7059 Remove AbstractMachine
Having a separate class for the AbstractMachine complicated things; it's behaviour was extremely similar to the GlobalStack so adding one more stack container type in addition to the many similar setting container types we already have adds complexity to the system. Having these different classes for machines and abstract machines also add complexity to the update script as the abstract machines were stored in a separate folder from the machine types.

Because of these reasons we decided to replace the AbstractMachine by a GlobalStack where the is_abstract_machine property metadata property is set to True.

CURA-9514, CURA-9277

Co-authored-by: joeydelarago <joeydelarago@gmail.com>
2022-08-26 10:45:45 +02:00
..
bundled_packages Update SDK version to 8.1.0 2022-07-01 09:04:49 +02:00
definitions Bump up the maximum_extrusion_area_deviation 2022-08-24 16:51:47 +02:00
extruders Merge branch 'master' of github.com:heed818/Cura 2022-07-19 14:55:06 +02:00
i18n Merge branch '5.1' 2022-07-15 13:53:13 +02:00
images removed wrong enterprise image 2022-03-25 10:44:50 +01:00
intent Further cleanup of the jerk settings. UM2 based machine have no jerk settings, removed them. Set first layer jerk equal to print jerk and removed all jerk settings (except for jerk_print) in the quality and variant files. 2022-06-02 11:33:22 +02:00
meshes Merge branch 'master' of github.com:RVillani/Cura 2022-07-19 15:32:57 +02:00
qml Remove AbstractMachine 2022-08-26 10:45:45 +02:00
quality Merge pull request #12692 from Ultimaker/PP-187_move_shrinkage_compensation_values_to_fdm_materials 2022-08-06 11:07:35 +02:00
setting_visibility The horizontal expansion can be used to create a more robust support structure when needed. Therefore also expose this setting in the Basic settings view. 2022-06-10 10:29:14 +02:00
shaders Add missing type to lowestPrintableHeight variable 2021-05-12 13:26:10 +02:00
texts Add contributors to change log 2022-07-19 15:37:09 +02:00
themes Adjust large button size 2022-08-23 16:01:30 +02:00
variants Bump version numbers 2022-07-19 14:59:14 +02:00
public_key.pem Move the package signature pem file to the Resources folder 2020-03-19 15:14:21 +01:00
README_resources.txt Fix various typos 2021-09-07 11:33:54 -04:00