Alessandro Ranellucci
|
2ad26fc6a7
Fixes for Windows
|
7 лет назад |
Alessandro Ranellucci
|
31115e0369
Use UTF-8 in libslic3r. Future-proof portable solution for non-ASCII files. #2955
|
7 лет назад |
Alessandro Ranellucci
|
6382af2b65
Gracefully transform support_material_threshold = 0 into the default value instead of emitting an error. #3837
|
7 лет назад |
Joseph Lenox
|
f725b519e8
Fixed validator to properly only trigger on 0% or 0.
|
7 лет назад |
Joseph Lenox
|
6a3eb3d038
Validate support material threshold in Config.pm (#3845)
|
7 лет назад |
Joseph Lenox
|
99943024a9
Permit firmware retraction when firmware is Repetier (repetier-firmware supports it). Fixes #3821
|
7 лет назад |
Alessandro Ranellucci
|
1fadfd6fb8
Merge remote-tracking branch 'origin/master' into gui3
|
7 лет назад |
Alessandro Ranellucci
|
e7c854c919
Ported Config::_handle_legacy() to XS
|
7 лет назад |
Alessandro Ranellucci
|
5d77c160c6
Changes to the GUI. New preset editor dialog. Option overrides in plater and between configs. More.
|
7 лет назад |
Alessandro Ranellucci
|
4b4a0c8a5c
Split external_fill_pattern into top_infill_pattern and bottom_infill_pattern. Retrocompatibile change. #945
|
8 лет назад |
Alessandro Ranellucci
|
49a9492ad2
Allow any layer height and limit it to the smallest nozzle diameter. #2706
|
8 лет назад |
Alessandro Ranellucci
|
92845300be
New options dialog for SLAPrint
|
8 лет назад |
Alessandro Ranellucci
|
9eb28371de
Maybe the Travis CI server has more than 16 cores?
|
8 лет назад |
Alessandro Ranellucci
|
b8c4464a20
Try to fix compilation error about the new threads default
|
8 лет назад |
bubnikv
|
335638a614
Documented perl modules.
|
8 лет назад |
Alessandro Ranellucci
|
ade661ebf1
More fixes for non-ASCII paths on Windows
|
8 лет назад |
Alessandro Ranellucci
|
30139fd647
Port --load and --save to XS
|
8 лет назад |
Alessandro Ranellucci
|
1d510f76db
Update error message with machinekit. #2742
|
8 лет назад |
Joseph Lenox
|
0673389009
Adds Smoothieware flavor to Gcode, to avoid some weirdness in the new motion controls.
|
8 лет назад |
Alessandro Ranellucci
|
3c862836f2
Refactored the Config XS bindings
|
9 лет назад |
Alessandro Ranellucci
|
32a333f16a
Import config bundle automatically if found in application directory
|
9 лет назад |
Alessandro Ranellucci
|
3a9cf91f83
Ported a couple more methods to XS
|
9 лет назад |
Alessandro Ranellucci
|
249088b4f8
Ported Config::setenv() to XS
|
9 лет назад |
Alexander Rössler
|
d6feec808c
enabling firmware retraction for Machinekit in GUI
|
10 лет назад |
Alessandro Ranellucci
|
8b6b192dac
Throw an error for first_layer_height == 0. #2605
|
10 лет назад |
Alessandro Ranellucci
|
7a7d00c8d6
Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
|
10 лет назад |
Alessandro Ranellucci
|
989ec5cf4d
Fixes to UTF-8 handling in file paths
|
10 лет назад |
Alessandro Ranellucci
|
3e4c572164
Ported some methods including add_model_object() and apply_config() to XS
|
10 лет назад |
Alessandro Ranellucci
|
06385221a3
Make .ini parser more tolerant to whitespace
|
10 лет назад |
Alessandro Ranellucci
|
c2e710d092
Removed --g0
|
10 лет назад |
Alessandro Ranellucci
|
e521475b7e
Refactoring: moved some low-level G-code generation methods to the new Slic3r::GCode::Base class
|
10 лет назад |
Alessandro Ranellucci
|
e897fbbd51
Only consider used extruders when limiting layer height. #2175
|
10 лет назад |
Alessandro Ranellucci
|
928335f186
Removed print_center option (but left --print-center from CLI)
|
10 лет назад |
Alessandro Ranellucci
|
ba37a8fb79
Handle legacy configs
|
10 лет назад |
Alessandro Ranellucci
|
998a4225de
Finished implementation of bed_shape in plater
|
10 лет назад |
Alessandro Ranellucci
|
4fe2128fc4
Initial work for custom bed shape
|
10 лет назад |
Alessandro Ranellucci
|
98b8936ee2
Automatically disable retract_layer_change when using spiral_vase
|
10 лет назад |
Alessandro Ranellucci
|
88a2e5c791
Typo seal -> seam :-)
|
10 лет назад |
Alessandro Ranellucci
|
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
|
10 лет назад |
Alessandro Ranellucci
|
7041ebdd22
Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe
|
10 лет назад |
Alessandro Ranellucci
|
fc4ac5ded4
Re-enable the threads config option. #1882
|
10 лет назад |
Alessandro Ranellucci
|
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)
|
11 лет назад |
Alessandro Ranellucci
|
fed8783e30
New commands for exporting/importing full config bundles. Useful for printer vendors. #1365
|
11 лет назад |
Alessandro Ranellucci
|
67f3e9962b
Prevent user from saving a preset with the "- default -" name. #1717
|
11 лет назад |
Alessandro Ranellucci
|
b5b735c988
ComboBox for fill density values
|
11 лет назад |
Alessandro Ranellucci
|
7421a7bf63
Turn fill_density into percentage
|
11 лет назад |
Alessandro Ranellucci
|
34f1511e0c
Better fix for non-global options not being replaced in filename placeholders. Includes refactoring and a new PlaceholderParser class. Also includes regression tests. #1831
|
11 лет назад |
Alessandro Ranellucci
|
4c650a6d80
Fix regression about percent extrusion width not being validated. Includes regression test
|
11 лет назад |
Alessandro Ranellucci
|
634ccb33ab
Fix regression in Config->setenv affecting post-processing scripts. Includes regression test
|
11 лет назад |
Alessandro Ranellucci
|
51af10da4f
Some fixes to config API
|
11 лет назад |