Nick Neisen
1a0fc94c3b
Set the current_extruder value for the GUI
2019-09-22 21:46:42 -05:00
Nick Neisen
b22b1ae300
Adjust test for current_extruder being second extruder
2019-09-22 21:46:42 -05:00
Nick Neisen
8216f22d70
Set extruder value before start_gcode
2019-09-22 21:46:42 -05:00
Nick Neisen
9352c9d894
Add tests that initially fail
2019-09-22 21:46:42 -05:00
Joseph Lenox
66af505d5d
Don't disable bridge_speed in GUI when no infill configured.
...
Bridge speed is still used when overhang perimeters are present, which means that it cannot be disabled if there is no infill.
Fixes #4842
2019-07-21 09:23:57 -05:00
Tillema
8adf792539
Add files via upload
...
Dutch translation
2019-07-05 10:59:36 -05:00
Michael Kirsch
d29ca746aa
finalize renaming from 'extended_gui' to 'rotation_controls'
2019-07-05 10:58:59 -05:00
Joseph Lenox
48d5b11301
Remove warning/error from wxWidgets about horizontal alignment
2019-06-08 11:25:53 -05:00
Joseph Lenox
a0a2055916
Set sensible defaults if autosave and datadir aren't specified on the CLI instead of segfaulting when the GUI is enabled.
...
datadir goes to home directory, autosave is in a temp dir and has format slic3r_autosave_xxx.
2019-06-03 22:18:22 -05:00
Victor Lamoine
6bb8a750bc
Solve some compilation warnings in libslic3r
2019-05-27 21:07:13 -05:00
Joseph Lenox
bd575f15c5
Ensure rand() is available, create consistent seed.
2019-05-27 21:05:30 -05:00
Joseph Lenox
6df833dd79
Forgot to commit new test for flatten.
2019-05-27 21:05:30 -05:00
Joseph Lenox
954f74cd63
Responding to comments in 6710b24 and incorporating suggested changes made by @supermerill from #4553 as a single function with a flag instead of two methods.
2019-05-27 21:05:30 -05:00
Joseph Lenox
4075d34d9d
Document flags used for admesh's stl_repair
2019-05-21 08:48:03 -05:00
Joseph Lenox
de538954aa
Use admesh's stl_repair() instead of simulating it ourselves.
...
fixes #4805
2019-05-21 08:48:03 -05:00
Joseph Lenox
c3ca6d2bb1
Add libcrypt.so.1 to appimage.
2019-05-03 20:32:02 -05:00
Sergey Alirzaev
1618aef2fa
Show estimated printing time after exporting gcode
...
fixes https://github.com/slic3r/Slic3r/issues/4758
2019-05-01 08:20:10 -05:00
Joseph Lenox
233320384e
Apply fix proposed by @supermerill for #4289
2019-04-27 20:34:19 -05:00
Joseph Lenox
85dd6633fb
Fix indentation.
2019-04-13 14:46:12 -05:00
Joseph Lenox
0230138bb2
Fix indentation and spacing; use print.arrange rather than making another call to the config.
2019-04-13 14:46:12 -05:00
Joseph Lenox
7d7223eeaf
Ignore missing options when loading full_print_config (because this is almost always because we ignored it when loading from a regular config).
2019-04-13 14:46:12 -05:00
Joseph Lenox
7d3a5a299b
Restructure to obey ignore_nonexistent request.
2019-04-13 14:46:12 -05:00
Joseph Lenox
156b08d41b
Fix minor spacing/formatting issues.
2019-04-13 14:46:12 -05:00
zdroyer
c8cfe0d659
Added default values for expected params in CLI::run (dont_arrange, load)
2019-04-13 14:46:12 -05:00
zdroyer
14bae7fd21
Removed compilation warningg (mostly signed/unsigned mismatches)
2019-04-13 14:46:12 -05:00
zdroyer
4cf9bc842c
Corrected logging, formatting and cleaned up unuesed includes (according to the reviewer's comments)
2019-04-13 14:46:12 -05:00
zdroyer
292b42d3de
Cleaned CMakeList from messy comment
2019-04-13 14:46:12 -05:00
zdroyer
ce966c2450
Removed unused header wchich generated tons of warnings with boost 1.69
2019-04-13 14:46:12 -05:00
Luke Taverne
d29335a71a
Remove unused linux-only header file.
2019-04-13 14:46:12 -05:00
Pshemek
121f0f0166
Added/modified error messages printed to std::cerr
2019-04-13 14:46:12 -05:00
Pshemek
4ab775a68c
Fixed 'std::out_of_range' during g-code generation (SK-78 cont.)
2019-04-13 14:46:12 -05:00
Pshemek
22195b3bd7
Bugfix for segefault on zero support meterial generation
2019-04-13 14:46:12 -05:00
Pshemek
1db87ed41a
Mods making slic3r runnable from commandline without crashing (Pshemek)
2019-04-13 14:46:12 -05:00
Joseph Lenox
daaceff20a
Test layer heights above the old 10mm layer height limit and that the layer height is still restricted by nozzle diameter.
2019-04-13 12:28:04 -05:00
Joseph Lenox
64b0d7c709
Remove some dead code in the printgcode test.
2019-04-13 12:28:04 -05:00
Joseph Lenox
371d87ce96
Set the initial maximum size for layer heights and nozzle diameter to max
...
The algorithm used to adjust layer heights in PrintObject has as a ceiling some default values that were fine when nozzles were < 1.0mm but not anymore.
To avoid more surprises, set to numeric_limits<double>::max()
Adds regression test as well.
Fixes #4516
2019-04-13 12:28:04 -05:00
Joseph Lenox
5f68ce4e7d
Catch and rethrow parse errors, showing a log entry and a GUI error.
2019-04-11 19:44:15 -05:00
3bhady
536124072d
fix formatting
2019-04-03 10:37:12 -05:00
3bhady
8dc4e64160
Testing 3mf reading file with umlauts in it's path
2019-04-03 10:37:12 -05:00
Mohamed Abd Elhady Ali
e6c759056e
Decode Special Characters in Path
...
fixes umlauts in path of file which caused errors when reading the file
2019-04-03 10:37:12 -05:00
Joseph Lenox
716c018cd4
Force install of cppguess
2019-03-31 07:12:18 -05:00
Joseph Lenox
ac3f4f2d03
Add test_gcode.cpp
2019-03-31 07:12:18 -05:00
Joseph Lenox
8cf8736516
Also apply precision and fixed to speed rewrite.
2019-03-31 07:12:18 -05:00
Joseph Lenox
205cb02efa
Restrict speed setting to fixed-point output with 3 decimal places. Includes test.
...
Fixes #4769
2019-03-31 07:12:18 -05:00
Brian Vanderbusch
05a2f9028a
fix transparent desktop icon
2019-02-09 21:08:26 -06:00
Joseph Lenox
de31617a51
Add include directories for boost-nowide (which only has a compiled component on Windows)
2019-02-09 21:04:42 -06:00
andy5995
5309ad3a4d
CONTRIBUTING.md:create separate heading for Communication
...
[skip ci]
2019-02-09 20:59:13 -06:00
andy5995
7150884919
CONTRIBUTING.md:add link to TODO wiki page
...
[skip ci]
2019-02-09 20:59:13 -06:00
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
J-P Nurmi
70946af2ae
Add missing quotes to startup scripts
2019-02-09 20:57:32 -06:00