Commit Graph

  • 00ab6af046 Merge pull request #3346 from lordofhyphens/feature-1129_899 Joseph Lenox 2016-05-29 11:01:38 -05:00
  • ea9b10c764 Added a short OpenSCAD description to aid in the creation of simple modifier meshes that describe a change every N layers Joseph Lenox 2016-05-29 10:56:21 -05:00
  • ab9e3b718c Support multi sampled anti-aliasing with wxWidgets 3.0.3. bubnikv 2016-05-27 23:38:45 +02:00
  • 9e8022f6f6 More refactoring to medial axis and gap fill, more robust Alessandro Ranellucci 2016-05-20 06:24:05 +02:00
  • b068616366 Merge pull request #3120 from Vicious-one/patch-1 Joseph Lenox 2016-05-18 23:01:19 -05:00
  • f2e8c6f3bd Merge pull request #3262 from hyperair/fix-autospeed-F0-moves Joseph Lenox 2016-05-18 22:07:34 -05:00
  • 3d34bed0e3 Merge pull request #3326 from hyperair/fix-cooldown-verbose Joseph Lenox 2016-05-18 21:42:29 -05:00
  • 6122056517 Merge pull request #3330 from prusa3d/release_candidate_1_3 Joseph Lenox 2016-05-18 21:31:27 -05:00
  • d8be976356 The "controller" tab and the settings of the USB/serial connection was made configurable. Now one may hide the "controller" tab and the USB/serial connection configuration from the preferences. This is useful for someone, who never connects his printer to the computer by a cable. bubnikv 2016-05-16 23:40:24 +02:00
  • 209b919fe6 Fix cooling not working if !gcode_comments Chow Loong Jin 2016-05-12 23:31:26 +08:00
  • d022493297 Merge remote-tracking branch 'upstream/master' Vojtech Bubnik 2016-05-03 22:05:31 +02:00
  • 79c5e0a52d Optimize remove_duplicate_points. bubnikv 2016-04-15 18:01:08 +02:00
  • 42d9db04f2 Don't crash, if the number of lines to display is zero. bubnikv 2016-04-15 17:58:29 +02:00
  • 83166a7ff3 Close SVG file when the object gets deallocated. bubnikv 2016-04-15 17:57:38 +02:00
  • 3a0172888a Adapted to the new infills. bubnikv 2016-04-15 17:54:47 +02:00
  • ab5e01d114 Adapted to the new infills. New infills process a not yet shrunk expolygon. bubnikv 2016-04-15 17:51:11 +02:00
  • f3bda8a57a Disable optimizations and debug check even in debug mode. bubnikv 2016-04-14 11:17:44 +02:00
  • 23a5edbd11 Breaking into the debugger from the menu. This may be useful in Windows. bubnikv 2016-04-13 20:51:03 +02:00
  • d6b53d18b8 Optimized and improved rectilinear fill. bubnikv 2016-04-13 20:46:45 +02:00
  • f767ce816b Optimized and improved rectilinear fill. bubnikv 2016-04-13 20:45:44 +02:00
  • 510ca9f9e2 Merge pull request #3303 from hyperair/fix-cooldown Joseph Lenox 2016-04-12 12:50:43 -05:00
  • 3d73fbf5fd Use float for elapsed_time Chow Loong Jin 2016-04-13 01:10:58 +08:00
  • 4c622c504f Account for travel moves in elapsed_time Chow Loong Jin 2016-04-13 00:04:49 +08:00
  • a54edf8fbc Support static linking of the Boost libs Alessandro Ranellucci 2016-04-11 22:14:12 +02:00
  • 3b81bf0e33 Remove some debugging info. bubnikv 2016-04-11 17:48:27 +02:00
  • 3ba625da22 Revert incorrect checkins. bubnikv 2016-04-11 17:34:15 +02:00
  • ed83ff37f8 Simulation of extrusion in a plane, useful for finding out under / over-extruions. bubnikv 2016-04-11 17:10:13 +02:00
  • 9716ee8eca Interface to a filler, ported from Perl to C++. bubnikv 2016-04-11 17:09:15 +02:00
  • be3e4caf1d Fills were reimplemented in C++. While reimplementing the FillPlanePath code, the octagon infill was fixed to extrude the right amount of material. bubnikv 2016-04-11 17:08:30 +02:00
  • 7da68c91a5 Vojtech likes to use Sublime on Windows to get the wheels rolling. bubnikv 2016-04-11 17:05:58 +02:00
  • f66585c250 Fixed compilation on OS X Alessandro Ranellucci 2016-04-11 12:04:54 +02:00
  • d392858ee3 The chaining and leftmost_point methods were rewritten as static methods, so they may be called on Polylines without having to convert to PolylineCollection first. bubnikv 2016-04-10 19:32:39 +02:00
  • 6c5c9eddba Fixed a typo when SLIC3R_DEBUG is active. bubnikv 2016-04-10 19:13:08 +02:00
  • bcfbe02c8d New method to rotate only polygons, not translate. New free function to_polygons. Whithout this function one needs to construct the ExPolygonCollection, which means a deep copy. bubnikv 2016-04-10 19:12:32 +02:00
  • 023310882f Added a macro SLIC3R_CPPVER to indicate the C++ language version supported by the compiler. bubnikv 2016-04-10 19:07:34 +02:00
  • 7d54e28e30 Added optimized methods for point and polyline rotation. Existing methods for rotation were optimized by calculating the sin/cos values once only. Added an operator- for points. bubnikv 2016-04-10 19:06:46 +02:00
  • c8ff517389 New constructors for the bounding box with min/max points were added. empty(bbox) function template was added. bubnikv 2016-04-10 19:02:00 +02:00
  • 33ddb13e5d Use CLIPPER_OFFSET_SCALE instead of a numeric value. bubnikv 2016-04-10 18:58:12 +02:00
  • a94402a8a2 Update tests for new GCode style and markers Chow Loong Jin 2016-04-10 16:24:27 +08:00
  • 2e2e4e68d3 Fix layer time slowdown Chow Loong Jin 2016-04-10 16:07:32 +08:00
  • 82b07a02fa One more year Alessandro Ranellucci 2016-04-09 19:11:40 +02:00
  • f006e66549 Refactored calls to Wx::Bitmap->new Alessandro Ranellucci 2016-04-09 19:10:57 +02:00
  • 4156b51c18 Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG is set. bubnikv 2016-03-27 10:53:59 +02:00
  • 9576973b57 Tune gap fill and thin walls to less extreme values Alessandro Ranellucci 2016-03-26 18:37:37 +01:00
  • 36d5272f05 Filter gap fill using length relative to the actual width. #2781 Alessandro Ranellucci 2016-03-26 18:10:17 +01:00
  • fd4f5e40ca Actually add CONNTRIBUTING.md, not included in f5a5eb3736 Alessandro Ranellucci 2016-03-26 12:22:34 +01:00
  • 660b56acb5 Fixed type error Alessandro Ranellucci 2016-03-26 12:21:54 +01:00
  • f5a5eb3736 Moved CONTRIBUTING.md to .github/ Alessandro Ranellucci 2016-03-26 10:57:35 +01:00
  • 7041bb5bd9 Rewritten the medial axis algorithm, now more robust (don't just prune MAT from endpoints, but validate all single edges) Alessandro Ranellucci 2016-03-20 20:20:32 +01:00
  • e4147a6bed Merge pull request #3284 from lordofhyphens/gh2 Joseph Lenox 2016-03-20 13:46:18 -05:00
  • bfa12e5a66 Update ISSUE_TEMPLATE.md Joseph Lenox 2016-03-20 13:41:33 -05:00
  • b744947711 Missing #include Alessandro Ranellucci 2016-03-20 01:50:27 +01:00
  • 412a862677 Fixed dragging in 3D plater having some glitches with multipart objects Alessandro Ranellucci 2016-03-19 22:30:01 +01:00
  • dd879c3ef2 When loading an AMF file having multiple objects that look like multiple parts of a single object, prompt user and ask how to consider it. #2970 Alessandro Ranellucci 2016-03-19 22:22:11 +01:00
  • dfb1ec99ac Variable-width thin walls. Yay! Alessandro Ranellucci 2016-03-19 19:40:11 +01:00
  • 6dc42ee902 Variable-width gap fill. Yay! #2960 Alessandro Ranellucci 2016-03-19 15:33:58 +01:00
  • 5ff7511a14 Fixed regression in bridging caused by error in porting. Includes regression test. #3175 Alessandro Ranellucci 2016-03-18 22:19:49 +01:00
  • e2aae39f15 Bugfix: crash when input to bed shape options was '-'. #3254 Alessandro Ranellucci 2016-03-18 01:15:52 +01:00
  • c12ccd8357 Merge pull request #3272 from markwal/fixboost106000check Alessandro Ranellucci 2016-03-14 10:08:40 +01:00
  • 92e1f1011a Fix issue with undefined BOOST_VERSION Mark Walker 2016-03-13 23:51:35 -07:00
  • 1a09ae81db Merge pull request #3166 from hippich/pk-fix-about-screen Alessandro Ranellucci 2016-03-14 00:17:13 +01:00
  • 7aafa54bf0 Raise allowed temperatures to 500°C. #3114 Alessandro Ranellucci 2016-03-14 00:08:08 +01:00
  • f4a9fa6569 Support incompatible change in Boost 1.60. #3117 Alessandro Ranellucci 2016-03-14 00:02:42 +01:00
  • 38d9acbbfb Bugfix: memory corruption in BridgeDetector (thanks @JakeQZ for the patch). #3267 Alessandro Ranellucci 2016-03-13 21:12:31 +01:00
  • 0964700e6d Merge pull request #3209 from hyperair/fix-3046 Alessandro Ranellucci 2016-03-13 18:30:22 +01:00
  • d5ff69b1aa Make GCodeSender more robust (keep more than one sent line) and fix a memory access problem in the asio write buffer Alessandro Ranellucci 2016-03-13 18:27:02 +01:00
  • ff0a947364 Merge pull request #3190 from farhaven/master Alessandro Ranellucci 2016-03-13 15:37:13 +01:00
  • 6e5938c833 Fixed return value for deserialize() implementations. #3250 Alessandro Ranellucci 2016-03-13 15:25:50 +01:00
  • b9127e163b Merge pull request #3269 from 2bright/master Alessandro Ranellucci 2016-03-13 12:48:54 +01:00
  • 4fad87e438 Fixed float comparison in combine_infill Alessandro Ranellucci 2016-03-13 12:24:03 +01:00
  • 3acb0514e1 fix a segment fault by admesh wenjie 2016-03-12 15:54:36 +08:00
  • 5f8eea9adf Don't use equality comparisons for floats Chow Loong Jin 2016-03-06 17:44:39 +08:00
  • a32937cef2 Refactoring: new Layer::make_fill() method Alessandro Ranellucci 2016-02-20 20:50:40 +01:00
  • 9eabbded2b Fixed regression in the C++ port of PerimeterGenerator causing gaps to be filled twice Alessandro Ranellucci 2016-02-20 19:27:00 +01:00
  • e72a89ec23 New icon for Infill (credits: Carlo Mariella) Alessandro Ranellucci 2016-02-20 16:18:48 +01:00
  • a9c5874db3 Don't toggle support_material_enforce_layers field Chow Loong Jin 2016-01-17 17:11:37 +08:00
  • 5a13c4384f Implement serial port baudrate selection for OpenBSD Gregor Best 2016-01-03 17:35:59 +01:00
  • 571b406bd6 @farhaven: There's one more wxCLOSE in lib/Slic3r/GUI/Projector.pm, that one should probably be changed as well. Pavel Karoukin 2015-12-27 11:26:11 -06:00
  • 83c91a3538 Dump serial messages to file in order to debug communication issues Alessandro Ranellucci 2015-12-26 11:49:19 +01:00
  • f5326c393a Revert "Implement resizable left column in preset editor. #3151" Alessandro Ranellucci 2015-12-25 17:52:10 +01:00
  • 7c8b71012c Force the 'nearest' strategy for starting skirt loops Alessandro Ranellucci 2015-12-21 15:02:39 +01:00
  • 1a286fc906 Fixes and improvements to MotionPlanner, much smarter now Alessandro Ranellucci 2015-12-21 14:46:35 +01:00
  • f7e97f7e9b Refactor cutting logic, don't slice in 3DScene Alessandro Ranellucci 2015-12-19 23:15:37 +01:00
  • 025a508de2 Ignore cut result if user didn't click the cut button Alessandro Ranellucci 2015-12-19 20:41:47 +01:00
  • 6e231a8cae Editable text control for specifying the cut Z in cut dialog Alessandro Ranellucci 2015-12-19 20:38:50 +01:00
  • 70e8db8a0a Minor code cleanup here and there Alessandro Ranellucci 2015-12-19 20:27:04 +01:00
  • 4f32a1cf9d Fix Slic3r crash when opening About dialog Pavel Karoukin 2015-12-19 10:47:15 -06:00
  • 795107dfa2 Bugfix: external details were simplified too much when using default settings at low layer height, because the internal flow was erroneously taken into account. #2807 Alessandro Ranellucci 2015-12-19 16:46:56 +01:00
  • bab3404b2d Very minor code improvements Alessandro Ranellucci 2015-12-19 16:36:07 +01:00
  • 2df750a9c9 Fixed ported code of PerimeterGenerator Alessandro Ranellucci 2015-12-19 16:35:38 +01:00
  • 790dbfe9a8 Fix false positive in lift unit test Alessandro Ranellucci 2015-12-19 15:00:56 +01:00
  • 667a121ddb Fixed error in porting causing wrong moves with avoid_crossing_perimeters Alessandro Ranellucci 2015-12-19 14:49:29 +01:00
  • 9dc0514844 Use bridge flow and speed for solid_infill_every_layers Alessandro Ranellucci 2015-12-19 12:48:48 +01:00
  • a2ea191d84 Fix regression in lift, includes regression test Alessandro Ranellucci 2015-12-19 12:44:22 +01:00
  • fd7795da59 One more fix for compilation with older compilers Alessandro Ranellucci 2015-12-19 10:20:05 +01:00
  • 4b30d67e54 Implement resizable left column in preset editor. #3151 Alessandro Ranellucci 2015-12-18 20:00:22 +01:00
  • 8138fbf349 New --retract-lift-above and --retract-lift-below options. #763 #3057 Alessandro Ranellucci 2015-12-18 18:36:39 +01:00
  • 562efc1677 Typo Alessandro Ranellucci 2015-12-18 13:49:22 +01:00
  • b8f0391934 Fix compilation with GCC Alessandro Ranellucci 2015-12-18 13:40:57 +01:00
  • 44825d91af Some changes to DLP projector Alessandro Ranellucci 2015-12-18 00:56:56 +01:00