Commit Graph

  • 815989d488 The print bed is limited to 1.2m x 1.2m. (related to #2877) YuSanka 2020-04-01 19:01:00 +02:00
  • f27999e136 Follow-up of cfb6ac76fc - Another attempt to fix the build on AppleClang (std::array in lambdas) enricoturri1966 2020-04-01 16:47:35 +02:00
  • cfb6ac76fc Fixed build on AppleClang enricoturri1966 2020-04-01 15:54:25 +02:00
  • 67c55c7490 Added code for deactivating of search toolbar item + invalidated its unused callbacks. YuSanka 2020-04-01 11:51:44 +02:00
  • 87ba9f251b Merge remote-tracking branch 'origin/et_lower_ram_footprint' enricoturri1966 2020-04-01 15:11:25 +02:00
  • f598c2d5d8 Fixed conflicts after merge with master enricoturri1966 2020-04-01 15:06:30 +02:00
  • 31b0ae164d Optimization of the GCodeTimeEstimator to only keep a fixed number of trapeziodal blocks around. The number is hard coded to 64, and 3x64 blocks are flushed everytime the queue grows over 4x64 blocks. This time estimator is slightly more close to what the firmware does, which keeps a fixed number of blocks and it recalculates all the blocks every time a new block is added while the oldest block is pushed out of the queue. Therefore this optimization shall produce negligible differences to what the previous code produced. bubnikv 2020-04-01 13:42:26 +02:00
  • f4cc0ce075 Fixed the new Slic3r::GUI::format_wxstr(): The arguments were not passed. bubnikv 2020-04-01 13:27:00 +02:00
  • 4945a0dc0e Follow-up fix for big bed arrangement tamasmeszaros 2020-04-01 12:34:50 +02:00
  • 8027fc2fb2 Yet another missing include that windows compiler did not mind. bubnikv 2020-04-01 10:42:10 +02:00
  • 3a1bb2fece fixed missing include bubnikv 2020-04-01 10:30:33 +02:00
  • 22c671e593 Fixing OSX and Linux builds bubnikv 2020-04-01 10:08:03 +02:00
  • 8a03d5642d Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-04-01 09:58:48 +02:00
  • 1f3046f65d #3964 - Attempt to fix crash when closing on Linux (Debian unstable) enricoturri1966 2020-04-01 09:58:31 +02:00
  • b843a094f6 Slic3r::format(), Slic3r::GUI::format_wxstr(): wrappers around boost::format using C++17 variadic templates, replacing the ugly and verbose (boost::format("template") % arg1 % arg2).str() syntax. The wrappers also implictely convert input parameters including the template from wxString to UTF8. bubnikv 2020-04-01 09:48:56 +02:00
  • 042880ba2d Search: Implemented highlighting of a letters from the search string YuSanka 2020-03-31 22:46:12 +02:00
  • daa6dd0a25 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer enricoturri1966 2020-03-31 18:05:12 +02:00
  • e886475fe7 Fixed build when tech ENABLE_NON_STATIC_CANVAS_MANAGER is disabled enricoturri1966 2020-03-31 18:04:49 +02:00
  • 081a24abf3 Follow-up of 095062e371 -> 3DConnexion settings dialog (Ctrl+M) shown only on Linux (not Mac) Enrico Turri 2020-03-31 15:30:24 +02:00
  • 095062e371 3DConnexion settings dialog (Ctrl+M) shown only on Mac Enrico Turri 2020-03-31 14:16:53 +02:00
  • f1ccd38258 Fixed shaders on Intel Cards - not allowed use of 'active' word Enrico Turri 2020-03-31 12:51:50 +02:00
  • 25d58faaad WIP: Windows specific 3Dconnexion using WM_INPUT. This implementation works with the 3DConnexion driver (sic!) if PrusaSlicer.xml is stored into c:\Program Files\3Dconnexion\3DxWare\3DxWinCore64\Cfg\ bubnikv 2020-03-31 09:01:48 +02:00
  • 70baa0d246 Fix arrange for large beds tamasmeszaros 2020-03-30 13:26:24 +02:00
  • abad9133eb Added new icon for "collapse sidebar" + The tooltip for a "Collapse" button is updated according to the collapse state YuSanka 2020-03-30 11:53:58 +02:00
  • 29cbfa7c9e Fixed conflicts after merge with master enricoturri1966 2020-03-30 09:36:37 +02:00
  • 35e963a566 Small refactoring enricoturri1966 2020-03-30 09:01:50 +02:00
  • ab02d344e4 Activated "collapsed sidebar" button YuSanka 2020-03-29 20:52:14 +02:00
  • d317f0753a Merge remote-tracking branch 'origin/master' into ys_search YuSanka 2020-03-29 20:21:00 +02:00
  • 7236abe473 Merge remote-tracking branch 'origin/ys_collapse_sidebar' into ys_search YuSanka 2020-03-28 22:07:56 +01:00
  • 14703fe561 Implemented Search on Plater, usint imGui YuSanka 2020-03-28 19:39:24 +01:00
  • ec86d94f02 Workaround for the Prusa3D Fast (layer height 0.35mm) profile, which collides with the maximum allowed layer height at the Printer Extruder 0.25mm. bubnikv 2020-03-27 14:15:09 +01:00
  • 58192ba6c2 Win32 specific: Using SHChangeNotifyRegister to get notifications on removable media insert / eject events. From now on we no more poll for removable media on Windows. bubnikv 2020-03-27 08:10:00 +01:00
  • 3fdd643f49 Fix of PrusaSlicer trying to access my floppy disk (A:\) Some customers seem to posses a floppy drive (sic!) and some floppy drives start spinning if accessed just to check whether there is a medium plugged in or not. bubnikv 2020-03-26 19:06:23 +01:00
  • a1aee69c5a Fixed a logical error in substitution of the selected language with the system language: System language returned by Windows for pt_BR is pt_PT, and this language was then used incorrectly to select the dictionary. bubnikv 2020-03-26 14:27:18 +01:00
  • 0054134ff8 Fix of #3916 (macOS crash when generating WarningTexture) Likely the same cause as #3371, hopefully the same solution as presented in 4f1f507 Lukas Matena 2020-03-25 23:52:47 +01:00
  • b3cebdb672 Fix after merge bubnikv 2020-03-25 17:55:46 +01:00
  • 750e704b37 Merge remote-tracking branch 'remotes/origin/et_slope_shader' bubnikv 2020-03-25 16:09:04 +01:00
  • 8d7f88b381 Imported error reporting when loading presets with option keys or option values that our poor software does not understand. This applies to configs added by some forks of slic3r, for example slic3r++ PrusaSlicer has encountered an error: Failed loading the preset file: #3909 bubnikv 2020-03-25 16:03:55 +01:00
  • a8f6f295e4 Merge remote-tracking branch 'origin/et_canvas_manager' enricoturri1966 2020-03-25 15:40:44 +01:00
  • dd34aef643 Follow-up of bfbcd45209 -> completed fix enricoturri1966 2020-03-25 15:30:25 +01:00
  • 4ab83af9e4 Merge remote-tracking branch 'origin/master' into ys_search YuSanka 2020-03-25 15:30:09 +01:00
  • bfbcd45209 Fixed build on Mac enricoturri1966 2020-03-25 15:15:20 +01:00
  • a54d77699b Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_canvas_manager enricoturri1966 2020-03-25 14:54:10 +01:00
  • f12b39be25 Fixed conflicts after merge with master enricoturri1966 2020-03-25 14:41:47 +01:00
  • faf8df7864 Show just a short build info at the application toolbar even on OSX. bubnikv 2020-03-25 14:35:29 +01:00
  • 4656102dba Compile with 32bit coord_t by default. bubnikv 2020-03-25 14:34:51 +01:00
  • c27297f6cc 64bit coord_t Vec3i as a vertex index to TriangleMesh constructor bubnikv 2020-03-25 11:07:26 +01:00
  • ed0f3b3406 Small refactoring enricoturri1966 2020-03-25 13:55:17 +01:00
  • 06006e664a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer enricoturri1966 2020-03-25 12:27:44 +01:00
  • bf5d52f221 Only do OpenSSL override on Linux tamasmeszaros 2020-03-25 12:27:10 +01:00
  • a1a4d49f15 Fixed conflicts after merge with master enricoturri1966 2020-03-25 12:07:59 +01:00
  • 45d064d4cb Merge remote-tracking branch 'origin/master' into ys_search YuSanka 2020-03-25 11:20:34 +01:00
  • de06c5d659 Merge remote-tracking branch 'origin/ys_fix_cb_selection' YuSanka 2020-03-25 11:12:37 +01:00
  • d207ea7dc5 Merge branch 'tm_cert_store' tamasmeszaros 2020-03-25 11:07:06 +01:00
  • 24992e3e50 Merge remote-tracking branch 'origin/et_bug_fixes' enricoturri1966 2020-03-25 10:39:45 +01:00
  • 10eb954c7e ENABLE_AUTO_CONSTRAINED_CAMERA set as default enricoturri1966 2020-03-25 10:24:52 +01:00
  • 1010fff8af Added fts_fuzzy_match.h borrowed from https://github.com/forrestthewoods/lib_fts YuSanka 2020-03-25 10:24:43 +01:00
  • 3d6c9e54e9 ENABLE_THUMBNAIL_GENERATOR set as default enricoturri1966 2020-03-25 10:15:02 +01:00
  • 1123689a22 Search for openssl cert store on app init, if the store is not present. tamasmeszaros 2020-03-25 09:38:51 +01:00
  • fac28ea27a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_bug_fixes enricoturri1966 2020-03-25 09:34:17 +01:00
  • 3990598f01 Fixed build when ENABLE_GIZMO_TOOLBAR_DRAGGING_FIX is disabled enricoturri1966 2020-03-25 09:33:59 +01:00
  • df8def7545 Fixed build when ENABLE_CANVAS_TOOLTIP_USING_IMGUI is disabled enricoturri1966 2020-03-25 09:22:37 +01:00
  • c300b66b7e ENABLE_MODIFIED_GIZMOBAR_MOUSE_EVENT_HANDLING merged into ENABLE_CANVAS_TOOLTIP_USING_IMGUI enricoturri1966 2020-03-25 09:05:35 +01:00
  • 69ca14a695 ENABLE_MODIFIED_TOOLBAR_MOUSE_EVENT_HANDLING merged into ENABLE_CANVAS_TOOLTIP_USING_IMGUI enricoturri1966 2020-03-25 08:52:57 +01:00
  • 6f1c99db34 ENABLE_CANVAS_DELAYED_TOOLTIP_USING_IMGUI merged into ENABLE_CANVAS_TOOLTIP_USING_IMGUI enricoturri1966 2020-03-25 08:43:18 +01:00
  • 36041ced26 ENABLE_CANVAS_CONSTRAINED_TOOLTIP_USING_IMGUI merged into ENABLE_CANVAS_TOOLTIP_USING_IMGUI enricoturri1966 2020-03-25 08:31:15 +01:00
  • 2ad9a0c995 General print quality improvements. photodude 2020-03-24 19:12:51 -06:00
  • ece0d4ca18 Merge branch 'dev' Lukas Matena 2020-03-24 21:51:33 +01:00
  • 97b9de47b4 Merge branch 'master' into dev Lukas Matena 2020-03-24 21:51:05 +01:00
  • 7c72231fcd Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_bug_fixes enricoturri1966 2020-03-24 12:26:48 +01:00
  • c6d5ad1517 Refactoring of toolbars' tooltip generation enricoturri1966 2020-03-24 12:26:30 +01:00
  • c3a9915fa1 Added the order of the print parameter priorities when slicing from command line to command line help. Follow up on PrusaSlicer Console --load my_config.ini doesnt overwrites the 3mf profiles or not used. #3893 bubnikv 2020-03-24 11:59:55 +01:00
  • 015a4a37dc Fix of a wrong order of processing the config sources when slicing from command line. Fixes PrusaSlicer Console --load my_config.ini doesnt overwrites the 3mf profiles or not used. #3893 bubnikv 2020-03-24 11:52:43 +01:00
  • ad5ae50933 Fix of Crash when trying to set up non-existent flashair (#3899) fixed a typo in formatting text, throwing an exception. bubnikv 2020-03-24 10:04:21 +01:00
  • a1ec38a7fb Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_bug_fixes enricoturri1966 2020-03-24 08:08:12 +01:00
  • 5215b2ecb2 Fix of #3889 YuSanka 2020-03-23 22:47:35 +01:00
  • 4c1d867ba0 #3897 - Small optimisation in GCodePreviewData::RangeBase::get_color_at (thanks to rongith) enricoturri1966 2020-03-23 16:12:52 +01:00
  • c480041487 Close undo/redo windows when an item in the list is selected enricoturri1966 2020-03-23 16:00:56 +01:00
  • b8c4369c4f ImGui upgraded to version 1.75 + fixes required by upgrade enricoturri1966 2020-03-23 12:41:16 +01:00
  • ebfaf7abb0 Removed SearchCombobox from the Sidebar. Tab->SearchCombobox works with all parameters now. Overridden GetWindow() for PointCtrl. YuSanka 2020-03-21 19:45:55 +01:00
  • d5bcddeed3 Revert "Deps libdir for libcurl on linux to land to the same directory" bubnikv 2020-03-21 11:55:51 +01:00
  • bf64f0099b Bumped up the version number to final. bubnikv 2020-03-21 11:28:15 +01:00
  • 046f0dbfa2 Fixed a regression issue to PrusaSlicer 2.1.1 Custom printer with center of bed at 0,0 results in "toolpath outside print area" #3510 The G92 A0 B0 was incorrectly considered to be equal to just G92 to reset all axes. bubnikv 2020-03-21 10:09:33 +01:00
  • 1cbb822dd7 Enabled "clip multipart objects" by default, see discussion in https://github.com/prusa3d/PrusaSlicer/issues/2803#issuecomment-524602137 bubnikv 2020-03-20 18:25:11 +01:00
  • 92162d8fe5 Merge branch 'et_bug_fixes' bubnikv 2020-03-20 17:19:46 +01:00
  • 4938d5ab63 Fixed orientations of some 3D connexion axes when in the swapped YZ mode. bubnikv 2020-03-20 17:19:20 +01:00
  • 7c56cc9f22 Follow-up of f912fecad5 -> option to swap y/z axes extended to rotations Enrico Turri 2020-03-20 16:13:08 +01:00
  • 8898dd5618 Added missed icon YuSanka 2020-03-20 16:10:00 +01:00
  • a46a225cf1 Merge remote-tracking branch 'origin/master' into ys_search YuSanka 2020-03-20 14:56:05 +01:00
  • ec381c5854 Update of Settings in ObjectList from Tab::update() is suppressed, if Undo/Redo is not completed YuSanka 2020-03-20 13:41:36 +01:00
  • a9fc39491e Fix of weird double extrusions with multiple regions and their parameters being changed between slicing runs. bubnikv 2020-03-20 13:37:13 +01:00
  • f912fecad5 3DConnexion devices: added option to swap y/z translations Enrico Turri 2020-03-20 13:09:42 +01:00
  • 5b24a0fb91 Fixed conflicts after merge with master enricoturri1966 2020-03-20 10:55:37 +01:00
  • e188893c28 Start to implement "Search through options" YuSanka 2020-03-13 22:37:18 +01:00
  • 38d06d57a0 Deps libdir for libcurl on linux to land to the same directory as openssl libraries. Follow-up to 170650169c bubnikv 2020-03-20 08:55:11 +01:00
  • 170650169c Deps libdir for openssl on linux bubnikv 2020-03-19 21:33:03 +01:00
  • d5149275b0 Hopefully fixing missing OpenSSL dependency of libcurl on Linux 64bit. bubnikv 2020-03-19 20:48:53 +01:00
  • b1fbc2c59c Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer bubnikv 2020-03-19 17:32:18 +01:00
  • 20d33c19f4 Merge remote-tracking branch 'origin/et_gizmos_tooltip' bubnikv 2020-03-19 17:31:25 +01:00
  • b4a7822098 Fixed Command character on OSX in ImGUI Slic3rPE 2020-03-19 16:09:52 +01:00