4075 Commits

Author SHA1 Message Date
Alessandro Ranellucci
862245ca8d Merge pull request #3439 from lordofhyphens/readme-contributing
Expanded/updated 'how can I help' section to include wiki entries
2016-07-23 16:30:41 +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
7f2c1478eb Added tests to check the functionality of has_heatbed option. 2016-07-20 18:33:16 -05:00
Joseph Lenox
e56a29aaf3 Test to ensure that the repetier firmware returns the correct acceleration M code and that the values are set properly. 2016-07-20 18:15:24 -05:00
Alessandro Ranellucci
fac3a5bee0 Merge pull request #3417 from lordofhyphens/printbed_stl_crash
Fix of a crash when the Print Bed dialog is reopened after the bed shape
2016-07-20 22:14:04 +02:00
Alessandro Ranellucci
5a048ce9f9 Merge pull request #3432 from lordofhyphens/fix-config
Catch exception thrown when loading config files.
2016-07-20 22:12:31 +02:00
Alessandro Ranellucci
f3259bb899 Fix regression in volume not being displayed in the GUI. #3431 2016-07-20 22:11:09 +02:00
Florens Wasserfall
d3a72c3974 better value for retract_lift_below test 2016-07-20 09:19:06 +02:00
Florens Wasserfall
de3de87bb6 Merge branch 'master' into lift-z-fix 2016-07-19 09:26:03 +02:00
Florens Wasserfall
748768de4c testcase for multiple extruders with different lift_z values #3385 2016-07-19 09:24:30 +02:00
Joseph Lenox
6736ff5fa6 Catch exception thrown when loading config files.
Thrown exception has been changed to be std::runtime_error, includes regression test (program does not crash when loading unknown keys).
Sends error/diagnostic message to std::cerr.

Addresses #3430
2016-07-19 00:31:10 -05:00
Alessandro Ranellucci
848374602d Add 'build' to .gitignore 2016-07-17 16:54:01 +02:00
Alessandro Ranellucci
30139fd647 Port --load and --save to XS 2016-07-17 16:53:37 +02:00
Alessandro Ranellucci
c2b06b22aa Change output format for --info 2016-07-17 13:13:51 +02:00
Joseph Lenox
885f27b8ae Oops, forgot to add newline. 2016-07-16 09:56:41 -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
bubnikv
5ebf6e84c7 Fix of a crash when the Print Bed dialog is reopened after the bed shape
was defined with an STL.
Fix of rendering on Windows, refresh on resize.
2016-07-13 00:26:22 -05:00
bubnikv
fd2d060ea7 2D platter rendering fixed on Windows, and the background color fixed
on Linux/GTK.
2016-07-13 00:13:16 -05:00
Joseph Lenox
c5c1cab4f9 Adds new has_heatbed option to capabilities to disable autogeneration of bed temp settings. 2016-07-12 19:26:17 -05:00
Alessandro Ranellucci
eb491056d8 Typo 2016-07-12 16:18:22 +02:00
Alessandro Ranellucci
5346894acc New extrude-tin utility 2016-07-12 13:44:37 +02:00
Alessandro Ranellucci
5fb23f9b96 Merge pull request #3409 from alexrj/travis-boost-filesystem
Add boost-filesystem to list of dependencies
2016-07-10 18:21:38 +02:00
Joseph Lenox
7d4d6fed7d Add boost-filesystem to list of dependencies
back to using packages, hopefully it works.
2016-07-10 10:21:51 -05:00
Alessandro Ranellucci
1d510f76db Update error message with machinekit. #2742 2016-07-10 14:45:12 +02:00
Alessandro Ranellucci
f352406c33 Prevent variable-width logic from causing negative extrusion. #3220 2016-07-10 14:36:31 +02:00
Alessandro Ranellucci
546312a18d Merge pull request #3356 from lordofhyphens/msaa_plater
Support multi sampled anti-aliasing with wxWidgets 3.0.3.
2016-07-10 13:43:08 +02:00
Alessandro Ranellucci
6f1d1f6af7 Some cleanup and further optimization to 5f521b24c42ed657967b919871900fa6a65ba790. #3293 2016-07-10 13:38:33 +02:00
Alessandro Ranellucci
3daf64ae56 Remove tabs and clean up code from 4c622c504f8f7c479a8368f7672ec96426391554 2016-07-10 13:09:06 +02:00
Alessandro Ranellucci
96bf7b9d27 Fixed regression in TriangleMesh::merge() #3405 2016-07-10 12:49:31 +02:00
Alessandro Ranellucci
5a6d7bba8f Mention all the omitted M-codes in the start_gcode tooltip. #3406 2016-07-10 12:41:08 +02:00
Alessandro Ranellucci
4b946f269a Revert "Small change to actually infill every layer. Should fix #1783, but there's side effects in that there's no check against the nozzle size."
This reverts commit 86e1f2fb1173ed3071e41bf80bfaf3ae00cc4bd5.
2016-07-10 12:25:34 +02:00
Alessandro Ranellucci
fc8c16d33a Revert "found the right spot for infill_every_layers."
This reverts commit d1f6cdf55f87c2ecac52359d401c6103d2235c46.
2016-07-10 12:25:32 +02:00
Alessandro Ranellucci
fc0c0ca1f0 Revert "Don't combine more layers than you have nozzle."
This reverts commit 2ff9532f43b9375551035749d56382ed2cd86a7f.
2016-07-10 12:25:25 +02:00
Joseph Lenox
4b46482d42 Merge branch 'win32-testing'
Conflicts:
	utils/autorun.bat
	utils/package_win32.ps1
