Commit Graph

  • 2a52a318fe Error in previous commit: Bugfix: prevent crash when user entered Unicode characters in notes. #1590 Alessandro Ranellucci 2014-03-24 17:02:25 +0100
  • e355e521d4 Error in previous commit: Bugfix: prevent crash when user entered Unicode characters in notes. #1590 Alessandro Ranellucci 2014-03-24 17:02:25 +0100
  • bf1fd0cf9a Bugfix: prevent crash when user entered Unicode characters in notes. #1590 Alessandro Ranellucci 2014-03-24 16:37:20 +0100
  • d9d2f3b3ab Bugfix: prevent crash when user entered Unicode characters in notes. #1590 Alessandro Ranellucci 2014-03-24 16:37:20 +0100
  • 9fa2a17136 Better tooltip for top_solid_infill_speed. #1752 Alessandro Ranellucci 2014-03-24 14:25:12 +0100
  • 4c6f9703df Fix bad deserialization of extruder_offset = 0x0 Alessandro Ranellucci 2014-03-24 14:16:37 +0100
  • 7a58457add Prevent GUI from crashing when invalid values were written in numeric fields. Includes basic validation. #1709 Alessandro Ranellucci 2014-03-24 01:07:30 +0100
  • 67f3e9962b Prevent user from saving a preset with the "- default -" name. #1717 Alessandro Ranellucci 2014-03-23 21:40:45 +0100
  • e9620c30b1 Update Clipper to 6.1.3a Alessandro Ranellucci 2014-03-23 21:40:35 +0100
  • 5d3c8575c5 Bugfix: holes were not sorted using the nearest-neighbor search, resulting in inefficient paths. #1785 Alessandro Ranellucci 2014-03-23 19:55:31 +0100
  • 96ad37f6e0 Bugfix: holes were not sorted using the nearest-neighbor search, resulting in inefficient paths. #1785 Alessandro Ranellucci 2014-03-23 19:44:14 +0100
  • d02b64b31b Bugfix: binary STL export produced corrupt results on Windows. #1814 Alessandro Ranellucci 2014-03-23 19:17:02 +0100
  • 280a1a369e Bugfix: binary STL export produced corrupt results on Windows. #1814 Alessandro Ranellucci 2014-03-23 19:17:02 +0100
  • f93c34ec25 New utility for exporting STL slices to a PDF file Alessandro Ranellucci 2014-03-23 17:55:36 +0100
  • 9f8b5f80d1 Add 0% to fill_density combobox Alessandro Ranellucci 2014-03-23 16:57:12 +0100
  • ea3266c6e9 Fix modifiers Alessandro Ranellucci 2014-03-23 16:56:41 +0100
  • fec41d6dfd Update plater and print upon changing object parts and their settings Alessandro Ranellucci 2014-03-23 16:45:55 +0100
  • 67ef3f1799 Assign a default extruder for newly added parts too Alessandro Ranellucci 2014-03-23 15:25:26 +0100
  • d75417601e Make the override panel prettier and prevent the default extruder setting from being deleted since it can't be readded manually Alessandro Ranellucci 2014-03-23 15:18:08 +0100
  • bf8c388568 Use a popup menu for part settings Alessandro Ranellucci 2014-03-23 13:46:05 +0100
  • 21e6de0e59 Only expand shortcut options in StaticConfig objects. This way we can keep a default extruder value in the parts panel Alessandro Ranellucci 2014-03-22 20:12:54 +0100
  • 61db9530d9 Fix AMF settings not being correctly propagated to plater and parts panel Alessandro Ranellucci 2014-03-22 18:02:58 +0100
  • 6a157c22c2 Fixed minor fatal error Alessandro Ranellucci 2014-03-22 17:44:42 +0100
  • f71ac8cd65 Merge the Object Settings tab into the Parts tab Alessandro Ranellucci 2014-03-22 17:41:14 +0100
  • b5b735c988 ComboBox for fill density values Alessandro Ranellucci 2014-03-22 17:01:48 +0100
  • 7421a7bf63 Turn fill_density into percentage Alessandro Ranellucci 2014-03-22 16:23:33 +0100
  • 30aa255bb5 Correctly disable and reset the override settings panel Alessandro Ranellucci 2014-03-21 22:15:33 +0100
  • bf352de224 Replaced icon for modifier meshes and fixed delete button not being disabled when no part was selected Alessandro Ranellucci 2014-03-21 22:06:47 +0100
  • 22d81012c4 Merge pull request #1836 from mikegrb/env_perl Alessandro Ranellucci 2014-03-17 00:42:41 +0100
  • 34f1511e0c Better fix for non-global options not being replaced in filename placeholders. Includes refactoring and a new PlaceholderParser class. Also includes regression tests. #1831 Alessandro Ranellucci 2014-03-17 00:39:07 +0100
  • 93cbac7288 use /usr/bin/env perl for shebang mikegrb 2014-03-16 13:19:03 -0400
  • bc054e613c Fix regression causing non-global config options to be ignored when replacing placeholders in output filename format. #1831 Alessandro Ranellucci 2014-03-15 20:45:10 +0100
  • 96c2c21707 Minor bugfix for preventing wrong extruder numbers from being assigned Alessandro Ranellucci 2014-03-15 18:24:56 +0100
  • ed8a2f7330 Extend medial axis endpoints to fill the entire length. Includes fix for a minor memory leak caused by usage of old signature for Line::point_at() Alessandro Ranellucci 2014-03-15 16:53:20 +0100
  • 52de292a48 Fixed wrong refactoring of perimeter tree traversal. #1832 Alessandro Ranellucci 2014-03-15 02:16:04 +0100
  • b71d28bd5a Fix minor error and update MANIFEST Alessandro Ranellucci 2014-03-11 19:19:34 +0100
  • f344426873 Better linear gap fill, now with adaptive extrusion width Alessandro Ranellucci 2014-03-11 19:08:14 +0100
  • 98b7ae0022 Initial implementation of linear gap fill Alessandro Ranellucci 2014-03-09 21:26:03 +0100
  • 7f5442265e Include thin walls in general top-level perimeter sorting to get more efficient paths Alessandro Ranellucci 2014-03-09 20:19:30 +0100
  • 2a73ab988f Recursive pruning. Some more unit tests Alessandro Ranellucci 2014-03-09 17:46:02 +0100
  • 33da6adc3c Better pruning Alessandro Ranellucci 2014-03-08 11:36:48 +0100
  • 04d80ca392 Some improvements to pruning and some additions here and there Alessandro Ranellucci 2014-03-05 18:43:01 +0100
  • c2ed6090d3 Fix the max width supplied to medial axis code: it's up to two extrusions Alessandro Ranellucci 2014-03-05 00:53:51 +0100
  • 4a894b1e20 Add safety offset to thin wall regions to prevent overlapping geometry and corrupt Voronoi diagram Alessandro Ranellucci 2014-03-05 00:45:17 +0100
  • e1f93fd112 Consider contour thickness when validating medial axis segments Alessandro Ranellucci 2014-03-05 00:05:26 +0100
  • 3c77b301a7 Promising approach to medial axis pruning Alessandro Ranellucci 2014-03-04 23:33:13 +0100
  • 8644440070 Minor improvements to SVG debug output for medial axis Alessandro Ranellucci 2014-03-03 14:20:15 +0100
  • ba5435cde1 More medial axis tests Alessandro Ranellucci 2014-03-03 02:13:50 +0100
  • b49a652736 Rewritten half-edge traversal in a more robust way. Includes first medial axis unit test Alessandro Ranellucci 2014-03-03 01:48:05 +0100
  • eadffe4a9e Merge branch 'master' into boost-medialaxis Alessandro Ranellucci 2014-03-02 22:36:20 +0100
  • bc44611f24 Fix failing test after recent changes to thin wall thresholds Alessandro Ranellucci 2014-03-02 22:26:52 +0100
  • 2d9c399d96 Bugfix: incomplete slicing when a horizontal surface was tangent to the slicing plane and it shared an edge with an adjacent volume. #1672 Alessandro Ranellucci 2014-01-13 00:45:19 +0100
  • a712284afb Add a (failing) test for slicing at the same height of a horizontal surface attached to a volume. In this case, the loop isn't completed. #1672 Alessandro Ranellucci 2014-01-13 00:06:16 +0100
  • 0f9e143ba1 Removed debugging line Alessandro Ranellucci 2014-03-02 00:43:54 +0100
  • fd6b78f7f2 Removed debugging line Alessandro Ranellucci 2014-03-02 00:43:54 +0100
  • 2295d48947 Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794 Alessandro Ranellucci 2014-03-02 00:28:10 +0100
  • 8c4a0f23df Better pruning of thin walls to avoid unwanted extra extrusions. Includes regression test. #1794 Alessandro Ranellucci 2014-03-02 00:28:10 +0100
  • a344d68257 Use bridge speed for first solid layer above sparse infill. Includes unit test. #1792 Alessandro Ranellucci 2014-03-01 20:34:22 +0100
  • c1a5cddcd2 Use bridge speed for first solid layer above sparse infill. Includes unit test. #1792 Alessandro Ranellucci 2014-03-01 20:34:22 +0100
  • 344a517ce8 Regression test for #1808 (crash when using non-consecutive extruders), already fixed in master branch Alessandro Ranellucci 2014-02-26 11:55:36 +0100
  • 71322cc49d Bugfix: crash when using non-consecutive extruders. #1808 Alessandro Ranellucci 2014-02-26 11:36:37 +0100
  • 16d899f46a Add stable branch to Travis CI Alessandro Ranellucci 2014-02-16 17:08:15 +0100
  • 59ebdebf72 Revert "Fix crash reported by Simooon on #Slic3r." Mark Hindess 2014-02-16 14:00:28 +0000
  • 8df6e2d930 Fix crash reported by Simooon on #Slic3r. Mark Hindess 2014-02-16 12:02:25 +0000
  • e837183327 Fixed regression when using --infill-only-where-needed. Includes regression test. #1721 Alessandro Ranellucci 2014-02-16 12:44:08 +0100
  • 9ec7ae08ad Fixed regression when using --infill-only-where-needed. Includes regression test. #1721 Alessandro Ranellucci 2014-02-16 12:44:08 +0100
  • 35095ff12e Releasing 1.0.0RC3 1.0.0RC3 Alessandro Ranellucci 2014-02-15 16:55:35 +0100
  • 878deb8183 Write material config to AMF files. Remove the old Materials tab. Update custom settings when a part is selected Alessandro Ranellucci 2014-02-15 00:36:52 +0100
  • 691db31da0 Some incomplete work for per-region config Alessandro Ranellucci 2014-02-14 22:24:30 +0100
  • 2e7b29fbdd Minor layout changes to the Parts editor Alessandro Ranellucci 2014-02-14 16:25:22 +0100
  • bf307371f4 Use a plain list instead of a tree to display object parts Alessandro Ranellucci 2014-02-14 10:02:08 +0100
  • cfc1c5037d Mark strings as UTF-8 when passing them to Perl Alessandro Ranellucci 2014-02-14 09:35:38 +0100
  • df508551d0 Refresh plater canvas when switching presets Alessandro Ranellucci 2014-02-14 09:18:23 +0100
  • 4c650a6d80 Fix regression about percent extrusion width not being validated. Includes regression test Alessandro Ranellucci 2014-02-13 18:42:15 +0100
  • 8331c54b67 Updated test count in t/shells.t Alessandro Ranellucci 2014-02-13 16:17:32 +0100
  • 49d290accf Fixed spiral vase regressions. Includes regression tests. #1773 Alessandro Ranellucci 2014-02-13 16:06:52 +0100
  • 0060873f1c Regression test and incomplete fix for bug affecting wrong spiral vase output. #1773 Alessandro Ranellucci 2014-02-13 01:00:17 +0100
  • 0c7a1777de Fixed spiral vase regressions. Includes regression tests. #1773 Alessandro Ranellucci 2014-02-13 16:06:52 +0100
  • 1ec6494d65 Regression test and incomplete fix for bug affecting wrong spiral vase output. #1773 Alessandro Ranellucci 2014-02-13 01:00:17 +0100
  • 94cb298eec Make OpenGL optional for the new parts dialog. #1731 Alessandro Ranellucci 2014-02-11 01:08:41 +0100
  • b961849c38 Bugfix: crashing when concentric infill produced very narrow loops. #1740 Alessandro Ranellucci 2014-02-10 16:05:40 +0100
  • ee82e56a4f Bugfix: crashing when concentric infill produced very narrow loops. #1740 Alessandro Ranellucci 2014-02-10 16:02:47 +0100
  • 3d483722c6 Perform additional checks before merging solid surfaces (i.e. take flow and fill pattern into account) Alessandro Ranellucci 2014-02-10 13:19:44 +0100
  • d099118ca7 Better implementation of previous commit (7ce49fc2b2) Alessandro Ranellucci 2014-02-10 13:06:42 +0100
  • 7ce49fc2b2 Perform additional checks before merging solid surfaces (i.e. take flow and fill pattern into account) Alessandro Ranellucci 2014-02-10 01:27:36 +0100
  • 634ccb33ab Fix regression in Config->setenv affecting post-processing scripts. Includes regression test Alessandro Ranellucci 2014-02-09 23:14:32 +0100
  • bba69ed22f Merge pull request #1742 from treygreer/master Alessandro Ranellucci 2014-02-07 02:12:42 +0100
  • 56ff776d2d Merge pull request #1745 from kelow/master Alessandro Ranellucci 2014-02-07 02:11:18 +0100
  • ffc891d885 Bugfix: when processing with fill_density = 0, top/bottom solid shells were missing regions thinner than 3 * extrusion width. Includes regression test. #1602 Alessandro Ranellucci 2014-02-07 01:48:47 +0100
  • 7be042567d Bugfix: when processing with fill_density = 0, top/bottom solid shells were missing regions thinner than 3 * extrusion width. Includes regression test. #1602 Alessandro Ranellucci 2014-02-07 01:48:47 +0100
  • c20489ee40 fix XS build on Windows #1433 #1681 Kamil Kwolek 2014-02-01 11:53:45 +0100
  • 0dba3dee58 fixed simple config load bug Trey Greer 2014-01-28 19:05:20 -0500
  • 42519174cd New erase() method for DynamicConfig objects Alessandro Ranellucci 2014-01-22 21:14:47 +0100
  • b5b8fb606f Basic functionality of the Parts tab is complete Alessandro Ranellucci 2014-01-22 21:09:32 +0100
  • 7387e60706 More incomplete work Alessandro Ranellucci 2014-01-18 18:43:55 +0100
  • b20caa4e31 Completed parts visualization with highlighting Alessandro Ranellucci 2014-01-17 20:16:54 +0100
  • 3f4f27fa5d Some incomplete work for interactive part editor Alessandro Ranellucci 2014-01-17 19:33:13 +0100
  • fd43ada293 Remove duplicated "Generating skirt" status message Alessandro Ranellucci 2014-01-18 16:36:13 +0100
  • bc832f1a6d Updated MANIFEST with Boost files Alessandro Ranellucci 2014-01-18 14:37:17 +0100
  • 90194ee581 Fix overflow in Point::ccw() affecting convex hull generation. Includes regression test Alessandro Ranellucci 2014-01-17 14:49:51 +0100