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
2022-02-25remove code duplicationTim Kuipers
2022-02-07Disallow containers of referencesTim Kuipers
2022-01-12Use skirt/brim extruder for skirt and brim settingsGhostkeeper
2021-02-04Merge branch 'master' into libArachne_rebasedGhostkeeper
2021-01-12Use rounded joints for the skirt offsetGhostkeeper
2021-01-12Use MM2INT rather than the other way aroundGhostkeeper
2021-01-12Fix forgotten MM2INT conversion of hard-coded parameterGhostkeeper
2020-10-14Use MM2INT for hard-coded distancesGhostkeeper
2020-09-16Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-09-02Fix tabs vs. spacesGhostkeeper
2020-07-15Directly use type for the order optimiser paths rather than pointersGhostkeeper
2020-07-14Use a template for the input data of the order optimizerGhostkeeper
2020-07-14Use new interface of PathOrderOptimizer as much as possibleGhostkeeper
2020-07-14Use capital letter for file name as per code styleGhostkeeper
2020-07-13Code style: Use lowercase with underscores for fields and local variablesGhostkeeper
2020-03-30Remove nozzle length and filament park distance settingsGhostkeeper
2019-08-06Use lowercase wireframe_strategy config valuesBilliam
2019-04-29Add build volume temperatureLipu Fei
2019-02-18Merge branch 'master' into remove_unused_importsGhostkeeper
2019-01-09Initialize current extruder for gcode-export class. [CURA-6093]Remco Burema
2018-10-29Add some forward declarationsGhostkeeper
2018-10-26Forward declare Slice in ApplicationGhostkeeper
2018-09-24Document when getting double-settings what unit it is inGhostkeeper
2018-09-12Small corrections to for loopsGhostkeeper
2018-09-12Code style: Space after forGhostkeeper
2018-09-12Code style: Space after ifGhostkeeper
2018-08-22Don't divide flow by 100; it's no longer a percentageGhostkeeper
2018-08-21Fix signed vs. unsigned comparisonCherubim
2018-08-21Remove SettingsBase from Wireframe writerCherubim
2018-08-21Change types of fields to new, more specific typesCherubim
2018-08-17Remove settings from MeshGroupGhostkeeper
2018-08-10Add function to determine whether start g-code needs to be output firstGhostkeeper
2018-08-10Remove CommandSocket classGhostkeeper
2017-11-20Make update_extrusion_offset optionalLipu Fei
2017-11-20CURA-4104 added flow compensated extruder offsetJack Ha
2017-07-11Multiply raft, brim and skirt by initial line width factor14bitVoid
2017-07-07fix: allow for negative values of getSettingInCubicMillimeters (CURA-3987)Tim Kuipers
2017-05-24fix: bogus header contains extruder info again (CURA-3737)Tim Kuipers
2017-05-04Track time estimates per feature14bitVoid
2017-04-20Remove unused "inset" param from writeFill()'s callbackLipu Fei
2017-04-20Remove unused "layer" param in handle_segment()Lipu Fei
2017-04-06cleanup: removed unused parameters (CURA-3131)Tim Kuipers
2017-02-22refactor: gcodeExport::writeMove ==> writeTravel & writeExtrusion (CURA-3339)Tim Kuipers
2016-12-12Make writeRetraction accept const ref instead of const pointerGhostkeeper
2016-12-12Revert "Pass retraction configs by reference instead of pointer"Ghostkeeper
2016-12-10fix: properly determine the starting extruder everywhere (CURA-3006)Tim Kuipers
2016-12-08lil fix: allow negative bed temperatures (CURA-2781)Tim Kuipers
2016-12-07Pass retraction configs by reference instead of pointerGhostkeeper
2016-09-05fix: wire printing: processStartingCode copied from FffGcodeWriter and replac...Tim Kuipers
2016-09-01fix: wireprint skirt extrusion was 10x too big (CURA-1555)Tim Kuipers