Gráfico de Commits

  • 7ae68276d4 refactor: filename: gcodePlanner ==> LayerPlan (CURA-3339) feature_omp_gcodeExport Tim Kuipers 2017-02-17 12:10:50 +01:00
  • 11f97f4a84 refactor: GCodePlanner ==> LayerPlan (CURA-3339) Tim Kuipers 2017-02-17 12:06:52 +01:00
  • 5a48d86bd7 refactor: handle layer plans outside of buffer (CURA-3339) feature_omp_writeGcode Tim Kuipers 2017-02-17 11:37:12 +01:00
  • 79cb7850e9 refactor: simplified processLayer calls (CURA-3339) Tim Kuipers 2017-02-17 10:49:52 +01:00
  • 9e4a786f3d refactor: clean up GCodePathConfig (CURA-3339) Tim Kuipers 2017-02-08 17:18:29 +01:00
  • fe49157ca8 refactor: PathConfigs ==> PathConfigStorage (CURA-3339) Tim Kuipers 2017-02-08 14:58:58 +01:00
  • 889c2e4b13 fix: GCodePathConfig extrusion_per_mm was calculated too early (CURA-3339) Tim Kuipers 2017-02-08 14:55:04 +01:00
  • ca3848f79a fix: const correctness (except some const_cast instances!) (CURA-3339) Tim Kuipers 2017-02-07 20:55:16 +01:00
  • 77f1aebef9 fix: bundle state from gcodePlanner into class (CURA-3339) Tim Kuipers 2017-02-07 20:47:32 +01:00
  • 046c34b31b lil gitignore Tim Kuipers 2017-02-07 20:34:23 +01:00
  • 066a0d7318 fix: move writeGcode configs out of sliceDataStorage (CURA-3339) Tim Kuipers 2017-02-07 20:24:37 +01:00
  • 989317a293 fix: const correctness in combing (CURA-3339) Tim Kuipers 2017-02-07 11:40:09 +01:00
  • cf3d18eb75 fix: const correctness in prime tower (CURA-3339) Tim Kuipers 2017-02-07 11:31:59 +01:00
  • c9096424c1 fix: lil const correctnes MergeInfillLines (CURA-3339) Tim Kuipers 2017-02-06 17:30:44 +01:00
  • d489143fcb fix: const correctness in polygon (CURA-3339) Tim Kuipers 2017-02-06 17:29:28 +01:00
  • 8ac3b49549 refactor: introduced ConstPolygonRef (CURA-3339) Tim Kuipers 2017-02-02 14:09:42 +01:00
  • 8b82ec4c95 Only include OpenMP headers if we are actually compiling with OpenMP master Arjen Hiemstra 2017-02-16 11:13:20 +01:00
  • bdb788e3c4 don't generate towers when support_use_towers is disabled (CURA-3288) Tim Kuipers 2017-02-15 12:46:13 +01:00
  • 5b00c21a5f Merge branch 'feature_omp_settings' Tim Kuipers 2017-02-15 12:19:21 +01:00
  • b546f66bbe Merge branch 'feature_omp_skin_infill' Tim Kuipers 2017-02-15 12:16:37 +01:00
  • 2af8320cc9 Merge branch 'feature_omp_slicing' Tim Kuipers 2017-02-15 12:16:11 +01:00
  • 5fa5c89935 fix: const correctness of getSetting functions (CURA-3372) feature_omp_settings Tim Kuipers 2017-02-15 12:05:14 +01:00
  • 5c40f74c68 feat: small optimization in setting value retrieval (CURA-3372) Tim Kuipers 2017-02-15 12:03:11 +01:00
  • 60cebc86eb fix: error on unknown unset setting, rather than warn (CURA-3372) Tim Kuipers 2017-02-15 11:58:50 +01:00
  • 1bb4e03b36 fix: remove superfluous const_cast (CURA-3372) Tim Kuipers 2017-02-15 11:46:01 +01:00
  • e84ec85ca7 fix: spaghetti infill now uses connected zigzags to minimize non-extrusion moves (CURA-3238) feature_spaghetti_infill Tim Kuipers 2017-02-15 10:25:36 +01:00
  • 5f7ce40b89 fix: register layer as empty even if meshes don't have walls (CURA-3238) Tim Kuipers 2017-02-15 10:19:08 +01:00
  • c97097a7e2 indent only (CURA-3238) Tim Kuipers 2017-02-13 15:25:15 +01:00
  • 44612c2e71 fix: spaghetti infill now uses normal infill spacing and infill overlap settings (CURA-3238) Tim Kuipers 2017-02-13 15:24:52 +01:00
  • d1f64718ea feat: spaghetti_flow setting (CURA-3238) Tim Kuipers 2017-02-13 14:00:24 +01:00
  • a9390abd61 spaghetti infill: documentation (CURA-3238) Tim Kuipers 2017-02-13 13:54:17 +01:00
  • d3837f7efe feat: spaghetti_inset setting (CURA-3238) Tim Kuipers 2017-02-13 12:04:37 +01:00
  • 1890d51b03 fix: spaghetti infill: use infill line width rather than hardcoded value (CURA-3238) Tim Kuipers 2017-02-13 11:59:58 +01:00
  • 6d9eef9fa9 feat: spaghetti infill area inset (CURA-3238) Tim Kuipers 2017-01-27 11:30:00 +01:00
  • 76df240798 fix: forgot the actual SpaghettiInfill files (CURA-3238) Tim Kuipers 2017-01-26 18:18:29 +01:00
  • 0425676f13 feat: PolygonsPart::area() (CURA-3238) Tim Kuipers 2017-01-12 17:41:43 +01:00
  • ebd308f229 fix: small indent and const only (CURA-3238) Tim Kuipers 2017-01-12 17:45:28 +01:00
  • cad9a12ade feat: spaghetti infill (CURA-3238) Tim Kuipers 2017-01-12 17:44:58 +01:00
  • 95b2034739 feat: Polygon::polyLineLength() (CURA-3238) Tim Kuipers 2017-01-12 17:40:51 +01:00
  • 677857a186 fix: lil (CURA-3331) feature_omp_slicing Tim Kuipers 2017-02-09 21:13:26 +01:00
  • 156674e452 fix: bs include (CURA-3331) Tim Kuipers 2017-02-09 17:44:23 +01:00
  • 903b31d381 Merge branch 'feature_omp_skin_infill' of github.com:Ultimaker/CuraEngine into feature_omp_skin_infill feature_omp_skin_infill Tim Kuipers 2017-02-09 17:41:49 +01:00
  • 734978230f lil (CURA-3330) Tim Kuipers 2017-02-09 17:41:45 +01:00
  • fa02006a5d fix: logging of OpenMP threads in main (CURA-3330) Tim Kuipers 2017-02-09 15:29:30 +01:00
  • 6861020c6b Remove irrelevant documentation of different function Ghostkeeper 2017-02-08 16:43:13 +01:00
  • 2d9a3c83ef Code style: Space after for keyword Ghostkeeper 2017-02-08 16:29:02 +01:00
  • ab7e035f6e Don't continue with compiling when function has error Ghostkeeper 2017-02-03 11:26:44 +01:00
  • d0a149cf26 Fix error handling when setting has a parse error Ghostkeeper 2017-02-03 11:12:46 +01:00
  • 85ac4e69bd Fix spiralize args bug - untested but this just looked wrong to me. 2.4 Mark Burton 2017-02-02 08:08:50 +00:00
  • 4d35735aa8 Merge pull request #451 from smartavionics/mb-spiralize-bug Tim Kuipers 2017-02-02 13:12:49 +01:00
  • 5e831f99e9 Fix spiralize args bug - untested but this just looked wrong to me. Mark Burton 2017-02-02 08:08:50 +00:00
  • 04766f663b Add OpenMP parallel execution createLayerParts (CURA-3331) Tim Kuipers 2017-02-01 13:26:51 +01:00
  • 42684e6368 feat: Add OpenMP parallel execution of slice make polygons (CURA-3331) Tim Kuipers 2017-01-31 11:41:34 +01:00
  • aa14682087 Remove 'l' formatting character and simplify+speed-up int2mm formatting Ghostkeeper 2017-01-27 15:19:07 +01:00
  • 4c5a959c4e fix: handle multithreaded progress messages (CURA-781) Tim Kuipers 2017-01-30 17:10:25 +01:00
  • 21746022c4 Add OpenMP parallel execution of processInsets Johan Kristensen 2016-08-01 19:31:36 +02:00
  • d6bf9be54e Add OpenMP parallel execution of processSkinsAndInfill Johan Kristensen 2016-08-01 18:40:38 +02:00
  • fff1164042 Add cmake option to enable OpenMP Johan K 2016-07-29 10:23:52 +02:00
  • 2926c2e06e fix: handle multithreaded progress messages (CURA-781) feature_multithread_omp_rebased Tim Kuipers 2017-01-30 17:10:25 +01:00
  • 45bb64a0c1 Always initialise distance2 Ghostkeeper 2017-01-27 16:02:26 +01:00
  • c2ffb7c81d Remove 'l' formatting character and simplify+speed-up int2mm formatting Ghostkeeper 2017-01-27 15:19:07 +01:00
  • c7e621eeb5 Merge branch '2.4' Ghostkeeper 2017-01-25 17:46:07 +01:00
  • 9c3170b277 Print debug message upon sending layer data Ghostkeeper 2017-01-25 17:45:34 +01:00
  • e2f89778e2 Remove p1 after inserting point next to it Ghostkeeper 2017-01-25 14:40:11 +01:00
  • 8f74952aca Replace last long in gcodeExport with int64_t Ghostkeeper 2017-01-25 13:36:14 +01:00
  • 7f9dd1cd81 Make call to GCodePlanner::writeGCode a parallel task Johan Kristensen 2016-09-29 14:17:24 +02:00
  • bfbfa5c47f Use list for GCodePath insertion in ExtruderPlan Johan Kristensen 2016-09-22 21:51:35 +02:00
  • d887b50eed Remove default copy constructor from PolygonRef Johan K 2016-08-05 14:58:34 +02:00
  • 9712301aa8 Improve const correctness and remove const_cast Johan K 2016-08-04 23:08:31 +02:00
  • cdb0a41243 Add OpenMP parallel execution createLayerParts Johan Kristensen 2016-08-03 22:26:32 +02:00
  • 3235fc856d Add OpenMP parallel execution of slice make polygons Johan Kristensen 2016-08-03 22:03:06 +02:00
  • d97f67967b Add basic support for multithread abort Johan Kristensen 2016-08-03 21:30:15 +02:00
  • 64abe6b620 Add OpenMP parallel execution of processInsets Johan Kristensen 2016-08-01 19:31:36 +02:00
  • cfc2dcb0ad Add OpenMP parallel execution of processSkinsAndInfill Johan Kristensen 2016-08-01 18:40:38 +02:00
  • 43a40f86b7 Add cmake option to enable OpenMP Johan K 2016-07-29 10:23:52 +02:00
  • 5b6f1db59d Merge branch 'mb-min-infill-area' of https://github.com/smartavionics/CuraEngine into smartavionics-mb-min-infill-area Ghostkeeper 2017-01-24 11:40:03 +01:00
  • 17463e1139 quick fix: accidental const (CURA-3309) Tim Kuipers 2017-01-23 17:37:17 +01:00
  • 8df26ae916 fix: equalize flow still equalizes after halving the line width for perimeter gaps (CURA-3309) Tim Kuipers 2017-01-23 17:36:24 +01:00
  • 9ac9d1dd59 Merge branch '2.4' Tim Kuipers 2017-01-23 14:54:16 +01:00
  • c2aa1d59bc fix: add perimeter_gaps config with line width of half the inner wall line width (CURA-3309) Tim Kuipers 2017-01-23 14:53:57 +01:00
  • 3d476f114b Merge branch '2.4' Tim Kuipers 2017-01-23 10:22:54 +01:00
  • 152f6e89a8 fix: more safety against empty layers (CURA-3290) Tim Kuipers 2017-01-20 16:56:01 +01:00
  • 113202cd34 fix: types in CubicSubdiv were wrong (CURA-3196) Tim Kuipers 2017-01-20 15:23:34 +01:00
  • 4bc706d618 fix: perimeter gaps were introduced for the overlap between infill and skin (CURA-3179) Tim Kuipers 2017-01-20 15:01:51 +01:00
  • 5766e2db11 fix: don't fill gaps for outer wall when spiralize is enabled (CURA-3152) Tim Kuipers 2017-01-20 14:21:14 +01:00
  • 671ebccdbb fix: indentation only (CURA-3271) Tim Kuipers 2017-01-20 14:08:56 +01:00
  • 2516165c86 fix: there were no support bottoms on top of the first model in support of the second model (CURA-3271) Tim Kuipers 2017-01-20 14:08:29 +01:00
  • 0315aaf404 fix: support top distance was one layer too high (CURA-3269) Tim Kuipers 2017-01-20 13:26:39 +01:00
  • b43e4df3aa Remove areas of infill smaller than min_infill_area. Mark Burton 2017-01-19 11:44:22 +00:00
  • fcec461533 Revert "Only draw lines in one direction" axis_aligned_skin Ghostkeeper 2017-01-05 10:33:51 +01:00
  • 89a8fd8b4f fix: handle the case where no texture data is provided for haft the faces (CURA-1371) old_feature_textured_obj_rebased_after_refactor feature_texture_processing Tim Kuipers 2017-01-04 17:40:52 +01:00
  • c73cf897ac fix: pixel inversion was 1 off (CURA-1371) Tim Kuipers 2017-01-04 16:29:02 +01:00
  • 43408040c7 fix: Material::getColor returns zero if no texture was ever loaded (CURA-1371) Tim Kuipers 2017-01-03 17:23:12 +01:00
  • 0cd3c7829b fix: make ListPolyIt conversion functions use a bool remove_duplicates parameter (CURA-1371) Tim Kuipers 2017-01-03 10:52:01 +01:00
  • 405c49133b Merge branch 'first-layer-skin-pattern' of https://github.com/14bitVoid/CuraEngine into 14bitVoid-first-layer-skin-pattern Ghostkeeper 2017-01-03 10:42:31 +01:00
  • 05c4f3da01 fix: rounding robustness for flow compensation in fuzzy walls (CURA-1371) Tim Kuipers 2017-01-03 10:30:55 +01:00
  • 49f09ed204 fix: (anti) support meshes could f*ck up the printZ of each layer (CURA-3198) Tim Kuipers 2017-01-02 23:03:40 +01:00
  • e717404055 Use different skin pattern on first layer 14bitVoid 2017-01-02 22:30:41 +01:00
  • cd32e03a2d Only draw lines in one direction Ghostkeeper 2016-12-29 15:02:50 +01:00
  • 44631f3a6f fix: use FuzzyWalls flow computation instead of WallOverlapComputation (CURA-1371) Tim Kuipers 2016-12-23 14:45:01 +01:00