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
2019-03-01Convert time estimate calculator tests to GoogleTestGhostkeeper
2019-02-18Merge branch 'master' into remove_unused_importsGhostkeeper
2019-02-01Add test suite for g-code exportGhostkeeper
2019-02-01Add test for printing a line so short that it can't reach full speedGhostkeeper
2019-01-18Add test for a move with partial usage of limited jerkGhostkeeper
2019-01-18Add test for moving with a straight angle without any jerkGhostkeeper
2019-01-18Add test for making a straight angle cornerGhostkeeper
2018-12-19Add missing header file in TimeEstimateCalculatorTestLipu Fei
2018-11-23Use pre-defined epsilon for all double comparison testsGhostkeeper
2018-11-23Add test for printing a diagonal lineGhostkeeper
2018-11-23Fix deceleration towards MINIMUM_PLANNER_SPEED at end of planGhostkeeper
2018-11-23Fix deceleration towards MINIMUM_PLANNER_SPEED at end of planGhostkeeper
2018-11-23Add test for printing two lines with only accelerationGhostkeeper
2018-11-23Add test for working with only accelerationGhostkeeper
2018-11-23Add test for printing two lines after each otherGhostkeeper
2018-11-23Add test for time estimate of constant speed lineGhostkeeper
2018-11-23Set initial position of planner to 0Ghostkeeper
2018-11-23Add some default firmware settings set-upsGhostkeeper
2018-11-23Add test for moving to the same spotGhostkeeper
2018-09-28Remove simple X move testGhostkeeper
2018-09-27Fix adding extra time togetherGhostkeeper
2018-09-27Add test for making a simple instant-jerk moveGhostkeeper
2018-09-27Add test for addTimeGhostkeeper
2018-09-27Create fixture for the calculator we're usingGhostkeeper
2018-09-27Add basic test boilerplate for time estimate calculatorGhostkeeper