|
|
7a7d00c8d6
|
Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
|
2014-11-27 00:38:05 +01:00 |
|
|
|
ff9b53260d
|
New experimental feature for pressure management. Credits to @llluis for the original implementation. #1203 #1677 #2018
|
2014-11-24 18:22:39 +01:00 |
|
|
|
399fc519e6
|
Leave the Spiral Vase checkbox always enabled but prompt user when incompatible options are set. This should be more user-friendly than blindly disabling the Spiral Vase checkbox. #2360
|
2014-11-22 22:52:12 +01:00 |
|
|
|
24d67c42c6
|
Bugfix: configuration wizard was broken. #2210
|
2014-09-23 20:00:51 +02:00 |
|
|
|
321b70115b
|
Bugfix: changes in extruder count in GUI were not propagating to the rest of the GUI
|
2014-09-21 15:29:52 +02:00 |
|
|
|
678112b926
|
Bugfix: spiral vase checkbox couldn't be disabled under some circumstances
|
2014-08-08 17:18:41 +02:00 |
|
|
|
f260373336
|
Bugfix: GUI options weren't enabled/disabled upon preset change
|
2014-08-08 01:40:34 +02:00 |
|
|
|
d8b1eff62f
|
Enable min_fan_speed and disable_fan_first_layers when fan_always_on is checked
|
2014-07-01 21:58:57 +02:00 |
|
|
|
a06fad9e13
|
Enable/disable GUI controls according to the others in order to guide the user through option dependency
|
2014-07-01 18:18:23 +02:00 |
|
|
|
04b67f0cb0
|
Refactored OptionsGroup class for cleaner OOP model and cleaner event model
|
2014-07-01 16:42:12 +02:00 |
|
|
|
adf3d615bd
|
Fix Print preset being dirty at load time
|
2014-06-25 11:45:39 +02:00 |
|
|
|
3173e11e1f
|
Bugfix: object steps were incorrectly invalidated. #2102
|
2014-06-17 20:33:29 +02:00 |
|
|
|
afb7e675b8
|
Set preset dirty after setting bed shape
|
2014-06-17 00:30:44 +02:00 |
|
|
|
928335f186
|
Removed print_center option (but left --print-center from CLI)
|
2014-06-16 23:58:45 +02:00 |
|
|
|
d6d796fdd4
|
Finished implementing bed shape configuration within wizard
|
2014-06-16 22:45:13 +02:00 |
|
|
|
4fe2128fc4
|
Initial work for custom bed shape
|
2014-06-16 01:49:49 +02:00 |
|
|
|
3d8c8fa46e
|
Import wxTheApp
|
2014-06-14 19:59:59 +02:00 |
|
|
|
ddac2d1570
|
Merged SkeinPanel into MainFrame
|
2014-06-14 19:54:18 +02:00 |
|
|
|
e3e69251cb
|
New XY Size Compensation option. #581 #56
|
2014-06-10 13:28:57 +02:00 |
|
|
|
3599bd0bae
|
Distinct extrusion width for external perimeters
|
2014-06-09 21:22:15 +02:00 |
|
|
|
88a2e5c791
|
Typo seal -> seam :-)
|
2014-05-24 22:10:28 +02:00 |
|
|
|
a3bd1b5302
|
New seal_position option that replaces randomize_start, start_perimeters_at_concave_points and start_perimeters_at_non_overhang. The two latter options are now always on by default. A new "Aligned" seal position value has been added, that forces starting points to be aligned when not randomized. #1741 #925
|
2014-05-22 19:34:49 +02:00 |
|
|
|
8ca352eb62
|
Separate speed option for support material interface. #2009
|
2014-05-21 15:21:20 +02:00 |
|
|
|
85b0a4376a
|
Use last extruder's settings when adding new ones. #1997
|
2014-05-20 23:37:17 +02:00 |
|
|
|
0b0ec7be37
|
Fixed regression causing bad loading of multi-extruder values in GUI. #1984
|
2014-04-28 22:31:29 +02:00 |
|
|
|
ce9cf4d964
|
Don't put supports under bridges and potential bridges
|
2014-04-26 17:19:50 +02:00 |
|
|
|
c3bb8a69db
|
Bugfix: crash when extending an array option by 2+ positions. #1908
|
2014-04-19 16:38:28 +02:00 |
|
|
|
33ade1328f
|
Fix regression causing profile names to be listed in random order. #1864
|
2014-04-06 22:45:40 +02:00 |
|
|
|
c7a96a3113
|
Merge pull request #1881 from sapir/master
Disable some calls to on_presets_changed to speed up switching profiles
|
2014-04-06 12:52:05 +02:00 |
|
|
|
a6dd68a2a6
|
Bugfix: crash when setting number of extruders. #1876
|
2014-04-05 09:54:43 +02:00 |
|
|
|
576d02a20d
|
Make set_dirty ignore changes that don't do anything.
|
2014-03-30 00:23:35 +03:00 |
|
|
|
09d7d9b034
|
Remove call to on_presets_changed from Tab Page's on_change.
(set_dirty is called which handles it anyway.)
|
2014-03-30 00:21:57 +03:00 |
|
|
|
071097d3f1
|
Fix extruder assignment and tests
|
2014-03-27 00:01:33 +01:00 |
|
|
|
0ff33f47f1
|
Fix the extruder override logic. All role-based extruder options now default to 0, meaning no override is defined and the default (inherited) extruder is used. The default extruder option does not use the shortcut logic anymore (it was thus moved to be a CLI-specific logic)
|
2014-03-26 00:08:15 +01:00 |
|
|
|
2e6213fea6
|
Prevent crash when changing number of extruders
|
2014-03-25 19:21:44 +01:00 |
|
|
|
fed8783e30
|
New commands for exporting/importing full config bundles. Useful for printer vendors. #1365
|
2014-03-25 14:04:01 +01:00 |
|
|
|
432a87e73d
|
New option for forcing the generation of interface shells. #1847
|
2014-03-25 01:11:28 +01:00 |
|
|
|
67f3e9962b
|
Prevent user from saving a preset with the "- default -" name. #1717
|
2014-03-23 21:40:45 +01:00 |
|
|
|
9fb62e671f
|
Adapt GUI to new XS Config
|
2013-12-22 01:27:09 +01:00 |
|
|
|
beb7939e22
|
Rename standby_temperature to ooze_prevention. #1523
|
2013-11-15 16:01:15 +01:00 |
|
|
|
33e160c1ed
|
Automatically save presets after running the wizard
|
2013-11-11 21:45:58 +01:00 |
|
|
|
bcc061176c
|
New option to use G10/G11 for firmware-controlled retraction. #1494
|
2013-10-27 16:59:18 +01:00 |
|
|
|
991bc8ae3d
|
Partial work for implementing a standby temperature option
|
2013-09-18 17:45:02 +02:00 |
|
|
|
7d09f17810
|
Reflect max_fan_speed in cooling textual description. #1439
|
2013-09-16 10:09:39 +02:00 |
|
|
|
99816e07a6
|
New --first-layer-acceleration option
|
2013-08-09 14:30:43 +02:00 |
|
|
|
913f401280
|
Merge new-support2
|
2013-07-29 20:50:26 +02:00 |
|
|
|
f455ecb7da
|
Rename adjust_overhang_flow to overhangs
|
2013-07-06 11:35:40 +02:00 |
|
|
|
606d856af8
|
Lower case option group titles
|
2013-07-06 02:46:09 +02:00 |
|
|
|
b857d79604
|
Move spiral_vase to vertical shells section
|
2013-07-05 22:23:45 +02:00 |
|
|
|
f8ae8d3e8d
|
New option to disable overhang flow
|
2013-07-05 22:12:58 +02:00 |
|