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
2021-08-04Add function to convert angles from degrees to radiansGhostkeeper
2019-02-20Merge branch 'master' into msvc_compatBen Jude
2019-02-18Remove newly unused importsGhostkeeper
2018-10-29Remove unused importsGhostkeeper
2018-10-26Forward declare Slice in ApplicationGhostkeeper
2018-10-04Merge branch 'master' into msvc_compatBen Jude
2018-09-11Don't pass extensive stitching flag around via parametersGhostkeeper
2018-09-11Don't pass keep_open_polygons flag around via parametersGhostkeeper
2018-09-11Move getting of settings to where the settings are neededGhostkeeper
2018-09-10Remove initial layer height setting and clean-upGhostkeeper
2018-08-21Obtain per-mesh settings from their settings classes in MeshCherubim
2018-08-14Fix some includes for MSVCBen Jude
2018-08-10Remove CommandSocket classGhostkeeper
2017-11-28Merge branch 'master' into variable_layer_heightsChrisTerBeke
2017-11-21CURA-4526 Add information related to feedrates and line thicknesses toDiego Prado Gesto
2017-11-20Merge branch 'master' into variable_layer_heightsChrisTerBeke
2017-11-13Add first version of calculating mesh triangle slopesChrisTerBeke
2017-11-10Add line thickness and feedrates to the data sent to CuraDiego Prado Gesto
2017-11-10Use variable layer z positionsChrisTerBeke
2017-04-06lil cleanup: unused variable (CURA-3131)Tim Kuipers
2017-04-06cleanup: removed unused parameters (CURA-3131)Tim Kuipers
2017-02-17refactor: introduced ConstPolygonRef (CURA-3339)Tim Kuipers
2016-09-01cleanup: changed some logError to log or logWarning and cleaned up the messagesTim Kuipers
2016-07-26removed debug.hTim Kuipers
2016-07-22Merge branch 'master' of https://github.com/Ultimaker/CuraEngine into layervi...Johan K
2016-07-22Removing layer_nr argument from CommandSocket::send* functions.Johan K
2016-07-20Rename extrusionWidth to line_widthGhostkeeper
2016-06-23refactor: ClosestPolygonPoint::pos ==> point_idx (CURA-1506)Tim Kuipers
2016-04-20refactored first part of slicer: connect segmentsTim Kuipers
2016-04-18refactor: moved progress files into separate folder (CURA-873)Tim Kuipers
2016-02-11fix: progress fixed for fffPolygonProcessor refactorTim Kuipers
2016-01-06merge of 2.1Tim Kuipers
2016-01-05refactor: let all CommandSocket calls go throught CommandSocket.getInstance()...Tim Kuipers
2016-01-05refactor: commandSocket ==> command_socket (CURA-379)Tim Kuipers
2016-01-05refactor: FeatureType ==> PrintFeatureType (CURA-581)Tim Kuipers
2016-01-05merge of 4c139d64414807a2451f513298a82ac2946102d7 (CURA-581)Tim Kuipers
2015-12-18refactor: FeatureType ==> PrintFeatureType (CURA-606)Tim Kuipers
2015-12-18refactor: PolygonType ==> FeatureType in PrintFeature.h (CURA-606)Tim Kuipers
2015-11-13Continue running wireframe script if zero layers to initialise fieldsGhostkeeper
2015-11-13Wireframe don't crash if meshgroup is emptyGhostkeeper
2015-08-20refactor: moved all polygonUtils into class PolygonUtils with all static methodsTim Kuipers
2015-08-05refactor: wire print now retrieves settings from the meshgroupTim Kuipers
2015-07-31include all files in namespace cura and standardize spellingTim Kuipers
2015-07-30refactor: PrintObject => MeshGroupTim Kuipers
2015-07-24Merge branch '15.06'Arjen Hiemstra
2015-06-16Also send line width to the UI along with the polygon's pointsArjen Hiemstra
2015-06-16lilTim Kuipers
2015-06-09progress takes care of timeKeeperTim Kuipers
2015-06-09progress docs and sendProgressStageTim Kuipers
2015-06-09better progress calculationTim Kuipers