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-10-31Merge machine_head_polygon and machine_head_with_fans_polygon defs.Nino van Hooff
There is no usecase for having both. when a definition has both, the head is removed. when it has only head, it is renamed to _with_fans CURA-6522
2019-06-14Reduce travel jerk/acceleration and reduce print jerk slightlyGhostkeeper
These settings are preventing layer shifts on the Tevo Tornado according to our users at #5694.
2019-06-12Set acceleration to 500 for Tevo TornadoGhostkeeper
The users of this printer in #5702 found this to be a better value to prevent layer shifting. Fixes #5702.
2019-06-12Reduce Tevo Tornado's jerk to 10 by defaultGhostkeeper
This prevents layer shifts, according to the users in #5702.
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.
2019-02-27Pre-heat to initial layer temperature instead of normal temperatureGhostkeeper
Because that's what it's going to start printing with.
2019-02-25Bug: on Tevo Tornado nozzle and bed are turned off on start.Arseniy Pavlenko
Changed "[extruder0_temperature]" to "{material_print_temperature}", because "[extruder0_temperature]" is replaced by an empty string in actual g-code generated by Cura 3.6. Generated g-code is turn off heating at all on mine Tornado right before cleaning nozzle which is harmful and unacceptable... Bad g-code example: M104 S M109 S M109 R
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 Add extruder definition for Wanhao printers, Uni Print 3d andDiego Prado Gesto
Tevo Tornado. Those definitions were added without extruder definitions.
2018-06-15Create tevo_tornado.def.jsonnean