09c9f567f2
Fix crash on exit
2019-03-12 11:10:30 +01:00
a25853982c
Added "Supports" on Sidebar for SLA mode
...
+ Checked scheduling process calling after change Support/Pad parameters from the Sidebar
2019-03-11 16:03:32 +01:00
857b68a82a
PrintHost: Fix host type configuration, refactor, fix #1687
2019-03-05 16:12:15 +01:00
6f0efd1168
Fixed a bug in a printer preset updating
2019-03-04 15:33:33 +01:00
e3cba0a65a
Introduced the "slice_closing_radius" to define, how large gaps
...
will be closed after triangle mesh slicing.
The value is set to 0.049 by default, which corresponds to the hard
coded default in Slic3r-1.41.3.
See issues #520 #820 #1029 #1364 for the reference of why we need
the parameter for being able to print some specific models.
2019-03-01 17:53:02 +01:00
2b03c25bc6
Pad "tilt" changed to "slope"
2019-02-25 16:04:46 +01:00
01c9b13ade
Disabling pad edge radius and adding the "wall tilt" parameter.
2019-02-25 12:06:38 +01:00
a1fdbf213c
Merge remote-tracking branch 'origin/ys_bf_updating'
2019-02-22 16:56:20 +01:00
ab30370fb4
Split the external infill pattern to separate top / bottom config values.
...
Based on f9344a00e3
thanks @supermerill
Implements #475 , #479 , #1133 , #1474
2019-02-22 15:25:35 +01:00
2f71c38221
Some fixes for the last commit
2019-02-22 11:59:40 +01:00
26833ee641
Fixed bug with update (part of #1801 )
2019-02-22 09:38:56 +01:00
37ab271803
Merge remote-tracking branch 'origin/ys_sla_time_estimation'
2019-02-21 13:11:16 +01:00
882de2843e
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-02-21 10:18:37 +01:00
5bc20401cd
Fix of #1801
2019-02-21 10:13:05 +01:00
c55629259a
Merge remote-tracking branch 'origin/ys_hdpi'
2019-02-20 16:20:30 +01:00
fb8c66f223
Merge remote-tracking branch 'origin/master' into ys_sla_time_estimation
2019-02-20 15:14:53 +01:00
eb0fd03861
SLA supports - added parameters for the automatic generation (relative density measure and minimal distance of the points)
2019-02-19 16:34:52 +01:00
9d0acc010d
Added new options for SLAPrintSettings (faded_layers) and SLAPrinterSettings (fast/slow_tilt_time and area_fill)
2019-02-18 16:24:55 +01:00
2e14f3456e
Changed sidebar controls layout
2019-02-07 14:50:48 +01:00
ef7512fc43
Added bitmap scaling
2019-02-06 15:29:13 +01:00
b2410e0f23
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-06 11:12:44 +01:00
46f32d091a
Fixed scaling of the controls and InfoDialogs (Sys and About)
2019-02-06 10:13:27 +01:00
c3e1be7531
Added parameter "support_buildplate_only" for SLA supports.
2019-02-05 11:16:03 +01:00
1b5c118fd0
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-05 11:04:28 +01:00
b1af538d72
Fixed assert from update_changed_tree_ui()
2019-02-04 12:57:39 +01:00
b7f24aebe3
Fixed rounding of numbers for the controls width (Try to fix controls flashing on HDPI/linux)
2019-02-04 12:07:15 +01:00
e2b8c3e33c
Merge remote-tracking branch 'origin/master' into ys_hdpi
2019-02-04 10:38:23 +01:00
4005d06452
Fixed "hard_code" setting of the size for the Sidebar and Tabs
...
+ Fixed assert after config_wizard changing
2019-02-04 10:35:16 +01:00
ba6206ab62
First experiment to fix layouts on hdpi
2019-01-31 15:55:09 +01:00
c82d346c1a
Fixed a bug in initialization of some StaticPrintConfig derived classes.
...
Merged implementation of support for "Octoprint-Cancelobject" #972
thanks @supermerill
2019-01-31 15:09:16 +01:00
7bfc60e805
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-29 18:08:02 +01:00
57bd0889c3
Disabled the experimental pressure equalizer.
2019-01-29 18:07:45 +01:00
f7529dbef5
Tab: Update print host address and cafile properly, fix #1687
2019-01-29 17:11:07 +01:00
7a30dd250a
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-21 13:05:59 +01:00
1a474ea282
L10n improvements
2019-01-21 12:34:28 +01:00
d64b55d27d
WIP Restoration of the layer editing.
2019-01-21 10:06:51 +01:00
e8d63f3eb1
Upgrade Boost to 1.66 on Windows
2019-01-16 15:14:18 +01:00
793e3cd470
Added "Frequently changed parameters for SLA-profiles"
2019-01-15 09:33:50 +01:00
66f998bdbf
Fix of the change of the perimeters count in a vase-mode (part fix of #1649 )
2019-01-14 15:41:24 +01:00
04c0b59bc6
Fixed wrong ModeButtons layout on settings tabs under OSX
2019-01-11 12:47:40 +01:00
6b70f60460
Fix of SPE-753
...
Slicer crash when SLA printer is selected and printer profile is changed
First, there was a bug in the preset Tabs, where a "printer_technology"
was incorrectly queried on "print" and "filament"
(or "sla_print" and "sla_material") profiles.
Second, there was an unsafe "printer_technology" getter, which would add
the missing key to the config container when queried for.
2019-01-10 18:08:38 +01:00
107152b25e
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-10 11:10:01 +01:00
c62a51ead1
Implemented ModeSizer with ModeButtons for the mode view changing from the settings tabs and plater
2019-01-10 11:09:31 +01:00
1947925263
Added parameter for pillar connection mode
2019-01-09 12:21:43 +01:00
5b1c1d5922
Fixed a bug in the Win32 start wrapper (wrong number of parameters was passed for the GUI slic3r.exe).
...
Reworked command line processing for the GUI slic3r. Now the config is loaded first, then the model files (also the configs from AMF/3MF are applied), and lastly the free standing parameters are applied.
Fixed unescaping for command line parameters. The string parameters are now not unescaped, string vector parameters are unescaped only if enquoted.
Tab::load_current_preset() - disabled CallAfter for predictability. With CallAfter, it was difficult to call the method in sequence with other methods.
Fixed some missing ->Destroy() calls on dialogs created from MainFrame
Fixed some compiler warnings.
2019-01-09 10:43:17 +01:00
8d1b854acb
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
...
to be sure that the strings are correctly converted to UTF8.
2019-01-03 14:34:53 +01:00
6e2ea18b9c
fixing issue with disappearing tabs
...
src/slic3r/GUI/Tab.cpp:
When switch to previously created tabs they were not being
restored
The fix is better only used on Linux (lukasmatena)
2019-01-02 14:55:24 +01:00
22f95d4b43
Fixed view_mode updating on the Tabs
2018-12-21 12:59:48 +01:00
3182611ac2
Fixed page updating according to view_mode (after preset changing)
2018-12-21 09:19:00 +01:00
56f473c2dc
Prinhost: Add a note explaining OS certificate store
2018-12-20 18:50:24 +01:00