Alessandro Ranellucci
2ee32bb244
Added new option for additional overlap between regions printed with distinct extruders or settings
2017-06-19 11:25:11 +02:00
Joseph Lenox
abc96ad3bf
Merge pull request #4032 from hyperair/fix-octoprint-send-gcode
...
Fix host_type comparison when sending G-code to octoprint
2017-06-17 15:03:53 -05:00
eMAKER
5fbb245b97
Duet upload improved to work with DuetWiFi and Duet 0.6(ethernet). Thanks to @rob-miller for testing and fix. ( #4033 )
2017-06-17 15:02:47 -05:00
Chow Loong Jin
8cd25fd7e9
Fix host_type comparison
...
host_type values are lowercase. This fixes a 404 error (because it attempts to
upload to /rr_upload) when sending G-code to Octoprint.
2017-06-17 18:00:23 +08:00
eMAKER
1c74067da0
Octoprint settings functionality expanded to allow upload to RepRapFi… ( #4028 )
...
* Octoprint settings functionality expanded to allow upload to RepRapFirmware on a Duet controller.
* octoprint_host renamed to print_host to enhance code readability.
Fixes #4022
2017-06-15 20:54:27 -05:00
Joseph Lenox
1d6170bcf8
Make Preset::load_config return a config if it short-circuits. Fixes #3996
2017-06-03 21:06:17 -05:00
Joseph Lenox
375b334ad8
Bugfixes: Fix CLI definition for printer notes and remove dupe qw()
2017-06-03 19:58:18 -05:00
Joseph Lenox
25202f9a47
Bugfix: Printer notes was manipulating the same field as the print notes field.
2017-06-03 19:27:27 -05:00
Joseph Lenox
e064fdf170
Added notes to beginning of output gcode.
...
Order is Print -> Filament -> Printer.
Empty fields should not produce any output.
Also a bugfix - Printer notes were implemented as Strings when should have been String.
2017-06-03 19:26:58 -05:00
Joseph Lenox
fccdd12fba
Preset dialog is no longer modal, permitting manipulation of the plater view while the editor is open.
2017-06-03 16:49:31 -05:00
Alessandro Ranellucci
c22d20b9bb
A few minor changes for improving usability of controller
2017-05-29 20:08:44 +02:00
Alessandro Ranellucci
bc07e6a0a4
Use system color instead of hard-coding white background (support dark themes). #3977
2017-05-29 19:34:38 +02:00
Alessandro Ranellucci
10efa91104
Removed the no_controller preference option, imported by mistake, having a true default, hiding controller from most users
2017-05-29 19:17:23 +02:00
Alessandro Ranellucci
8030b00be6
Fixed regression in color-by-filament visualization
2017-05-29 18:52:41 +02:00
Alessandro Ranellucci
b2a6dce75b
Merge branch 'gui3-shortcuts'
2017-05-29 18:51:57 +02:00
Alessandro Ranellucci
4ab4831110
Fixed behavior of dirty settings not being correctly updated in the plater
2017-05-29 18:50:00 +02:00
Alessandro Ranellucci
a1b0246710
Fixed regression in dirty settings
2017-05-26 19:04:51 +02:00
Alessandro Ranellucci
27d807448f
Minor fixes to Projector G-code communication
2017-05-25 13:46:18 +02:00
Alessandro Ranellucci
ce68851a7c
Fixed regression in placeholders with preset names. #3960
2017-05-22 00:10:07 +02:00
Alessandro Ranellucci
7255db01f9
Go back to the Plater tab when closing a preset editor tab
2017-05-21 20:15:09 +02:00
Alessandro Ranellucci
2cdc9b678f
Merge branch 'preset-tabs' into gui3-shortcuts
...
Conflicts:
lib/Slic3r/GUI/Plater.pm
2017-05-21 20:14:18 +02:00
Alessandro Ranellucci
8a3094fe5f
Merge branch 'master' into gui3-shortcuts
2017-05-21 20:03:57 +02:00
Alessandro Ranellucci
060187ad17
Add preference option for displaying preset editors in dialogs or tabs
2017-05-21 18:48:08 +02:00
Alessandro Ranellucci
6e2ffaf4ca
Bugfix: first_layer_temperature was ignored by ooze_prevention for first layer skirt/brim. #3964
2017-05-21 16:34:19 +02:00
Alessandro Ranellucci
a3ddac06dd
Save shortcut options instantly
2017-05-21 00:28:36 +02:00
Alessandro Ranellucci
ae88f843b5
Perform background processing when changing settings in the preset editor. #3835 #3853
2017-05-21 00:10:19 +02:00
Alessandro Ranellucci
9d1d5ccee9
Minor fixes about config and presets
2017-05-21 00:06:28 +02:00
Alessandro Ranellucci
dd6864314d
Merge branch 'master' into gui3-shortcuts
2017-05-20 16:19:33 +02:00
Alessandro Ranellucci
b7544e3c6f
Bugfix: new syntax for wxTheApp->presets
2017-05-20 11:06:05 +02:00
Alessandro Ranellucci
2ad26fc6a7
Fixes for Windows
2017-05-19 17:25:53 +02:00
Alessandro Ranellucci
31115e0369
Use UTF-8 in libslic3r. Future-proof portable solution for non-ASCII files. #2955
2017-05-18 16:50:50 +02:00
Alessandro Ranellucci
a7ffe54fb6
Remove warning
2017-05-16 22:31:21 +02:00
Alessandro Ranellucci
9b77554975
Prevent double perimeter processing while we have this idempotency workaround in place. #3850
2017-05-16 22:31:21 +02:00
Alessandro Ranellucci
172c324475
Ignore small_perimeter_speed when perimeter has overhangs. #3951
2017-05-16 22:31:20 +02:00
Alessandro Ranellucci
60f0ca52e3
Fix regression with non-ASCII paths on Windows. We'll need to work more on this when porting stuff to C++. #2955
2017-05-15 22:54:20 +02:00
Alessandro Ranellucci
1c4b8602cb
Merge pull request #3925 from xoan/fix-font-size-wxgtk
...
Remove hardcoded font size for wxGTK
2017-05-11 00:03:30 +02:00
Alessandro Ranellucci
0d4cebce71
Merge pull request #3930 from xoan/enhance-scrolling
...
Enhance scrolling by using font point size as scroll rate
2017-05-11 00:03:13 +02:00
Alessandro Ranellucci
58220fa916
Merge pull request #3941 from xoan/fix-plater-key-events
...
Skip event handling in 3D/Layer preview tab when no UP or DOWN key is pressed
2017-05-11 00:02:31 +02:00
Alessandro Ranellucci
b12453cf59
Remember object settings dialog size and position. #3943
2017-05-10 16:17:28 +02:00
Xoan Sampaiño
67d42f9e4f
Skip event handling in 3D/Layer preview tab when no UP or DOWN key is pressed
...
* fixes alexrj/Slic3r#3792
2017-05-08 21:10:24 +02:00
Alessandro Ranellucci
1d97698270
Ignore too thin extrusions when computing the volumetric speed, otherwise very slow speeds would be generated. #3868
2017-05-05 00:26:08 +02:00
Xoan Sampaiño
dfc364af3c
Enhance scrolling by using font point size as scroll rate
...
In wxWidgets documentation there are three ways to set the size of the
scrolling area. The most automatic (and newest) way is by using SetScrollRate:
* http://docs.wxwidgets.org/trunk/classwx_scrolled.html#details
2017-05-03 21:28:53 +02:00
Xoan Sampaiño
245efea71a
Remove hardcoded font size for wxGTK
...
When in wxGTK (GNU/Linux), some widgets has a hardcoded point size font that not fit with normal GUI font and therefore this widgets doesn't inherit changes in system font size.
This commit only affect this platform, changing `!&Wx::wxMSW` to `&Wx::wxMAC`.
2017-05-02 19:04:04 +02:00
Alessandro Ranellucci
8c77f47638
Fixed regression: no processing with background processing and auto-center parts enabled. #3862
2017-05-02 17:21:16 +02:00
Alessandro Ranellucci
c82302e284
Fixed regression in dont_support_bridges. #3859
2017-05-02 00:56:39 +02:00
Alessandro Ranellucci
7b300e2c20
Merge pull request #3915 from xoan/toggle-plater-menu
...
Disable Plater menu when there are no objects in plater
2017-05-01 20:09:34 +02:00
Alessandro Ranellucci
6382af2b65
Gracefully transform support_material_threshold = 0 into the default value instead of emitting an error. #3837
2017-05-01 19:09:06 +02:00
Alessandro Ranellucci
dff61d1018
Use submenus for listing options in dropdown menu. #3905
2017-04-29 22:12:46 +02:00
Alessandro Ranellucci
1826517b04
Adapt the zoom code to the new menu methods
2017-04-29 22:08:33 +02:00
Alessandro Ranellucci
0cc9dad14a
Further change. Since we now have shortcuts, and not overrides, remove the + button for adding them on the fly, as it doesn't provide any advantage over actually opening the profile. Oh the other hand, automatically list dirty options in the plater
2017-04-29 21:18:52 +02:00