Ghostkeeper
|
341b92860c
Also format g-code in extruder start and end g-code settings
|
7 years ago |
Simon Edwards
|
d4619da358
Merge branch 'master' into python_type_hinting
|
8 years ago |
Simon Edwards
|
74e5798509
Lots of import fixes. Eliminated the import hacks such as those used inside UM/Settings/__init__.py.
|
8 years ago |
Arjen Hiemstra
|
b1e8b01549
Reduce time spent in "Preparing to slice" by optimizing vertex data sending
|
8 years ago |
Simon Edwards
|
b9dd2ef6f9
Numpy magic to speed up the expansion of indices-to-vectors to just vectors. CURA-2548
|
8 years ago |
Jaime van Kessel
|
782a02661c
If prime tower or prime position has an invalid position, we now give a specifc error message to indicate this
|
8 years ago |
Jaime van Kessel
|
c35b606807
Added a bunch more yielding, which should decrease the stutter in GUI
|
8 years ago |
Jack Ha
|
d308cd45bc
Moved function out of MachineManager, changed "Valid" to "HaveErrors".
|
8 years ago |
Jack Ha
|
98688bf013
Changed MachineManager.isActiveStackValid to MachineManager.areStacksValid. CURA-2730
|
8 years ago |
Jack Ha
|
d45f61f778
Comment. CURA-2605
|
8 years ago |
Jack Ha
|
b119be7d11
Remove settings from extruder that are not settable_per_extruder. CURA-2605
|
8 years ago |
Jaime van Kessel
|
e582607e41
Added todo comment
|
8 years ago |
Ghostkeeper
|
bc6e7dd24e
Merge branch 'sevaa-feature_x3d_file_format'
|
8 years ago |
Tim Kuipers
|
479f9ea6d2
refactor: global_inherits_stack ==> limit_to_extruder (CURA-2308)
|
8 years ago |
Jaime van Kessel
|
76e57c940d
Added more specific error message when trying to slice with incompatible material
|
8 years ago |
Jaime van Kessel
|
677d6556fb
Refuse to slice when material is mismatched
|
8 years ago |
Jaime van Kessel
|
9a84deb14e
If buildplate has errors, slicing is not possible
|
8 years ago |
Jaime van Kessel
|
a68e112060
Fixed resolvement not being overwritten by user changes
|
8 years ago |
Seva Alekseyev
|
a43efcde05
Code review issues
|
8 years ago |
Seva Alekseyev
|
5cb9f97986
Slicing logic now index-aware, correctly processes scenes with vertex reuse
|
8 years ago |
Jack Ha
|
4ea9276682
Merge branch 'master' into cura-2007
|
8 years ago |
Jack Ha
|
2402ba3d0e
Bed temperature is now either a resolved value or a global value.
|
8 years ago |
Ghostkeeper
|
de7f32da19
Convert global_inherits_stack to int before slicing
|
8 years ago |
Ghostkeeper
|
c2201eb814
Send setting extruder only when extruder is valid
|
8 years ago |
Ghostkeeper
|
b21a1f311a
Send all global_inherits_stack to engine
|
8 years ago |
fieldOfView
|
fb96950762
Don't set extruder_nr per object for single extrusion printers
|
8 years ago |
Jaime van Kessel
|
562363ec16
Updated documentation
|
8 years ago |
Jaime van Kessel
|
fa78cf2d39
No longer use brute force approach for per object
|
8 years ago |
Jaime van Kessel
|
7ff1b937e3
Perobject settings now use correct stacks to calculate values
|
8 years ago |
Jaime van Kessel
|
467f971dac
When sending per object settings, we now also check if we need to send anything at all
|
8 years ago |
Jaime van Kessel
|
a1bd8f59ed
Slicing no longer occurs when stack is invalid
|
8 years ago |
Jaime van Kessel
|
48d39ce387
material_guid is now also a setting in fdmprinter
|
8 years ago |
Jaime van Kessel
|
d48b4bf790
Material GUID is now sent to engine for each extruder
|
8 years ago |
Jaime van Kessel
|
726eb97d9f
Machine_id instead of definition_id is now used to link extruders
|
8 years ago |
Arjen Hiemstra
|
6f3fa19890
Fix up plugins that use ExtruderManager
|
8 years ago |
Jaime van Kessel
|
0e098e38eb
More fixes for changed setting object location
|
8 years ago |
Jaime van Kessel
|
3df1bc4e62
Fixed minor issue in buildExtruderMessage
|
8 years ago |
Jaime van Kessel
|
d93044a338
Added setting sending per extruder
|
8 years ago |
Jaime van Kessel
|
899e4cc175
Fixed sending of per-object settings to engine
|
8 years ago |
Jaime van Kessel
|
123c2f5c85
Moved global settings into slice message (as per API changes)
|
8 years ago |
Jaime van Kessel
|
95a0c69662
Bit of code refactoring to prevent duplication
|
8 years ago |
Jaime van Kessel
|
c994cb6bef
Slicing no longer occurs when a perObject setting is in error state
|
8 years ago |
Arjen Hiemstra
|
8039184c18
Move setting error checking to StartSliceJob and allow the job to return a proper response
|
8 years ago |
Arjen Hiemstra
|
386aec32a8
Merge branch 'settings_rework'
|
8 years ago |
Ghostkeeper
|
b6aa78cc8d
Use getAllKeys of ContainerStack to get all setting values
|
8 years ago |
Ghostkeeper
|
6116f592b3
Remove print
|
8 years ago |
Ghostkeeper
|
15333fa940
Codestyle: Spaces after commas
|
8 years ago |
Ghostkeeper
|
70b52f4b62
Also get setting values of child definitions
|
8 years ago |
Ghostkeeper
|
9dab21c4d0
Fix getting print_sequence setting
|
8 years ago |
Ghostkeeper
|
8a21ac77ed
Re-implement sending global settings
|
8 years ago |