80 Commits

Author SHA1 Message Date
andy5995
a827b57c8b consolidate contributing information
This is to help with https://github.com/slic3r/website/issues/3

[skip ci]
2019-02-09 20:59:13 -06:00
andy5995
d0daa8d5ac
README.md:fix typo under directory structure section
[skip ci]
2019-01-13 11:08:56 -06:00
andy5995
203f7927fe README.md:grammar improvement suggestions 2019-01-09 09:01:12 -06:00
Alessandro Ranellucci
23c88c5f37
Merge pull request #4595 from slic3r/commandline-update-docs
Refer to manual in README
2018-11-25 19:09:00 +01:00
Alessandro Ranellucci
4ea1764cf1
Update README.md
Co-Authored-By: lordofhyphens <lordofhyphens@gmail.com>
2018-11-24 14:48:38 -06:00
Joseph Lenox
af3b9e2a4a
add Coverity badge to README 2018-11-18 20:11:35 -06:00
Joseph Lenox
aa42487db4
Update README.md 2018-11-18 20:02:52 -06:00
Joseph Lenox
3b0b3069ee
Refer to manual in README
Once the CLI changes are updated and changed, I believe it is preferable to link to an authoritative source of information (the Manual), instead of creating a duplicate that needs to be maintained separately. 

This is an application of the DRY principle (Don't Repeat Yourself).

To be merged after https://github.com/slic3r/Slic3r-Manual/pull/60 is merged.
2018-11-12 12:30:15 -06:00
Alessandro Ranellucci
d3188dfe13 github.com/alexrj -> github.com/slic3r 2018-11-05 20:55:54 +01:00
Joseph Lenox
47293213a5
Fixed directory structure notice. 2018-07-17 16:07:58 -05:00
Joseph Lenox
d719c5935c
GUI components are C++14 2018-07-17 16:03:34 -05:00
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