Commit Graph

  • 87e1875822 ENABLE_GCODE_VIEWER set as default in: enricoturri1966 2020-11-18 13:04:34 +01:00
  • 5be9d42519 Localization, new POT YuSanka 2020-11-18 12:30:00 +01:00
  • a9f6e6da9d Changed layout of the "Machine limits" settings tab YuSanka 2020-11-18 12:08:09 +01:00
  • faff112ea8 ENABLE_GCODE_VIEWER set as default in: enricoturri1966 2020-11-18 10:44:03 +01:00
  • ee932e4364 Merge branch 'lh_avoid_crossing_perimeters' of https://github.com/Prusa3D/PrusaSlicer into lh_avoid_crossing_perimeters Vojtech Bubnik 2020-11-17 15:35:58 +01:00
  • f206b743fd Avoid crossing perimeters: Further refactoring for clarity, code review. Vojtech Bubnik 2020-11-17 15:18:19 +01:00
  • 656b90dbe5 Avoid crossing perimeters: Further refactoring for clarity, code review. Vojtech Bubnik 2020-11-17 15:18:19 +01:00
  • 2ea00cf916 Merge branch 'dk_filaments' into master David Kocik 2020-11-17 15:08:19 +01:00
  • 16dd7c74f1 boost canonical fix at instance check. Hopefully a fix of #4973 David Kocik 2020-11-17 14:44:18 +01:00
  • 1e12b99338 fix of segfault on startup at SplashScreen::SetText David Kocik 2020-11-14 11:17:09 +01:00
  • 62ab17bf6e AvoidCrossingPerimeters: Refactored for better encapsulation. Vojtech Bubnik 2020-11-17 10:42:27 +01:00
  • 04c2fde671 Removed the old motion planner. Vojtech Bubnik 2020-11-17 09:33:10 +01:00
  • a20ce2f484 ENABLE_GCODE_VIEWER set as default in 3DBed.hpp/.cpp enricoturri1966 2020-11-16 17:29:21 +01:00
  • afddcf71db Preview - Paint in grey toolpaths belonging to layers containing pause prints or custom gcodes enricoturri1966 2020-11-16 15:01:13 +01:00
  • 49ce613be7 Enable previous heuristics which was disabled by mistake Lukáš Hejl 2020-11-16 14:37:42 +01:00
  • c702b3b71d Add heuristics for removing unnecessary detours Lukáš Hejl 2020-11-16 13:43:15 +01:00
  • 9936b8e34e Add missing includes Lukáš Hejl 2020-11-15 19:46:17 +01:00
  • 3db66af716 Fix another compiler warning Lukáš Hejl 2020-10-28 13:21:06 +01:00
  • 266e6dee5d Fix compiler warnings Lukáš Hejl 2020-10-28 12:57:45 +01:00
  • c00c7eaed3 Rework of outer borders to reduce unnecessary detours along the border. Lukáš Hejl 2020-10-28 01:52:50 +01:00
  • ef9de07740 Disabling wipe for avoid crossing perimeters Lukáš Hejl 2020-10-22 06:20:38 +02:00
  • 7f94e9fa59 Fixed perimeters crossing when supports are printed. Lukáš Hejl 2020-10-19 09:44:33 +02:00
  • 2afeea5b6f Fixed division by zero when the layer is empty Lukáš Hejl 2020-10-16 14:37:16 +02:00
  • 3e98e2a4bd Fixed avoiding of other printed objects, again Lukáš Hejl 2020-10-16 10:56:19 +02:00
  • 8adf02a289 Moved AvoidCrossingPerimeters to separate file Lukáš Hejl 2020-10-16 09:03:49 +02:00
  • 20916e2362 Disable filed with max detour length when avoid crossing perimeters is disabled Lukáš Hejl 2020-10-16 07:48:05 +02:00
  • 4288be0e06 Fixed a case when the intersection is one of the endpoints of the line Lukáš Hejl 2020-10-16 07:39:15 +02:00
  • c828a5d6e9 Added the possibility to set the maximum length of the detour Lukáš Hejl 2020-10-16 02:25:45 +02:00
  • c16aad7e0b Reworked the algorithm for avoid crossing perimeters for multiple objects Lukáš Hejl 2020-10-16 01:57:26 +02:00
  • 69658a57d8 Fixed crossing perimeters in some cases Lukáš Hejl 2020-10-14 01:02:39 +02:00
  • 556c212f9d Fixed crossing perimeters when option "Wipe while retracting" is enabled Lukáš Hejl 2020-10-13 22:29:36 +02:00
  • 39e3358af5 Avoid crossing perimeters bugfix Lukáš Hejl 2020-10-08 03:54:03 +02:00
  • a4fc435f75 Clear generated boundaries from previous layer Lukáš Hejl 2020-10-07 15:27:18 +02:00
  • 5c073d0ddb Improved documentation of avoid crossing perimeters algorithm. Lukáš Hejl 2020-10-07 14:52:57 +02:00
  • 46bae74e48 Finalization of avoid crossing perimeters algorithm Lukáš Hejl 2020-10-07 14:34:59 +02:00
  • 074406647a Fixed bug when algorithm stuck in a loop Lukáš Hejl 2020-09-21 18:17:34 +02:00
  • 6573bc15a5 Selection of shortest path around polygon boundary Lukáš Hejl 2020-09-21 14:49:22 +02:00
  • 7a4ba7d131 A simple algorithm to follow the boundary of polygons Lukáš Hejl 2020-09-21 02:05:52 +02:00
  • 620f94331c fix of OSX build: workaround of non-standard std::optional Vojtech Bubnik 2020-11-16 13:44:15 +01:00
  • a864d584a6 Fillers: Renamed Rectilinear2 to Rectilinear. Vojtech Bubnik 2020-11-16 13:24:57 +01:00
  • 2249e5d4b2 Renamed FillRectilinear.cpp,h to FillLine.cpp,h Vojtech Bubnik 2020-11-16 13:17:18 +01:00
  • db05f00860 Fixing compilation issues. Vojtech Bubnik 2020-11-16 13:11:58 +01:00
  • 812cbade4d Fills: 1) New algorithm for connecting along the perimeters is now applied to Honeycomb, Hilbert and similar planar filling curves. 2) The old expensive path chaining is not applied if the new algorithm to connect along the perimeter lines is called afterwards. Vojtech Bubnik 2020-11-16 12:51:51 +01:00
  • e9fa36ea7d Fillers: Removal of old FillRectilinear, using of "override" instead of "virtual" where applicable. Vojtech Bubnik 2020-11-16 11:16:44 +01:00
  • e77fc43159 Merge remote-tracking branch 'remotes/origin/master' into lh_adaptive_infill_hooks Vojtech Bubnik 2020-11-16 10:54:19 +01:00
  • 4280fdb5f2 Reworked connection of infill lines to perimeter lines. Added a new "infill_anchor" parameter. Vojtech Bubnik 2020-11-16 10:54:00 +01:00
  • e04c6a4d17 Fixed screen-size for point markers used to visualize retraction/unretractions and other options in preview enricoturri1966 2020-11-16 10:29:54 +01:00
  • 84693a5810 New get_extents(const std::vector<Points> &pts), refactored Lian Barsky line clipping Vojtech Bubnik 2020-11-16 10:20:47 +01:00
  • 32362cff0b SVG export: Implemented flipping in Y axis. Now flipped by default to match the 3D print paths view when looking at the print from the top. Vojtech Bubnik 2020-11-16 10:18:51 +01:00
  • 9b3ff9b1cf Zoom max limit increased from 100 to 250 enricoturri1966 2020-11-16 08:48:44 +01:00
  • 808c43cb4b Added dialog to choose import action when dragging and dropping a project file enricoturri1966 2020-11-16 08:39:25 +01:00
  • e93b84e2a6 Merge pull request #5156 from Tillverka3d/master rtyr 2020-11-15 14:55:22 +01:00
  • 342f0738c2 revert version bump to 0.0.4 and remove accel settings for Predator Nicolas North [norðurljósahviða] 2020-11-15 00:51:17 +01:00
  • c5391d3354 fixed possible segmentation in physical printer dialog Martin Loidl 2020-11-14 21:46:54 +01:00
  • 28c2277902 Equalize all accelerations to avoid filling gcode with M204 commands Nicolas North [norðurljósahviða] 2020-11-14 17:16:46 +01:00
  • 2558a98636 fix spurious custom setting in Anycubic Predator profile Nicolas North [norðurljósahviða] 2020-11-14 12:27:20 +01:00
  • cd2b502c38 Updated Anycubic thumbnails. rtyr 2020-11-13 13:08:09 +01:00
  • 0e6acbe68d Merge remote-tracking branch 'origin/et_sequential' enricoturri1966 2020-11-13 11:52:26 +01:00
  • 0688a76c73 Code cleanup enricoturri1966 2020-11-13 11:50:52 +01:00
  • e78e3ad80b Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sequential enricoturri1966 2020-11-13 10:46:41 +01:00
  • 172c1bbab7 Fix the typo in 932dfb4fca The resize of the Spincontrol was wrong placed in the code YuSanka 2020-11-12 21:43:21 +01:00
  • d962d431c0 Localization: * added missed phrases * fixed some phrases * updated POT-file and PO/MO-files for the CZ-translation YuSanka 2020-11-12 21:35:05 +01:00
  • 2df97edcf5 Updated LulzBot thumbnails. rtyr 2020-11-12 19:20:23 +01:00
  • 62a29237fc Added filament profiles, adjusted temperatures, updated start g-code for some models. rtyr 2020-11-12 18:55:42 +01:00
  • 0c78573f5c Version changed to 0.0.6 rtyr 2020-11-12 18:52:48 +01:00
  • 868ffa21d5 Updated BIBO2 thumbnail. Removed "BETA" label. rtyr 2020-11-12 18:47:30 +01:00
  • 265003cc00 Merge pull request #5143 from pmjdebruijn/creality_filament_5 rtyr 2020-11-12 18:45:41 +01:00
  • b9da42eb67 creality.ini: raise remaining PLA bed temperatures to 60 Pascal de Bruijn 2020-11-12 18:20:23 +01:00
  • 9e4cb893f7 Sequential print visualization using vertical slider in preview -> Added travel moves enricoturri1966 2020-11-12 16:29:44 +01:00
  • 932dfb4fca GTK3 specific : Fix of #5053 YuSanka 2020-11-12 15:33:24 +01:00
  • 353536ab86 Physical printers dialog: Update Test button in respect to the inputted printhost YuSanka 2020-11-12 15:22:03 +01:00
  • 8c8ad70c58 ENABLE_GCODE_VIEWER set as default in fff_print test and PrusaSlicer.cpp enricoturri1966 2020-11-12 15:01:59 +01:00
  • 8633e8f25c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-11-12 14:05:56 +01:00
  • f1d10f3c90 ENABLE_GCODE_VIEWER set as default in libslic3r enricoturri1966 2020-11-12 14:03:58 +01:00
  • 4eded76136 Custom controls : The width for full_width fields is updated according to the custom control width (thanks to the @supermerill for the mention on it, 6acf6bdf21) YuSanka 2020-11-12 10:13:16 +01:00
  • 28b4ad92ea Fix of previous commit enricoturri1966 2020-11-11 17:35:29 +01:00
  • 66f325cef4 Follow-up of 80e8b5e985 -> Fixed include in GCode.xsp enricoturri1966 2020-11-11 17:28:56 +01:00
  • 4d102ac8ca FillAdaptive: 1) More accurate trimming of an anchor with another infill line or by another anchor line. 2) Trimming of very short infill lines, which are not anchored, by another infill lines. Vojtech Bubnik 2020-11-11 16:49:11 +01:00
  • 80e8b5e985 Removed the legacy PreviewData.cpp,hpp enricoturri1966 2020-11-11 16:38:51 +01:00
  • 4ad42d6171 WIP - Sequential print visualization using vertical slider in preview (missing travel moves) enricoturri1966 2020-11-11 16:22:09 +01:00
  • 4ad30ecdc0 Merge branch 'dk_filaments' into master David Kocik 2020-11-11 16:10:38 +01:00
  • 0a4ce079e8 escape_ampersand function and changed order of printer names and pictures in config wizard David Kocik 2020-11-11 16:05:30 +01:00
  • 4f85a42830 Follow-up of bb74d2da5b and 7b2aca0159 -> Removed inclusions of GCode/Analyzer.hpp and GCodeTimeEstimator.hpp enricoturri1966 2020-11-11 15:41:48 +01:00
  • a2b915af0f Fixed of #5081 Width of sub-label is calculated by using of GetTextExtent() instead of PaintDC->GetMultiLineTextExtent, because of PaintDC is not OK sometimes. For example on GTK3 PaintDC->IsOk() only, when it's using in a native paint event see https://github.com/wxWidgets/wxWidgets/blob/master/src/gtk/dc.cpp, line 346 YuSanka 2020-11-11 12:04:15 +01:00
  • 26836db629 FillAdaptive: Handling of a special case when the infill lines touch at their ends. Vojtech Bubnik 2020-11-11 11:51:26 +01:00
  • aa32f48c9c Updated creality thumbnails. Removed "BETA" label. rtyr 2020-11-10 17:53:49 +01:00
  • cf339c5f8d Updated thumbnails. Removed "BETA" sign. rtyr 2020-11-10 17:26:42 +01:00
  • 21a7a606d2 Added DeltiQ 2, DeltiQ 2 Plus printers, 0.10mm, 0.20mm FLEX print profiles, updated print materials, flexprint extension support rtyr 2020-11-10 16:02:34 +01:00
  • 1799d263b3 Merge pull request #5118 from trilab3d/master-trilab rtyr 2020-11-10 15:59:49 +01:00
  • decda76344 AdaptiveInfill: 1) Shortening the anchor lines when touching another infill line to avoid over extrusion. 2) Reduction of the Intersection structure complexity by referencing the source lines. Vojtech Bubnik 2020-11-10 15:54:32 +01:00
  • 89df9c1038 Improvement of AdaptiveFill: 1) Merging of collinear infill lines separated by a thin gap created by trimming with the boundary polygon. 2) Sorting of the T-joints separately to the left / right of the common line. 3) Trimming self intersections of the anchor lines. 4) Dropping of very short segments, not anchoring short segments. Vojtech Bubnik 2020-11-10 13:56:12 +01:00
  • 0259c96287 Added thumbnails for new trilab printers - https://github.com/prusa3d/PrusaSlicer-settings/pull/108 Matej Supik 2020-11-10 12:02:50 +01:00
  • 81b4c8f533 Merge pull request #5117 from pmjdebruijn/creality_filament_4 rtyr 2020-11-10 11:57:49 +01:00
  • e20d8f1623 MM print : Fixed re-scaling of the Extruders column in the Object list YuSanka 2020-11-10 11:06:33 +01:00
  • 70b19d2f5d Merge branch 'dk_notifications' into master David Kocik 2020-11-10 09:23:16 +01:00
  • 422ad1c5bf Callback stored at std::function for notification hyperlink. Notification progress bar draft. David Kocik 2020-11-10 09:20:39 +01:00
  • 077cc1e5ff creality.ini: Add Devil Design PLA Galaxy (Glitter) Pascal de Bruijn 2020-11-09 19:27:02 +01:00
  • 9f2d8299b1 creality.ini: disable pause_print_gcode (#4980) Pascal de Bruijn 2020-11-09 18:52:01 +01:00
  • b0252ba607 Merge pull request #5114 from pmjdebruijn/creality_head_bed_first rtyr 2020-11-09 15:38:43 +01:00
  • 560aef05c7 Merge branch 'dk_eject' into master David Kocik 2020-11-09 15:16:09 +01:00