2016-07-09 22:07:07 -05:00
Joseph Lenox
e05f8effe8 Change .travis.yml to build local Boost libs (#3403)
Travis configuration now uses compiled boost (1.58.0), which is cached to avoid spending time on it again.
2016-07-09 21:49:41 -05:00
Joseph Lenox
8e5ff98c8d Update package_win32.ps1 2016-07-09 19:41:26 -05:00
Joseph Lenox
b52d569aba Update CONTRIBUTING.md
Added note about rejecting unrelated changes in pull requests.
2016-07-09 14:13:28 -05:00
bubnikv
59b81fa11e Support multi sampled anti-aliasing with wxWidgets 3.0.3. 2016-07-09 11:52:14 -05:00
Joseph Lenox
2c6e4ab704 Added notes about pull requests and internal preview (#3354)
New notes for contributing new code via PRs to Slic3r and feature requests.
2016-07-09 11:48:58 -05:00
Alessandro Ranellucci
f7e37fa9ab Merge branch 'cppsvg' 2016-07-09 16:18:46 +02:00
Alessandro Ranellucci
437e9be329 Fix sizes of SVG output 2016-07-09 15:30:31 +02:00
Alessandro Ranellucci
76f8e35502 Center mesh around origin for POV export 2016-07-09 14:28:24 +02:00
Alessandro Ranellucci
7ddf2b4029 Auto-scale POV output 2016-07-09 14:14:59 +02:00
Alessandro Ranellucci
0b79b971e8 New --export-pov option (C++ only) 2016-07-09 14:12:01 +02:00
Alessandro Ranellucci
f49458506f New attribute slic3r:area in SVG export 2016-07-09 11:47:53 +02:00
Alessandro Ranellucci
1ecf1c805f Raft for SVG export 2016-07-09 11:44:45 +02:00
Alessandro Ranellucci
5cfaea8a7f Ported --info to C++ 2016-07-09 10:31:52 +02:00
Joseph Lenox
3954103b9a Update package_win32.ps1
Use appveyor variables
2016-07-08 14:18:15 -05:00
Joseph Lenox
1dd60cc295 fixed variable references. 2016-07-07 22:41:51 -05:00