Commit Graph

  • 2827609539 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2021-11-24 11:48:57 +01:00
  • c071132385 Fix of objects have wrong color when using convex printbeds - SPE-1132 enricoturri1966 2021-11-24 11:48:52 +01:00
  • fd509199da Tech ENABLE_ENHANCED_PRINT_VOLUME_FIT - 1st installment, Scale to print volume command for circular printbeds enricoturri1966 2021-11-24 10:55:48 +01:00
  • eb389559b5 Fixup of cc44089 (bed bounding box 2D vs 3D) The mentioned commit has changed behaviour of GLCanvas3D::get_size_proportional_to_max_bed_size(double) function so that it uses XYZ bounding box instead od just XY. As a result, adding a box object through the right panel added a huge box when printer max_print_z was higher than x/y. Offset at which a new object instance is added was also affected. Lukas Matena 2021-11-24 10:24:11 +01:00
  • 5fe529ffbc Add missing mapping Sergey Kovalev 2021-11-24 00:49:53 +07:00
  • a0f0f329c8 Fix chrono Sergey Kovalev 2021-11-24 00:18:55 +07:00
  • 9e3e565bb6 Added README.md file for fast_float library. Lukáš Hejl 2021-11-23 17:42:13 +01:00
  • fbe90b5534 Add timeout/errors management, multiple fixes Sergey Kovalev 2020-12-29 04:50:52 +07:00
  • bb928f6ef7 Multiple fixes for building Sergey Kovalev 2020-12-29 01:12:04 +07:00
  • f1ae74f9d3 Small adaptation and formatting Sergey Kovalev 2020-12-29 01:01:39 +07:00
  • 869b8c8c66 Add better implementation of tcp console Sergey Kovalev 2020-12-29 00:44:39 +07:00
  • 11eafebd8f Fix printing start condition, a little bit more comments Sergey Kovalev 2020-12-27 23:16:19 +07:00
  • 4917f3b811 Initial implementation, mostly proof of concept Sergey Kovalev 2020-12-27 21:51:06 +07:00
  • 609bd4046c Preferences: Beautification Text settings: Wrap a label_text to the max 80 characters MSW specific: Update alignment of the "Dark mode" tab YuSanka 2021-11-23 16:39:53 +01:00
  • 9029f63d0c Fixed minor bug - Added missed layout of the Tab, when preset is saved with new name. "Delete" button wasn't observed YuSanka 2021-11-23 15:54:41 +01:00
  • 0c110af1df Localization: Next text improvements + new POT + new CZ translation YuSanka 2021-11-23 14:56:41 +01:00
  • 7828964f8c Fix for #7328 - Filename containing chars not usable on FAT result in error and crash in gcode export YuSanka 2021-11-23 13:43:08 +01:00
  • 5f92ddb56c Fix for horizontal slider limits the top non-gray layers to two, not one, SPE-1130 enricoturri1966 2021-11-23 11:42:22 +01:00
  • 5f95476a0c Improve build instructions Jarl Friis 2021-11-13 14:26:11 +01:00
  • 3cb6305d3e #3385 - Fixed broken 3Dconnexion settings imgui dialog layout enricoturri1966 2021-11-23 09:43:03 +01:00
  • a996f33579 Follow-up to a0ee41770d see pull request #7323 for discussion what went wrong. Vojtech Bubnik 2021-11-22 15:33:05 +01:00
  • f30a018c5a Clamp radius in variable layer height dialog, negative values led to a crash Lukas Matena 2021-11-22 15:22:23 +01:00
  • 4c89a9ed43 Increased 3D connexion translation speed maximum to 30 (#3385) Lukas Matena 2021-11-22 14:41:23 +01:00
  • 83fb066c64 Check for required CGAL version tamasmeszaros 2020-12-07 18:19:53 +01:00
  • 0b0e5e5040 Merge branch 'tm_fix_hollowing_preview' tamasmeszaros 2021-11-22 14:01:00 +01:00
  • a22bc7f7c8 Show an error dialog when opening simplification on incompatible selection Lukas Matena 2021-11-18 13:47:00 +01:00
  • 6180e3a89e Do not open simplify dialog on top of the main toolbar Lukas Matena 2021-11-18 13:16:34 +01:00
  • aae8c7a844 Fixed the empty layer warning (again), it did not work after top/bottom support contact z was separated Lukas Matena 2021-11-16 11:49:41 +01:00
  • 78a6406219 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2021-11-22 10:57:44 +01:00
  • a4baecb340 #7326 - Fixed crash when starting GCodeViewer enricoturri1966 2021-11-22 10:57:38 +01:00
  • 93bd5ee08b Fixed a typo in 02c18dbc52. Id of the WipeTower is equal to 1000 YuSanka 2021-11-22 09:52:02 +01:00
  • 1b7975639e Follow-up 172b97cc2a - Show context menu only on right mouse click YuSanka 2021-11-21 18:15:59 +01:00
  • 21c8f373ff Code refactoring for 69731b1d => nsvgParseFromFileWithReplace() is extracted from nanosvg.h to BitmapCache YuSanka 2021-11-19 17:00:38 +01:00
  • 244b66649c Check unsaved preset changes only when presets have been changed in the project YuSanka 2021-11-19 16:33:15 +01:00
  • 55a555c848 Tooltip for the new SLA material parameter "material_print_speed" Vojtech Bubnik 2021-11-19 16:30:37 +01:00
  • 1280b03a60 Merge branch 'tm_sla_fast_slow' tamasmeszaros 2021-11-19 16:15:25 +01:00
  • 6ebee079c9 Follow-up to 9994e0bcbc Start updater during start of prusaslicer. Don't search the directory if only verifying that a file exists is sufficient. Vojtech Bubnik 2021-11-19 15:48:03 +01:00
  • 56f409921c Improved some string initialization and zeroing. Assigning = "" in constructor does not make sense, .clear() is better than = "", default paramaeter = {} is cheaper than = "" Vojtech Bubnik 2021-11-19 15:34:22 +01:00
  • 4a7ac79637 Generalize PrusaLink Vojtech Bubnik 2021-11-19 15:32:33 +01:00
  • a7260e7257 Add material print speed parameter for sla printers except sl1 tamasmeszaros 2021-11-10 13:44:47 +01:00
  • 67373ca722 Changed gizmo entering/leaving string handling to make localization easier Lukas Matena 2021-11-19 11:46:22 +01:00
  • 05ed0a9b60 Removed check for a 64bit build running on a 32bit system, such condition could never be fulfilled. Vojtech Bubnik 2021-11-19 11:07:25 +01:00
  • d8590ac0a8 Tiny eigen vectorization beautification. Vojtech Bubnik 2021-11-19 10:56:07 +01:00
  • f5c23871e8 Follow-up to 77548df00f (Fixed missing sinking property in objects list for multipart objects with a part completely below the printbed): Vojtech Bubnik 2021-11-19 10:32:40 +01:00
  • 8a0c492583 Remove unused headers tamasmeszaros 2021-11-19 10:28:15 +01:00
  • 172b97cc2a Fix for #7270 - Feature Request: Right-click object table name-field should bring up context-menu - same as in 3D Editor View + removed unused code YuSanka 2021-11-19 10:13:07 +01:00
  • f8e734cd79 Merge branch 'tm_relative_correction_xyz_2' tamasmeszaros 2021-11-19 09:48:44 +01:00
  • c6de3e84eb Trying to solve forward compatibility for SLA relative_corrections tamasmeszaros 2021-10-22 16:34:20 +02:00
  • d336dbe1a5 Fix broken hollowing preview with defined holes and unchecked hollowing tamasmeszaros 2021-11-18 16:39:07 +01:00
  • 36df8df8b4 Fix for #6124 - Looped "Wipe Tower" message box, can't quit Always add overloaded parameters for Object/Parts Settings to avoid lopped messages YuSanka 2021-11-18 17:30:11 +01:00
  • c447c84d2c Fixed non-WIN builds YuSanka 2021-11-18 17:03:38 +01:00
  • ecd71e3e80 Some debugging code (asserts) for the optimized G-code number formatter. Vojtech Bubnik 2021-11-18 16:42:00 +01:00
  • 1603d7a2c8 Merge branch 'dk_notifications' David Kocik 2021-11-18 16:29:25 +01:00
  • f2d53bc389 Fix of #7313 David Kocik 2021-11-18 16:27:20 +01:00
  • 5271877182 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into master YuSanka 2021-11-18 14:34:41 +01:00
  • b3074ad2cc DoubleSlider: Added calculation of the new color for "ColorChange" YuSanka 2021-11-18 08:45:41 +01:00
  • 53c5b0331e Fix issue with corrupted sl1 import with substituted profile. tamasmeszaros 2021-11-18 12:07:21 +01:00
  • 8a4323c5b9 Fixed the layout of the painting gizmos after the edit icon for sliders was added. Lukáš Hejl 2021-11-16 15:23:10 +01:00
  • 9cac904f97 Fix of #7299 (Crash in the multi-material segmentation when some projected triangle is outside the bounding box of the current layer. Lukáš Hejl 2021-11-16 15:13:12 +01:00
  • c1209fe8d7 Sync with PrusaSlicer-settings rtyr 2021-11-16 21:07:10 +01:00
  • 2c31755bc9 Do not use __FILE__ macro (#7293) Lukas Matena 2021-11-16 16:09:05 +01:00
  • a2c3a6ac2f Added missing includes (gcc9.4 without pch) Lukas Matena 2021-11-16 16:08:16 +01:00
  • e063fe920e Fix of the last commit, G-code resolution was increased 10x by mistake. Vojtech Bubnik 2021-11-16 15:59:43 +01:00
  • 135b3fcea8 Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer Vojtech Bubnik 2021-11-16 15:48:17 +01:00
  • 0420f63540 Higher resolution G-code and volumetric rate legend, disabled. Vojtech Bubnik 2021-11-16 15:48:06 +01:00
  • 8d046a577a Fixed wrong color of toolpaths in pre-gcode preview enricoturri1966 2021-11-16 14:52:07 +01:00
  • 1aaa4845c5 Partially ported https://github.com/supermerill/SuperSlicer/commit/ff195fc9(Add max_literal to setting def, to set the threshold for popup warning for float% fields) from @SuperSlicer (related to https://github.com/prusa3d/PrusaSlicer/issues/2829#issuecomment-955606863) YuSanka 2021-11-16 13:44:31 +01:00
  • cb44542377 Fix for broken zoom to bed command enricoturri1966 2021-11-16 13:40:24 +01:00
  • 9561fd8cc6 Removed obsolete gouraud shader files enricoturri1966 2021-11-16 12:56:08 +01:00
  • d6306f00b7 Resin colors: Set default value when color wasn't set in config YuSanka 2021-11-16 10:39:20 +01:00
  • 9af9b9b35d Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS set as default enricoturri1966 2021-11-16 12:39:54 +01:00
  • 58c93196d5 Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer Vojtech Bubnik 2021-11-16 10:18:58 +01:00
  • cc44089440 New BuildVolume class was created, which detects build volume type (rectangular, circular, convex, concave) and performs efficient collision detection agains these build volumes. As of now, collision detection is performed against a convex hull of a concave build volume for efficency. Vojtech Bubnik 2021-11-16 10:15:51 +01:00
  • f535b592ac Fixed a crash when loading STL file (from 02c18dbc52) + Added info_icon next to the "Volume" value YuSanka 2021-11-16 09:36:45 +01:00
  • 107f1baa32 Updated SLA material colors. rtyr 2021-11-16 08:02:28 +01:00
  • 02c18dbc52 Sidebar: Info box: Fixed value of the "Volume" + Hidden "Materials" item YuSanka 2021-11-15 17:29:35 +01:00
  • e419285147 #7066 - Ignore purge line in 'Volumetric Flow' display when Custom extrusion paths are set to invisible enricoturri1966 2021-11-15 14:25:15 +01:00
  • 059e4f8cf1 Commented code for different icon for UpdatedItemsInfo Notification. David Kocik 2021-11-15 13:54:02 +01:00
  • 3c4095cec2 Merge branch 'dk_updater' David Kocik 2021-11-15 13:00:22 +01:00
  • ad2760f82b Our opening of url in wxHyperlink David Kocik 2021-11-12 16:18:29 +01:00
  • 6ebd58e7a0 Notice dialog about no default materials in printer profile. David Kocik 2021-11-15 12:59:51 +01:00
  • b431fd1f7e Mark the source of nanosvg library tamasmeszaros 2021-11-15 11:11:48 +01:00
  • 871311c95c Fix for #7301 - Endless loop telling me 'Supports work better if the following feature is enabled: bridging perimeters' when setting 'generate support material' on a single object YuSanka 2021-11-15 10:47:35 +01:00
  • 5dfba04e02 Added missing include enricoturri1966 2021-11-15 09:02:21 +01:00
  • a6863961f7 Localization + new POT + added hyperlinks for Ironing parameters YuSanka 2021-11-12 16:46:22 +01:00
  • 0548df9a76 Fixed parsing of older PrusaSlicer.ini files. David Kocik 2021-11-14 20:53:35 +01:00
  • c6940970f2 Decreased the minimum diameter of the brush in the multi-material painting gizmo to 0.1 with respect to #7108. Lukáš Hejl 2021-11-12 17:52:12 +01:00
  • 17b9189974 Empty layer warning is now generated once per object Lukas Matena 2021-11-12 17:04:14 +01:00
  • f31a2db495 Fix of Changing purge volumes doesn't set project as unsaved #7265 Vojtech Bubnik 2021-11-12 17:05:19 +01:00
  • d43ddce078 #7293 - Do not put __FILE__ info in release mode enricoturri1966 2021-11-12 15:08:04 +01:00
  • 87c2e90a5d Start print after upload button (instead of checkbox) David Kocik 2021-11-12 14:50:22 +01:00
  • 8ef03718d0 Linux specific: Using a pop-up menu on the "cog" wheel for changing of an extruder color.(related to #6759) + some code refactoring + change a little bit gray color in colorchange_del icons to avoid collision in Dark mode YuSanka 2021-11-12 14:00:46 +01:00
  • 9c35e0cb75 Added a missing include (GCC 11.1). Lukáš Hejl 2021-11-12 13:29:17 +01:00
  • e70fc7f0da OG_CustomCtrl: Code refactoring - Use standard RichMessageDialog instead of own written YuSanka 2021-11-12 12:13:29 +01:00
  • 8bfa132a1b Localization fixes + new POT YuSanka 2021-11-11 17:02:07 +01:00
  • 9dcebf0a04 Commented out unused line enricoturri1966 2021-11-12 08:45:16 +01:00
  • f86cd8409d Added missing include enricoturri1966 2021-11-12 08:07:07 +01:00
  • b3992ab35d Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Fixed imgui slider label enricoturri1966 2021-11-12 07:56:47 +01:00
  • c677b2771c Make sure the object does not float after simplification Lukas Matena 2021-11-11 15:55:37 +01:00
  • 366a3bca07 Merge branch 'lm_simplify_fixes' Lukas Matena 2021-11-12 06:51:24 +01:00