Lukas Matena
|
cf17d16481
Fixed Perl bindings
|
3 years ago |
YuSanka
|
b9910669e8
Fix of #2825 - Add the length of each filament used
|
3 years ago |
Vojtech Bubnik
|
b5573f959b
Refactoring for code clarity: Replaced this->m_xxx with m_xxx
|
3 years ago |
Vojtech Bubnik
|
b8db1922f7
Fixing perl bindings
|
3 years ago |
Vojtech Bubnik
|
714149dab2
WIP: Moving ownership of PrintRegions to PrintObjects.
|
3 years ago |
Vojtech Bubnik
|
d21b9aa089
Fixing perl integration
|
3 years ago |
Vojtech Bubnik
|
8e27e355c2
Fixing unit tests.
|
3 years ago |
Vojtech Bubnik
|
73c9f939e0
Squash merge of lh_brim_rework,
|
4 years ago |
Vojtech Bubnik
|
8f04a76337
Final fix of Perl bindings
|
4 years ago |
Vojtech Bubnik
|
7cdc61b67a
Trying to patch the Perl bindings.
|
4 years ago |
enricoturri1966
|
510e787bc7
Fixed Print.xsp
|
4 years ago |
enricoturri1966
|
27b9f85607
Fixed build when tech ENABLE_GCODE_VIEWER is disabled + fixed perl code
|
4 years ago |
enricoturri1966
|
ece4f10bf7
Updated Print.xsp
|
4 years ago |
bubnikv
|
b8c898bf40
Fixed a bug in validation of the FDM Print to check for extruder
|
5 years ago |
bubnikv
|
4f8f619686
Fixed Perl bindings after refactoring.
|
5 years ago |
bubnikv
|
34013ad142
Fixed broken Perl bindings.
|
5 years ago |
bubnikv
|
ac6969c992
Reworked the Perl unit / integration tests to use the same Print
|
5 years ago |
bubnikv
|
35b3fd3176
Integrated the new layer height spans with configs into the backend.
|
5 years ago |
Lukas Matena
|
07282eb24d
Fixed unit tests when run with range checks on std::vector
|
5 years ago |
Jason Tibbitts
|
58d78e8dbd
Fix two errors with -Werror=format-security
|
5 years ago |
bubnikv
|
90235ac386
Fixed layer height profile access from Perl XS
|
6 years ago |
bubnikv
|
09c539a242
Trigger background processing update when switching to a preview tab.
|
6 years ago |
bubnikv
|
d46d0dc365
Implemented naming of the SLA export file based on the output file name
|
6 years ago |
bubnikv
|
c2e46350f2
Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrint
|
6 years ago |
bubnikv
|
3eea327ef0
WIP: When iterating over PrintObject's regions, use the region count
|
6 years ago |
bubnikv
|
56633c7449
Reverted Print::export_png() for the Perl unit tests.
|
6 years ago |
bubnikv
|
bded28f888
WIP: Reconstruction of background processing.
|
6 years ago |
bubnikv
|
fe3b92870f
Merged with dev
|
6 years ago |
bubnikv
|
d934b63424
Removed Print.pm,
|
6 years ago |
bubnikv
|
36faa090fc
Removed the Controller, Layer View, System Info, ObjectCutDialog,
|
6 years ago |
bubnikv
|
0235f1a821
Merged with dev
|
6 years ago |
bubnikv
|
41ce69f327
Improved constness of the Print / PrintObject / Layer ...
|
6 years ago |
tamasmeszaros
|
d749080261
Merge remote-tracking branch 'origin/dev' into sla_base_pool
|
6 years ago |
bubnikv
|
ac72cd779f
Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.
|
6 years ago |
bubnikv
|
0b5b02e002
Eradicated the Pointf class, replaced with Eigen Vector3d
|
6 years ago |
tamasmeszaros
|
6e77307880
Merge remote-tracking branch 'origin/eigenize' into sla_base_pool
|
6 years ago |
bubnikv
|
1ba64da3fe
Removed Point::scale(),translate(),coincides_with(),distance_to(),
|
6 years ago |
tamasmeszaros
|
9559ad77e5
Merge remote-tracking branch 'origin/master' into feature_slice_to_png
|
6 years ago |
tamasmeszaros
|
ac9d81cfa0
Refactor and extensions to png export dialog.
|
6 years ago |
Enrico Turri
|
7ff22b9413
Time estimate emitted to gcode at requested interval
|
6 years ago |
tamasmeszaros
|
f26cb9ebd6
Merge remote-tracking branch 'origin/master' into feature_slice_to_png
|
6 years ago |
Enrico Turri
|
f8982c0ca1
Merge branch 'machine-limits-config' of https://github.com/prusa3d/Slic3r into time_estimate
|
6 years ago |
bubnikv
|
6b2b970b9a
Added machine evelope configuration parameters
|
6 years ago |
Enrico Turri
|
fa9014fc8e
Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimate
|
6 years ago |
bubnikv
|
6fef5a07ab
Merge remote-tracking branch 'remotes/origin/scene_manipulators'
|
6 years ago |
Enrico Turri
|
52a7d7ed09
Partial perl code cleanup
|
6 years ago |
Enrico Turri
|
30a3b2179b
3DScene timer and _variable_layer_thickness_action method moved to c++
|
6 years ago |
Enrico Turri
|
5a8d1ffdba
Prototype for exporting estimated remaining time into gcode for default and silent mode
|
6 years ago |
Enrico Turri
|
951e8528b4
3DScene layers editing parameters moved to c++
|
6 years ago |
Enrico Turri
|
91b9b8aebf
Fixed wrong layer height texture updates when using multiple objects
|
6 years ago |