Commit Graph

  • 198dc7d3bd When background processing fails because of an error, display it in an explicit dialog Alessandro Ranellucci 2015-11-04 19:27:58 +01:00
  • a25757a66d Fixed regression causing empty prints to hang. #3107 Alessandro Ranellucci 2015-11-04 19:19:45 +01:00
  • 69a71db25b Bugfix: wrong default in extruder_offset tooltip. #3051 Alessandro Ranellucci 2015-11-04 19:13:11 +01:00
  • c34430c6c4 Fix G-code checksum Alessandro Ranellucci 2015-11-04 14:00:37 +01:00
  • 369b99c712 Fix incorrect comments to temperature-setting gcode Maciej Dębski 2015-11-04 13:55:08 +01:00
  • 1d10e463a3 Bugfix: wrong error handling in GCodeSender Alessandro Ranellucci 2015-11-03 23:08:16 +01:00
  • 8f7e820a01 Display a warning when no USB/serial printers were configured Alessandro Ranellucci 2015-11-03 23:00:59 +01:00
  • e8ae2d6ec2 Try to fix broken wx scrolling Alessandro Ranellucci 2015-11-03 22:46:31 +01:00
  • d8a94c3936 Smarter logic for displaying printer panels Alessandro Ranellucci 2015-11-03 21:55:17 +01:00
  • 16c38315f7 Fixed manual control buttons Alessandro Ranellucci 2015-11-02 20:42:40 +01:00
  • 9ee6829ebc Implemented connection timeout in C++ Alessandro Ranellucci 2015-11-02 20:34:36 +01:00
  • 4295d65115 Manual control Alessandro Ranellucci 2015-11-02 20:16:37 +01:00
  • cb8f8a24b0 Keep print job order Alessandro Ranellucci 2015-11-02 16:54:02 +01:00
  • 01a2a07ecd More memory leaks fixed Alessandro Ranellucci 2015-11-02 01:44:19 +01:00
  • 9438289fc1 Removed debugging statement Alessandro Ranellucci 2015-11-02 01:44:44 +01:00
  • 4e3784a2a9 More memory leaks fixed Alessandro Ranellucci 2015-11-02 01:44:19 +01:00
  • 3685f5031d Fixed memory leak Alessandro Ranellucci 2015-11-02 01:36:35 +01:00
  • 05812a0a60 Fixed memory leak Alessandro Ranellucci 2015-11-02 01:36:35 +01:00
  • b309c61de3 Test button for serial connection Alessandro Ranellucci 2015-11-02 01:35:28 +01:00
  • fc1a7471cf Several improvements to the print job queue Alessandro Ranellucci 2015-11-02 01:18:05 +01:00
  • 9b21ac877a Merge branch 'master' into sender Alessandro Ranellucci 2015-11-01 19:12:13 +01:00
  • 2811af349a Added a new grid infill pattern Alessandro Ranellucci 2015-11-01 19:03:11 +01:00
  • 889a54e946 Bump version number Alessandro Ranellucci 2015-10-26 23:25:26 +01:00
  • 9fcec10737 Finished porting LayerRegion to C++ Alessandro Ranellucci 2015-10-26 23:23:03 +01:00
  • 8e0d458d1d Fix for #3069 Vicious-one 2015-09-30 16:22:49 +03:00
  • b31edc0be3 Update GCode.cpp Luís Andrade 2015-08-10 18:03:45 -04:00
  • 5b8ed7367a Fixed potential hang in PerimeterGenerator.cpp Alessandro Ranellucci 2015-08-06 10:07:13 +02:00
  • 6ac79e3ed6 Ported make_perimeters() to C++ Alessandro Ranellucci 2015-07-23 16:27:21 +02:00
  • 15d2522f3d Merge branch 'xs-perimetergenerator' Alessandro Ranellucci 2015-07-23 15:53:19 +02:00
  • b4515cf695 Finished porting PerimeterGenerator to C++ Alessandro Ranellucci 2015-07-23 15:53:02 +02:00
  • 9ac4fc9034 Fix compilation on Windows due to lack of setenvt(). #2973 Alessandro Ranellucci 2015-07-10 16:01:45 +02:00
  • 0e18b094d1 More work for porting PerimeterGenerator to XS Alessandro Ranellucci 2015-07-07 01:17:31 +02:00
  • c65c9d876e Bugfix: zooming in empty layers preview (because of disabled background processing) crashed Alessandro Ranellucci 2015-07-04 15:25:11 +02:00
  • e84ead5291 Bugfix: changing range-based layer heigths didn't trigger background processing. #2958 Alessandro Ranellucci 2015-07-04 15:22:27 +02:00
  • 440af2c81c Bugfix: bridge anchors were shortened under rare circumstances Alessandro Ranellucci 2015-07-03 23:38:41 +02:00
  • b8aecbd56c Initial work for porting PerimeterGenerator to XS Alessandro Ranellucci 2015-07-03 22:58:29 +02:00
  • 3e739b87da Finished porting Slic3r::GCode to XS (speed boost!) Alessandro Ranellucci 2015-07-02 20:24:16 +02:00
  • 0ad4296aaf Ported GCode::set_extruders() and GCode::change_layer() to XS Alessandro Ranellucci 2015-07-02 19:33:08 +02:00
  • 9a17efc480 Use GCodeWriter for path segments (refactoring) Alessandro Ranellucci 2015-07-02 19:14:55 +02:00
  • fbd640fdc5 Ported GCode::extrude_path() to XS (speed boost!) Alessandro Ranellucci 2015-07-02 18:57:40 +02:00
  • b025efe729 Ported GCode::travel_to() to XS Alessandro Ranellucci 2015-07-02 15:12:04 +02:00
  • a6f4c8e567 Ported GCode::set_extruder() and OozePrevention Alessandro Ranellucci 2015-07-02 15:02:20 +02:00
  • 72355a9500 Use macro in PrintConfig.hpp Alessandro Ranellucci 2015-07-02 14:35:21 +02:00
  • ff5747bb60 Macro for readability Alessandro Ranellucci 2015-07-02 14:31:21 +02:00
  • b14290b9f6 Make tests happy Alessandro Ranellucci 2015-07-02 14:29:20 +02:00
  • 5571144c0e Ported Slic3r::GCode::needs_retraction() to XS Alessandro Ranellucci 2015-07-01 23:14:40 +02:00
  • b4019bb438 Ported more Slic3r::GCode methods to XS Alessandro Ranellucci 2015-07-01 23:00:52 +02:00
  • 801f629fdc Ported Slic3r::GCode storage to XS Alessandro Ranellucci 2015-07-01 21:47:17 +02:00
  • ab858f320d Updated test Alessandro Ranellucci 2015-07-01 21:02:36 +02:00
  • 280f3f38d7 Ported Slic3r::GCode::OozePrevention storage to XS Alessandro Ranellucci 2015-07-01 21:01:42 +02:00
  • b43dd92766 Ported Slic3r::GCode::Wipe storage to XS Alessandro Ranellucci 2015-07-01 20:57:16 +02:00
  • 76b2e88551 Removed setenv() test as we can't test environment variables in Perl since they are now set in XS Alessandro Ranellucci 2015-07-01 20:15:52 +02:00
  • bf9cd1b8e6 Ported Slic3r::GCode::AvoidCrossingPerimeters to XS Alessandro Ranellucci 2015-07-01 20:14:05 +02:00
  • 580d28d071 Finished porting PlaceholderParser to XS Alessandro Ranellucci 2015-07-01 19:35:22 +02:00
  • 249088b4f8 Ported Config::setenv() to XS Alessandro Ranellucci 2015-07-01 18:18:25 +02:00
  • f361d8ad43 Ported PlaceholderParser::apply_env_variables() to XS Alessandro Ranellucci 2015-07-01 17:56:38 +02:00
  • 724e668a94 Revert "Add perl 5.22 to Travis CI" Alessandro Ranellucci 2015-06-20 16:33:12 +02:00
  • 3b7cb6722c Add perl 5.22 to Travis CI Alessandro Ranellucci 2015-06-20 16:10:59 +02:00
  • be1f35c516 Disable testing of modules that have known broken tests Alessandro Ranellucci 2015-06-20 15:56:54 +02:00
  • 4a39665804 Bugfix: binary ASCII files were not written with the correct fopen() mode. #2928 Alessandro Ranellucci 2015-06-20 14:16:23 +02:00
  • 3cd6c78044 Releasing 1.2.9 Alessandro Ranellucci 2015-06-17 10:38:28 +02:00
  • 455a1062ef Fix minor rendering glitch in 2D toolpaths preview Alessandro Ranellucci 2015-06-17 00:34:05 +02:00
  • be635c69e7 Fixed regression casusing some rare STL files not to parsed correctly because of lack of the solid name. #2914 Alessandro Ranellucci 2015-06-15 17:17:36 +02:00
  • 6dc3caa8b2 Typo Alessandro Ranellucci 2015-06-15 17:08:12 +02:00
  • 539cde8d7a Raise the thickness threshold used for generating thin walls. TODO: don't enforce this at the segment level but consider the average thickness of an entire polyline and compare it to the total length. #2910 Alessandro Ranellucci 2015-06-15 17:00:10 +02:00
  • bc69d6da81 Minor adjustment of infill_overlap math Alessandro Ranellucci 2015-06-14 11:28:33 +02:00
  • 38a9e32a28 Limit bridge over sparse infill to areas that can absorb such extrudate. #2899 Alessandro Ranellucci 2015-06-13 19:48:46 +02:00
  • 7a34078f5f Bump version number Alessandro Ranellucci 2015-06-13 11:42:37 +02:00
  • 552430db67 More fixes for Unicode path handling (thanks @josefprusa for Czech test VM) Alessandro Ranellucci 2015-06-13 11:41:55 +02:00
  • 4a91ea817a Releasing 1.2.8 Alessandro Ranellucci 2015-06-09 17:18:43 +02:00
  • e715974688 Better validation for speeds (prevent 0mm/s travel speed). #2893 Alessandro Ranellucci 2015-06-09 17:15:01 +02:00
  • 1e23b82e24 Bugfix: small gaps were left between infill and perimeters when solid infill extrusion width was much thinner than internal infill extrusion width. #2895 Alessandro Ranellucci 2015-06-09 16:04:26 +02:00
  • 911bed827c Fixed regression in STL parser. #2886 Alessandro Ranellucci 2015-06-09 14:54:52 +02:00
  • eff0620ddf Prompt user when overwriting a file during G-code export as well. #2882 Alessandro Ranellucci 2015-06-03 13:19:43 +02:00
  • 52d3a047a0 One more raft issue causing extra layers. #2723 Alessandro Ranellucci 2015-06-03 09:39:10 +02:00
  • c5f72a633a Bugfix: Repeat Last Quick Slice was affected by the plater exports. #2016 Alessandro Ranellucci 2015-06-02 22:27:11 +02:00
  • 1dc5f5531e If --save is called without any other config option, export full default settings. #2110 Alessandro Ranellucci 2015-06-02 22:05:53 +02:00
  • 6018dafc46 Removed debugging statement Alessandro Ranellucci 2015-06-02 20:03:57 +02:00
  • 5ce4d8cfb0 Bugfix: extra thin layers added to raft. #2723 Alessandro Ranellucci 2015-06-02 19:58:36 +02:00
  • ee66392e11 Fix numerical issues causing incomplete raft under certain circumstances. Includes a minor refactoring of raft layer logic. #2723 Alessandro Ranellucci 2015-06-02 19:44:29 +02:00
  • 854be6a186 Handle OctoPrint upload of files having Unicode characters in filename or path. #2827 Alessandro Ranellucci 2015-06-02 17:10:06 +02:00
  • 56b993bb89 More fixes for Unicode filenames support on Windows and OS X Alessandro Ranellucci 2015-06-02 16:10:15 +02:00
  • 7b65a35519 Always limit volumetric speed with Max Volumetric Speed (not just when using autospeed). #2810 Alessandro Ranellucci 2015-06-02 11:54:38 +02:00
  • c37b5c2e87 Remove debugging statement Alessandro Ranellucci 2015-06-02 11:49:43 +02:00
  • 8613e174e7 Fix error in autospeed. #2810 Alessandro Ranellucci 2015-06-02 11:48:56 +02:00
  • e90f5fde4e Enlarge your about window Alessandro Ranellucci 2015-06-02 11:20:45 +02:00
  • ca72fd4266 Fix ComboCtrl on Windows Alessandro Ranellucci 2015-06-02 11:19:11 +02:00
  • 03c754ab14 Add close button and support Esc key and close on click inside the window to the About dialog since the title bar is not displayed on Windows and some Linux distros. #2688 Alessandro Ranellucci 2015-06-02 10:49:24 +02:00
  • b4cc92b9fa Fix filament colors not being initialized in additional comboboxes Alessandro Ranellucci 2015-06-01 23:58:34 +02:00
  • 0a9f1c466a Minor improvements to filament choosers in the plater Alessandro Ranellucci 2015-06-01 23:52:15 +02:00
  • c2c321c90b Restore the (modified) label in preset comboctrl Alessandro Ranellucci 2015-06-01 23:34:04 +02:00
  • 1fcfdf4718 Added a couple full_label values Alessandro Ranellucci 2015-06-01 23:22:44 +02:00
  • 6c53b14ee4 Minor improvement to extruder count field Alessandro Ranellucci 2015-06-01 23:19:26 +02:00
  • 4402dfa6f3 Fix crash in GUI caused by recursive event calls. #2613 Alessandro Ranellucci 2015-06-01 23:11:27 +02:00
  • 6095427926 Fix admesh's STL parser in order to make it more tolerant for broken STL files having multiple 'solid' definitions. Still not the ideal STL parser, but handles the cases that were reported so far. #2471 #2842 Alessandro Ranellucci 2015-06-01 19:49:52 +02:00
  • f14c0e2183 Bugfix: concave starting points were not correctly detected for slice holes. Includes regression test. #2857 Alessandro Ranellucci 2015-06-01 17:55:51 +02:00
  • 97c701cdac Fix concurrency issue in Wx when changing the number of extruders. #2863 Alessandro Ranellucci 2015-06-01 14:57:07 +02:00
  • d549393a84 Comment about GetSelection() being context-aware. #2873 Alessandro Ranellucci 2015-06-01 14:32:31 +02:00
  • 5b82f09308 Merge pull request #2873 from darenschwenke/master Alessandro Ranellucci 2015-06-01 14:31:07 +02:00
  • fbea32a81c Prevent writing empty materials to AMF files. Also add a note about material-id = 0 being reserved by AMF spec. #2871 Alessandro Ranellucci 2015-06-01 11:50:08 +02:00