Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-13Overwrite gantry height value instead of default_valueGhostkeeper
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
2018-10-05Remove unused and incorrect "icon" metadata from definitionsfieldOfView
The "icon" metadata is not used, and in all cases points to non-existing files anyway.
2018-07-04CURA-5334 Remove machine nozzle size from machine definitions and moveDiego Prado Gesto
it to extruder definitions.
2018-06-12CURA-5334 remove material_diameter from all printer definitions and also ↵Jack Ha
from fdmprinter.def.json
2018-06-08Add extruder definition for all single-extrusion machinesLipu Fei
CURA-5334 All changed printers: - 101Hero - 3dator - abax_pri3 - abax_pri5 - abax_titan - alya3dp - anycubic_i3_mega - bfb - bq_hephestos - bq_hephestos_2 - bq_hephestos_xl - bq_witbox - bq_witbox_2 - creality_cr10 - creality_cr10s4 - creality_cr10s5 - dagoma_discoeasy200 - dagoma_neva - delta_go - deltabot - deltacomb - easyarts_ares - fabtotum - folgertech_FT-5 - gmax15plus - grr_neo - imade3d_jellybox - innovo_inventor - julia - kemiq_q2_beta - kemiq_q2_gama - kossel_mini - kossel_pro - kupido - makeR_pegasus - makeR_prusa_tairona_i3 - maker_starter - makerbotreplicator - malyan_m180 - malyan_m200 - mankati_fullscale_xt_plus - mendel90 - monoprice_select_mini_v1 - monoprice_select_mini_v2 - peopoly_moai - printrbot_play - printrbot_play_heated - printrbot_simple - printrbot_simple_extended - printrbot_simple_makers_kit - prusa_i3 - prusa_i3_mk2 - prusa_i3_xl - raise3D_N2_plus_single - raise3D_N2_single - renkforce_rf100 - rigid3d - rigid3d_3rdgen - rigid3d_hobby - rigid3d_mucit - rigid3d_zero - rigid3d_zero2 - rigidbot - rigidbot_big - robo_3d_r1 - seemecnc_artemis - seemecnc_v32 - tam - tevo_blackwidow - tevo_tarantula - ubuild-3d_mr_bot_280 - ultimaker2 - ultimaker2_extended - ultimaker2_extended_plus - ultimaker2_go - ultimaker2_plus - ultimaker_original - ultimaker_original_plus - uniqbot_one - vertex_delta_k8800 - vertex_k8400 - zone3d_printer - zyyx_agile
2017-11-02Remove ID from definition filesGhostkeeper
Sometimes it's out of sync. Sometimes even missing. Let's just not use that any more. Contributes to issue CURA-4243.
2017-08-25Make 'other' the default categoryGhostkeeper
This should make it a bit easier for others to create a new definition since there is less for them to 'have to know'. Previously they would be required to fill in as category Other, but now they can just leave the category out.
2017-08-09Remove heat/cool speeds that are equal to defaultGhostkeeper
The default value for both of these settings in fdmprinter is 2.
2016-09-13JSON feat: machine_name as a setting for the 3D printer model type (CURA-2360)Tim Kuipers
2016-05-25Merge branch 'settings_rework'Arjen Hiemstra
Contributes to CURA-1278 * settings_rework: (224 commits) Improve slice trigger documentation Import Cura in materials preferences page so we can use the active definition id Add layer height to high quality profile so we have something that changes Update example XML material to use the right product names Filter available materials by the machine definition Show the add machine dialog when we do not have an active machine Create machine-specific material containers for machine specific overrides in XML material files When creating a new container stack, add empty containers for things where we cannot find containers Add preferred variant, material and quality to UM2+ definition Account for global container stack being None in the backend plugin Use the global stack instance variable and account for it potentially being None Store the global container stack as an instance property Added wildcard to filtering Per object settings filter now uses correct bool types (instead of strings) Removed stray = sign. Fix creating print job name Disable asynchronous loading of SettingItem when Qt Version < 5.5 Document QTbug Properly serialise all settings to g-code file Document GCodeWriter class ...
2016-05-18Translate ancient machine_nozzle_gantry_distance settingGhostkeeper
It was changed to gantry_height long ago but not updated in these definitions. Contributes to issue CURA-1278.
2016-05-18Translate definition for Uniqbot OneGhostkeeper
Contributes to issue CURA-1278.