Vojtech Kral
5fd94f1f90
ConfigWizard: Select an appropriate printer based on the bundle order
2019-04-29 11:36:00 +02:00
YuSanka
d6ed85b61f
Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object
...
+ Added a calculation of a empty bitmaps inside presets in respect to em_unit (to avoid assert)
+ Added scaling for PrintHostDialogs and MsgDialog
+ some code refactoring
2019-04-23 16:33:06 +02:00
YuSanka
89142e48fb
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-14 13:49:22 +02:00
Vojtech Kral
67b7f9d952
Revert high DPI bitmaps in Preset and PresetBundle for now
...
due to bugs in wxBitmapComboBox et al.
2019-04-12 11:04:42 +02:00
YuSanka
254acd022d
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-10 10:01:20 +02:00
YuSanka
580b1bc5de
First scaling experiments
2019-04-10 09:57:33 +02:00
Vojtech Kral
b9bc1de492
Bitmaps: Pass wxWindow context in a few more places
2019-04-09 18:01:45 +02:00
Vojtech Kral
c815c9242a
Factor out load_scaled_bitmap
2019-04-09 15:16:10 +02:00
Vojtech Kral
b7a3f8de30
Fix SVG & bitmap scaling on Mac depending on Retina scaling
2019-04-09 15:16:10 +02:00
tamasmeszaros
fbba886be9
Adding absolute correction (XY offset) and gamma correction parameters.
2019-04-09 13:42:32 +02:00
bubnikv
f53a865fab
Merge remote-tracking branch 'remotes/origin/master' into tm_relative_correction
2019-04-08 14:00:27 +02:00
YuSanka
8dc3dc3d4b
Icon updating for all application
2019-04-08 11:10:57 +02:00
tamasmeszaros
e3171322d3
Scaling correction parameters in material and print conf.
...
Scaling is applied in sla_trafo but no effect unless set before model import.
2019-04-03 17:34:46 +02:00
bubnikv
577a793570
Fixed caching of profile selections at the plater.
2019-03-23 10:04:44 +01:00
bubnikv
f8f559dde9
Refactored the -------- xxxx ---------- menu items to use a generic
...
code to generate these separators.
Now using the connected dashes (unicode emdash characters) on OSX and Windows.
2019-03-22 17:07:12 +01:00
bubnikv
59d21b981a
Call Config Wizard from the Printer combo box at both the plater
...
and the parameter tab.
2019-03-22 15:45:51 +01:00
bubnikv
73a5d7565a
Fix of 1.42 beta crash when deleting printer profile created by configuration assistant #1985
...
Fixed an issue, where deleting a profile did not correctly update
profile dependences, and deleting a profile would not test dirty status
of depending profiles, which would be switched thus user changes would be lost.
Fixed enabling / disabling the --default FFF-- / --default SLA-- profiles
when deleting the last printer profile.
Little refactoring (don't compare by strings but by symbolic names).
Making a copy of a profile - "Copy" suffix is added to a system profile.
2019-03-22 12:11:23 +01:00
YuSanka
88f9908f6c
Deleted imaginary optimization for the Preset comboboxes on sidebar.
2019-03-16 22:23:51 +01:00
YuSanka
eb1e081d19
Fixed preset selection after ConfigWizard running
2019-03-15 14:21:53 +01:00
YuSanka
0d7b16c244
Set DoubleBuffered state for the Tabs (under MSW)
...
+ Some improvements/experiments for the presets selection from the Plater
+ Some fix of a sidebar layout
2019-03-13 13:13:46 +01:00
tamasmeszaros
04556ba089
Fine tuning the new parameters and adding max_pillar_link_distance
2019-03-08 11:39:34 +01:00
bubnikv
c4aa0f7f36
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
tamasmeszaros
d6e176d456
Pad "tilt" changed to "slope"
2019-02-25 16:04:46 +01:00
tamasmeszaros
29c3c503da
Disabling pad edge radius and adding the "wall tilt" parameter.
2019-02-25 12:06:38 +01:00
bubnikv
9d609908a5
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
YuSanka
4d210a7aca
Merge remote-tracking branch 'origin/master' into ys_sla_time_estimation
2019-02-20 15:14:53 +01:00
Lukas Matena
2d12cbbc1d
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
YuSanka
168d3f818a
Added new options for SLAPrintSettings (faded_layers) and SLAPrinterSettings (fast/slow_tilt_time and area_fill)
2019-02-18 16:24:55 +01:00
Vojtech Kral
bb4a8e71b2
Infer printer family for pre-existing printers
2019-02-12 10:11:00 +01:00
Vojtech Kral
5e4e98f1d8
ConfigWizard: Bugfixes
2019-02-12 10:11:00 +01:00
Vojtech Kral
d91dcb337e
ConfigWizard refactoring
2019-02-12 10:11:00 +01:00
tamasmeszaros
5cbaa6eda8
Added parameter "support_buildplate_only" for SLA supports.
2019-02-05 11:16:03 +01:00
bubnikv
2abdfa880c
Fixed an error when importing / exporting Config Bundles with
...
at least one SLA print or SLA material defined.
2019-02-03 20:17:55 +01:00
bubnikv
bde521db72
On Windows, system and hidden files are now ignored in all file
...
enumeration loops.
Should fix "desktop.ini still displaying error" #1761
2019-02-03 15:30:37 +01:00
bubnikv
9644bc720f
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
bubnikv
52c1ec873e
Disabled the experimental pressure equalizer.
2019-01-29 18:07:45 +01:00
bubnikv
960169d31f
Fix of 1.42.0.alpha2 BUG ** Printer choosing bug #1588
2019-01-29 13:36:23 +01:00
YuSanka
ee1e590858
L10n improvements
2019-01-21 12:34:28 +01:00
tamasmeszaros
050236eae5
Added parameter for pillar connection mode
2019-01-09 12:21:43 +01:00
bubnikv
679806bb4f
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-08 10:52:53 +01:00
bubnikv
d2ee3a903e
Fix of "Build plate missing in view #1580 "
...
Fixed import of the user config bundle to maintain the "inherits"
references to system profiles.
2019-01-08 10:52:11 +01:00
YuSanka
54a6a69cd4
Fixed editing of the extruder's settings (SPE-735)
2019-01-08 10:18:21 +01:00
bubnikv
9301c8f9bd
Annotated the system printer profiles with a technology filed.
...
Code (as of now disabled) to suppress the SLA profiles for the initial alpha.
2018-12-21 20:09:25 +01:00
Vojtech Kral
f3d7199a32
PrintHost: Basic SL1 support
2018-12-18 14:37:35 +01:00
bubnikv
46d844c8be
Make the increase of extruder motor current during MM filament
...
exchange sequences configurable.
2018-12-14 20:09:10 +01:00
tamasmeszaros
4d456bdba5
Removed display_flip_xy and added display_orientation instead.
...
When starting Slic3r and the profile is FDM type than it yields an assertion failure for wx. See Tab::update_page_tree_visibility() line 2371
2018-12-13 12:42:45 +01:00
bubnikv
fff9ef3b21
Fix of https://github.com/prusa3d/Slic3r/issues/1298
...
Don't load preset files, if they are marked as hidden or system (Windows)
2018-12-12 19:02:18 +01:00
tamasmeszaros
ab03876441
Added cancellation points. Added new flip xy option. Refactor and waring removal.
2018-12-12 11:36:02 +01:00
Lukas Matena
05dd8f0a54
First version of SLA support points generation
2018-12-07 14:21:33 +01:00
bubnikv
6feade5648
Don't store the octoprint host key to the amf/3mf files.
2018-12-06 14:42:15 +01:00