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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-04fix: raft outline now uses rounded offset (CURA-1835)2.1.32.1Tim Kuipers
2016-05-11feat: layer_0_z_overlap (CURA-1549)Tim Kuipers
2016-05-11fix: spiralize would leave the z at the next layer for the next polygon on th...Tim Kuipers
2016-05-11lil: docTim Kuipers
2016-05-10fix: multiple polygons & spiralize resulted in extrusions where travels shoul...Tim Kuipers
2016-05-10fix: spiralize each polygon of a spiralized mesh even though that might cause...Tim Kuipers
2016-05-10fix: consecutive spiralize paths are handled as one (CURA-1443 CURA-1541)Tim Kuipers
2016-05-10fix: let bool spiralize bubble down from FffGcodeWriter into GCodePath instea...Tim Kuipers
2016-05-10lil: docTim Kuipers
2016-05-02fix: erase with impossible iterator when trying to simplify an empty polygon ...Tim Kuipers
2016-05-02fix: constructor prime tower called incorrectlyTim Kuipers
2016-04-06Merge branch '2.1' of https://github.com/Ultimaker/CuraEngine into 2.12.1.0Tim Kuipers
2016-04-06fix: polygon smoothing removed vertices which were connected to a small as we...Tim Kuipers
2016-04-06fix: support max layer was set after each object (CURA-1360)Tim Kuipers
2016-04-05Copy protocol file from front-endGhostkeeper
2016-04-05Update documentation of sendLayerDataGhostkeeper
2016-04-05Remove superfluous set to nullptrGhostkeeper
2016-04-05Remove sliced object lists from protocolGhostkeeper
2016-04-05Remove object ID from layerGhostkeeper
2016-04-05Alter protocol to no longer group sliced objectsGhostkeeper
2016-04-04fix: lil string vs c_str bug (CURA-1231)Tim Kuipers
2016-04-04refactor: replaced all gcode output \n by new_line (CURA-1231)Tim Kuipers
2016-04-04feat: new_line string used for BFB machines (CURA-1231)Tim Kuipers
2016-04-04feat/refactor: moved file header generation to gcodeExport and introduced the...Tim Kuipers
2016-04-04Merge branch 'feature_better_time_estimates' into 2.1Tim Kuipers
2016-03-30refactor: introduced mm, mm3, E value conversion functions instead of inline ...Tim Kuipers
2016-03-30fix: volumetric time estimation was bugged (CURA-1293)Tim Kuipers
2016-03-30Fix typo. downSkinCount -> upSkinCount (CURA-1299)sean041
2016-03-29fix: inner (2nd) wall was refered to even if it wasn't generated (CURA-1294)Tim Kuipers
2016-03-24Merge branch '2.1' of https://github.com/Ultimaker/CuraEngine into 2.1Tim Kuipers
2016-03-24Spaces around minus operatorGhostkeeper
2016-03-24doc+refactor: fan speed calc more clear (CURA-863)Tim Kuipers
2016-03-23optimization: removed superluous recalculation of line direction in LineOrder...Tim Kuipers
2016-03-23fix syntax mistake (CURA-1170)Tim Kuipers
2016-03-23calculate incoming_perpundicular_normal in end stage of line order optimizer ...Tim Kuipers
2016-03-23refactor: factor out getAngleScore from line order optimizer (CURA-1170)Tim Kuipers
2016-03-23refactor: clear up pathOrderOptimizer for lines (CURA-1170)Tim Kuipers
2016-03-23refactor: small optimization of line order optimizer dot score (CURA-1170)Tim Kuipers
2016-03-23refactor: clear up pathOrderOptimizer for lines (CURA-1170)Tim Kuipers
2016-03-23refactor: expand complicated code in pathOrderOptimizer (CURA-1170)Tim Kuipers
2016-03-23refactor: rewrite line order optimizer dot score stuff (CURA-1170)Tim Kuipers
2016-03-23refactor: simple renaming of incoming_perpendicular_normal (CURA-1170)Tim Kuipers
2016-03-23Add edge-case tests for getAngleLeftGhostkeeper
2016-03-23fix: improved dot-score for preferring the z-seam on inside corners (CURA-1170)Tim Kuipers
2016-03-23feat: linearAlg2D::getAngleLeft CMAKE (CURA-1170)Tim Kuipers
2016-03-23feat: linearAlg2D::getAngleLeft (CURA-1170)Tim Kuipers
2016-03-23fix: pathOrderOptimizer was bugged (CURA-1170)Tim Kuipers
2016-03-23refactor: more cleanup of pathOrderOptimizer (CURA-1170)Tim Kuipers
2016-03-23refactor: intpoint::crossZ ==> turn90CCW (CURA-1170)Tim Kuipers
2016-03-23refactor: more cleanup of pathOrderOptimizer (CURA-1170)Tim Kuipers