Vojtech Bubnik
|
bb8112f099
and the final Perl unit test fix
|
3 years ago |
Vojtech Bubnik
|
dcfa1d10cf
Yet another Perl test
|
3 years ago |
Vojtech Bubnik
|
ee53894c40
Another last perl unit test fix
|
3 years ago |
Vojtech Bubnik
|
c013b73308
Fixing perl unit tests
|
3 years ago |
Vojtech Bubnik
|
e0b0a2cdcf
Fix of previous commit.
|
4 years ago |
bubnikv
|
27ee68d2f9
WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBase
|
5 years ago |
bubnikv
|
61ae78432c
Removed the unsupported "pillars" support pattern.
|
6 years ago |
bubnikv
|
3bc79e80d5
Fixed configuration & validate C++ ports.
|
7 years ago |
bubnikv
|
93dce7a2d3
Ported config load / stored to C++, thanks @alexrj
|
7 years ago |
bubnikv
|
95ede7c4b8
Rewrote Fill2.pm to C++, deleted Perl infills for good.
|
8 years ago |
bubnikv
|
3d3654707b
Added "Notes" page to the filament configuration.
|
8 years ago |
Alessandro Ranellucci
|
934bd43e35
More refactoring on Config XS bindings
|
9 years ago |
Alessandro Ranellucci
|
3fac8cd77e
Large refactoring of the Config classes
|
9 years ago |
Alexander Rössler
|
d35226b889
added support Machinekit flavour GCode
|
10 years ago |
Alessandro Ranellucci
|
e79aa2e81c
New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
|
10 years ago |
Alessandro Ranellucci
|
a4eef93950
Fixed minor regression
|
10 years ago |
Alessandro Ranellucci
|
01133fd0be
Fix tests after recent output change for ConfigOptionPoint values
|
10 years ago |
Alessandro Ranellucci
|
d9f6b0933b
Use istringstream for deserializing config options in order to use the correct locale. #2187
|
10 years ago |
Alessandro Ranellucci
|
928335f186
Removed print_center option (but left --print-center from CLI)
|
10 years ago |
Alessandro Ranellucci
|
98b8936ee2
Automatically disable retract_layer_change when using spiral_vase
|
10 years ago |
Alessandro Ranellucci
|
a8b6e32767
Gracefully handle loading config files having empty strings for multi-value options (like wipe). #2003
|
10 years ago |
Alessandro Ranellucci
|
7041ebdd22
Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe
|
10 years ago |
Alessandro Ranellucci
|
c3bb8a69db
Bugfix: crash when extending an array option by 2+ positions. #1908
|
10 years ago |
Alessandro Ranellucci
|
b68c55fec0
Bugfix: the Y coordinate of Point config fields was not correctly validated and lead to a crash when entering non-numeric values. Includes regression test. #1906
|
10 years ago |
Alessandro Ranellucci
|
071097d3f1
Fix extruder assignment and tests
|
10 years ago |
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)
|
10 years ago |
Alessandro Ranellucci
|
4c6f9703df
Fix bad deserialization of extruder_offset = 0x0
|
10 years ago |
Alessandro Ranellucci
|
21e6de0e59
Only expand shortcut options in StaticConfig objects. This way we can keep a default extruder value in the parts panel
|
10 years ago |
Alessandro Ranellucci
|
3e93a14912
New support material pattern: pillars!
|
11 years ago |
Alessandro Ranellucci
|
036badf932
Ported Flow to XS
|
11 years ago |
Alessandro Ranellucci
|
07b9b12475
Make tests pass
|
11 years ago |
Alessandro Ranellucci
|
8ed738d3f7
More incomplete work for Flow/Extruder refactoring
|
11 years ago |
Alessandro Ranellucci
|
e2f1040a76
More work
|
11 years ago |
Alessandro Ranellucci
|
83326845dd
More incomplete work
|
11 years ago |
Alessandro Ranellucci
|
c5ead0f2a6
Fixes to Config and plater; also refactored the arrange() code
|
11 years ago |
Alessandro Ranellucci
|
4515d90052
Finished porting Config and option definition to XS
|
11 years ago |
Alessandro Ranellucci
|
9836e963a5
Incomplete work for adapting the application to the new XS-based Config
|
11 years ago |
Alessandro Ranellucci
|
e0c0a42a8b
Expose static PrintConfig objects to Perl and test apply()
|
11 years ago |
Alessandro Ranellucci
|
56d4da2ac7
Decoupled a generic Config implementation from the PrintConfig definitions
|
11 years ago |
Alessandro Ranellucci
|
872e9bf810
Support for more array config types
|
11 years ago |
Alessandro Ranellucci
|
bb5bbe191f
Support enum config options
|
11 years ago |
Alessandro Ranellucci
|
f274287b0e
Support bool options in XS
|
11 years ago |
Alessandro Ranellucci
|
64e549a46f
More work for XS Config
|
11 years ago |