69 Commits

Author SHA1 Message Date
Joseph Lenox
66bca83b57 Updating README.md a bit. 2018-07-11 22:14:51 -05:00
Caroline
f3b590911d Partial implementation #1405: minimum shell thickness option (#3885)
* Added Minimum shell thickness option

-Added the option to libslic3r
-Created some of the necessary checks for illegal values

* Enforce min_shell_thickness as 0 when spiral vase is enabled

-This could be switched to match the extrusion width, but we already know there will only be 1 perimeter so this is probably more logical

* Feature is implemented

-Added a method in PerimeterGenerator to determine the amount of perimeters needed to meet min_shell_thickness

* Added a test in perimeters.t

* Fixed styling as requested

-Removed the magic number in PerimeterGenerator::num_loops()
-Added more test cases in perimeters.t
-Added documentation of the new feature in slic3r.pl and README.md

* Implemented requested changes

-Removed the num_loops function from PerimeterGenerator
-Added a scalled min_shell_thickness variable to PerimeterGenerator
-Changed the loop_number logic to use a previously defined variable loops

* Resolved more implementation issues

-Added min shell to invalidate state method
-Created additional checks in PresetEditor and LayerRegion for min shell
-Fixed the tooltip to be more descriptive
2018-05-22 19:25:02 -04:00
Robert Sanchez
ecfc175c41 Added icon files for MacOS (#4376)
* Added icon files for MacOS
Added icons designed by Akira Yasuda for STL and GCODE files. Modified plist generator to include references to icons and dmg creator to include them.

* Update make_dmg.sh

* Fix tabs/spacing
2018-04-23 13:11:45 -05:00
Joseph Lenox
df993c5020
Update README.md 2018-04-12 21:21:31 -05:00
Joseph Lenox
f12340a324
Fix path for travis. 2018-04-12 21:20:58 -05:00
Ahmed Samir
ed65c81d11 Add 3MF format to ReadMe.md (#4152) 2017-10-14 16:02:34 -05:00
Joseph Lenox
d6469b284a Added --no-gui flag to force CLI usage (allows for CLI usage with AppImage build).
Forced --gui flag in AppImage build.
2017-09-02 13:36:20 -05:00
Can Gelis
d1adeece9e add --has-heatbed to the documentation 2017-08-12 14:51:52 +03:00
Can Gelis
571b1172b7 add --bed-shape to the documentation 2017-08-12 14:49:52 +03:00
Douira
413d78dff6 removed duplicate line in list 2017-05-19 17:59:37 +02:00
Alessandro Ranellucci
27c98d6bf0 List @kliment among contributors 2017-04-04 22:05:37 +02:00
Xoan Sampaiño
7ffb760556 Remove unused --no-plater option 2017-03-27 15:44:29 +02:00
Alessandro Ranellucci
ccaafba4b8 Merge remote-tracking branch 'origin/master' into gui3 2017-03-25 15:27:41 +01:00
Alessandro Ranellucci
5d2626fd3a Typo 2017-03-24 00:57:07 +01:00
Alessandro Ranellucci
8f27e8f1c0 Some updates to the README 2017-03-24 00:56:00 +01:00
Alessandro Ranellucci
1fadfd6fb8 Merge remote-tracking branch 'origin/master' into gui3
Conflicts:
	lib/Slic3r/GUI.pm
	lib/Slic3r/GUI/Plater.pm
	lib/Slic3r/GUI/PresetEditor.pm
	slic3r.pl
	xs/src/libslic3r/Config.cpp
	xs/src/libslic3r/Config.hpp
2017-03-20 17:00:42 +01:00
Joseph Lenox
6b334e29dc change public link for auto builds 2017-03-17 14:57:19 -05:00
Alessandro Ranellucci
5d77c160c6 Changes to the GUI. New preset editor dialog. Option overrides in plater and between configs. More. 2017-03-17 01:22:54 +01:00
Joseph Lenox
92047112e6 Updated README to indicate osx builds 2017-03-06 17:26:09 -06:00
Joseph Lenox
2a0700a631 Add OSX build server badge 2017-03-06 14:05:29 -06:00
Joseph Lenox
d0b337bb77 Add MacStadium logo
Adding MacStadium logo as part of our agreement with MacStadium for the OSX Build server.
2017-02-07 19:42:00 -06:00
Ralph Giles
7eeb30d33d Readme improvements (#3679)
* Use svg badge for travis build status.

This avoids bluriness with high-density displays. We're already
using svg for the appveyor status.

* Update README to use https urls.

Both xkcd and freenode are available securely now.
2017-01-22 17:04:42 -06:00
Joseph Lenox
df4f6434db Added second link to bintray for manually packaged 2016-12-31 00:17:42 -06:00
Alessandro Ranellucci
6d3c0e3e98 Revert "codecov.io integration"
(It looks like codecov.io doesn't work with our mixed Perl/C++ environment)
This reverts commit b540f9788bae77498577914acb2e10f519ff52c4.

Conflicts:

	.travis.yml
2016-12-20 21:46:47 +01:00
Alessandro Ranellucci
b540f9788b codecov.io integration 2016-12-20 21:34:13 +01:00
Alessandro Ranellucci
ad9b985772 Merge pull request #3427 from lordofhyphens/repetier-flavor
Added Repetier FW flavor, fixed accel gcode generation for it.
2016-11-22 18:59:50 +01:00
bubnikv
aaae7bf1c0 New command line option: --dont-arrange
Don't arrange the objects on the build plate. The model coordinates
define the absolute positions on the build plate.
The option --print-center will be ignored.

Also there is a fix in the command line invocation of --duplicate-grid
so it will run, but still there is something broken there and the results
are not correct.
2016-09-05 11:15:07 -05:00
Alessandro Ranellucci
34f1853dd0 Merge pull request #3438 from lordofhyphens/point_readme_to_wiki
Changed README.md build instructions to point instead to wiki.
2016-07-23 16:31:10 +02:00
Joseph Lenox
5350b564e7 Expanded/updated 'how can I help' section to include wiki entries 2016-07-21 00:34:36 -05:00
Joseph Lenox
c00b95be6e Changed README.md build instructions to point instead to wiki,
sudo/cpanminus is dangerous to the package systems on debian/ubuntu systems.
2016-07-21 00:25:56 -05:00
Joseph Lenox
e0d8101627 Added Repetier FW flavor, fixed accel gcode generation for it.
Addresses #3426
2016-07-16 09:52:11 -05:00
Joseph Lenox
9cde70407d Added Appveyor build badge. 2016-07-07 18:56:33 -05:00
Joseph Lenox
7ddbd092f6 added win32 build link to readme from bintray 2016-06-30 21:14:22 -05:00
Joseph Lenox
0673389009 Adds Smoothieware flavor to Gcode, to avoid some weirdness in the new motion controls.
Avoids resetting extrusion axis after firmware retract (still resets after unretract)
with smoothieware.
2016-06-23 19:10:36 -05:00
Alessandro Ranellucci
8138fbf349 New --retract-lift-above and --retract-lift-below options. #763 #3057 2015-12-18 18:36:39 +01:00
Alessandro Ranellucci
57e6a7becd Fix --help output: --retract-layer-change is disabled by default. #2846 2015-05-25 00:35:57 +02:00
Alessandro Ranellucci
1180a6d83f Merge pull request #2508 from strahlex/machinekit-gcode
added support Machinekit flavour GCode
2015-02-15 17:00:08 +01:00
Alessandro Ranellucci
43f4806142 Load files into the GUI when supplying them as command line arguments along with the --gui switch. #2644 2015-02-14 12:54:06 +01:00
Alexander Rössler
d35226b889 added support Machinekit flavour GCode 2015-02-06 18:48:46 +01:00
Alessandro Ranellucci
07cd25d0ec New option for customization of infill/perimeters overlap. #2459 2015-02-01 12:08:25 +01:00
Alessandro Ranellucci
059b00a829 New --before-layer-change option and new layer_z placeholder. #2602 2015-01-30 20:08:00 +01:00
Cyryl Plotnicki-Chudyk
1bc83e658b use 'perl Build.PL --sudo' instead of 'sudo perl Build.PL' 2015-01-20 16:48:15 +01:00
Alessandro Ranellucci
7b980c1dc9 New option for vertical distance between object and support material, with special handling of the 0 case that disabled bridge flow/speed in order to allow for soluble material. #2491 #2272 #2069 #1942 #2435 #1703 2015-01-19 09:52:24 +01:00
Alessandro Ranellucci
306bc02e29 Fix --help, wrong default were displayed for a couple options. #2541 2015-01-15 17:49:22 +01:00
adius
4b38cffc60 Fix typo in documentation 2015-01-13 00:19:01 +01:00
Alessandro Ranellucci
47e4e8bb66 Option to use volumetric E values. #1746 2015-01-05 19:39:10 +01:00
Alessandro Ranellucci
c00061678b Use perimeter extruder for brim. #618 2014-12-17 00:45:05 +01:00
Alessandro Ranellucci
e79aa2e81c New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618 2014-12-17 00:34:00 +01:00
Alessandro Ranellucci
ff9b53260d New experimental feature for pressure management. Credits to @llluis for the original implementation. #1203 #1677 #2018 2014-11-24 18:22:39 +01:00
Alessandro Ranellucci
c2e710d092 Removed --g0 2014-10-21 21:41:11 +02:00