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
2020-04-18Replace STL meshes with 3MF filesGhostkeeper
These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
2019-12-10Merge branch 'master' of ssh://github.com/Ultimaker/CuraGhostkeeper
2019-12-10Fix JSON formatting of start g-codeGhostkeeper
No newlines allowed.
2019-12-10Merge branch 'master' of https://github.com/TheOneOgre/Cura into ↵Ghostkeeper
TheOneOgre-master
2019-12-10Merge branch 'master' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
CURA-6522_revert_edge_distance_hack
2019-12-03Increase printer size and add disallowed areasJeff Kazules
With the stock firmware of the Ender 3, the size of the original printer was wrong, causing the model to land in a different place on the build plate. This led people to believe that the printer could take bigger prints. However it couldn't; it was just not allowing to print all the way down to the coordinate origin at 0,0. This makes the printer bigger but also adds disallowed areas so that you can't print anything near 0,0. Fixes #6267.
2019-11-12Added missing bracket, tidied up codeTheOgre
Added a missing { before "default_value". Moved items around to match the layout of the current file.
2019-11-10Update creality_ender3.def.jsonbaddogg1231
2019-11-10Added Ender 3 Prime Line to Start G-codebaddogg1231
Added the popular prime line for the Ender 3 as the default starting g-code and added a modification that works around the Cura 4.3.0 update that moves the print head to Z0 before starting the print, which moves the printhead down into the filament.
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-09-09Reduce size of print head without fans for one-at-a-time modeGhostkeeper
This allows you to place models more compactly. According to the discussion at #5590, this was tested to work well. Fixes #5590.
2019-08-15Add platform mesh for Creality Ender-3Ghostkeeper
Provided by Sprint8 in #6204, but I think the mesh was obtained from an older Cura version. This fixes #6204.
2019-07-02Make base Creality profile invisible (but the rest visible)Ghostkeeper
This makes it more logical to the user who just has a certain printer model. Contributes to issue CURA-6554.
2019-07-02Rename creawsome to crealityGhostkeeper
These are now meant to be the one-and-only Creality profiles, replacing the old profiles originally in Cura. Contributes to issue CURA-6554.
2019-05-20Merge branch '4.1'Ghostkeeper
2019-05-20Reduce jerk for Creality printersGhostkeeper
As tested by our community. Fixes #5694.
2019-05-13Merge branch '4.1'Ghostkeeper
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-05-10Merge branch 'GunZi200-patch-1'Ghostkeeper
2019-05-10removed an extra commaGuðni Már Gilbert
2019-05-10Adjust retraction distance and retraction speedGuðni Már Gilbert
2019-05-09Update creality_ender3.def.jsonGuðni Már Gilbert
I suggest a change to the value of max Z-axis Jerk to be the same as on Marlin 1.1.9 firmware used by Ender 3. Its a small change, reducing 0,4 to 0,3. Having these settings match the firmware's configuration makes a print's estimated time more accurate.
2019-03-20Update creality_ender3.def.jsondrzejkopf
2019-03-20Update creality_ender3.def.jsondrzejkopf
Changed override of "default_value" to "value" of acceleration_travel and jerk_travel to make slicer keep those values, as they were overrided by conditional in fdmprinter.def.json, and also removed layer height as it does nothing because it's overriden by preffered quality (draft) settings
2018-10-22Remove trailing spacesLipu Fei
CURA-5841
2018-10-22Merge pull request #4501 from stelgenhof/masterLipu Fei
Ender-3 machine definition update
2018-10-15Merge branch '3.5' of github.com:Ultimaker/CuraJaime van Kessel
2018-10-10Use 0.1 layer height as normal for Ender 3Lipu Fei
2018-10-09Merge remote-tracking branch 'origin/3.5'Lipu Fei
2018-10-09Add missing extruder def for Creality Ender 3Lipu Fei
CURA-5806
2018-10-06Changed bed size to 235x235mm (including the STL Mesh). Removed all M ↵Sacha Telgenhof Oude Koehorst
commands (M104, M140, M190, M109) from the custom start GCode, and removed all M commands (M104, M140, M106, M107) from the custom end GCode as Cura already generates these. Decreased the height position of the extruder (from 3 to 2mm) upon purging. Increased the height position of the extruder (from 10 to 20mm) after the print has finished.
2018-09-10Removed layer_height override as it isn't needed. Only the initial layer ↵Sacha Telgenhof Oude Koehorst
height needs to be overridden.
2018-09-10Add single extruder definition for Ender-3.Sacha Telgenhof Oude Koehorst
2018-09-01Add Creality Ender-3 machine definition.Sacha Telgenhof Oude Koehorst