Commit Graph

3178 Commits

Author SHA1 Message Date
Carlos Caruncho
453b0cf8e6 OrcaSlicer_Es.po spanish translation finished (#1483)
* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

More strings!

* Update OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* Update Orcaslicer spanish

* Merge

* Corregidos duplicados

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   bbl/i18n/es/OrcaSlicer_es.mo

* modified:   bbl/i18n/es/OrcaSlicer_es.mo

* Update Orca es

* FIX:orcaslicer_es.po  some strings

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po

* modified:   bbl/i18n/es/OrcaSlicer_es.po
	modified:   resources/i18n/es/OrcaSlicer.mo

* Update text.js

Added es_ES to text.js (spanish strings)
2023-07-10 22:29:19 +08:00
SoftFever
e3a85e2b33 use smaller font for codes 2023-07-08 14:48:07 +08:00
thewildmage
3378aaff4e Improve/fix pattern writer and config 2023-07-07 01:27:28 -06:00
thewildmage
456a20ffdc Improve const correctness 2023-07-07 01:24:59 -06:00
SoftFever
3d7c45c6dc fix wrong default support_threshold_angle value 2023-07-07 10:38:55 +08:00
SoftFever
809278320e clear m_calib_config before each print 2023-07-07 01:03:32 +08:00
SoftFever
bdf8c8d5b1 Merge remote-tracking branch 'remote/v1.6.0'
# Conflicts:
#	.github/workflows/build_ubuntu.yml
#	src/libslic3r/Print.cpp
#	version.inc
2023-07-07 00:38:54 +08:00
SoftFever
93b8d7aeff update po/pot files 2023-07-07 00:07:31 +08:00
SoftFever
e94fe296ee Improve seams:
1. Turn off wipe_on_loops by default
2. Change default wipe distance to 1 mm
2023-07-06 21:11:55 +08:00
SoftFever
c3c6bbc4e5 Port PrusaSlicer staggered_inner_seams 2023-07-06 21:08:39 +08:00
thewildmage
8be41ba2f4 Move pattern when handle moves 2023-07-05 21:20:16 -06:00
thewildmage
89df84a810 Formatting adjustments 2023-07-05 21:19:49 -06:00
thewildmage
e35a8a162f Store CalibPressureAdvancePattern with model 2023-07-05 21:18:38 -06:00
thewildmage
c2cfa8d61c Vec3d fix 2023-07-05 21:15:45 -06:00
thewildmage
82abbafbf9 Add translate_starting_point function 2023-07-05 21:15:24 -06:00
thewildmage
67989cd134 Use Vec3d instead of Vec2d for m_starting_point and m_last_pos 2023-07-05 21:14:55 -06:00
thewildmage
f159e34998 Use correct bounding box 2023-07-05 21:06:02 -06:00
SoftFever
b47777e73e optimize gcode generation 2023-07-06 00:01:06 +08:00
thewildmage
ebe9c908fb Fix off by one layer bug 2023-06-30 08:46:38 -06:00
Carlos Caruncho
85882c3dde Update OrcaSlicer_es.po (#1443) 2023-06-30 22:46:21 +08:00
SoftFever
1318051bc3 update gitignore 2023-06-30 20:17:58 +08:00
SoftFever
f6c5369e76 fix OCCT build on Mac when build_release_macos.sh 2023-06-30 14:00:53 +08:00
SoftFever
d6fedfb47a update doxygen setting 2023-06-30 13:59:41 +08:00
thewildmage
6b5079731e Fix and consolidate number tab creation 2023-06-29 22:29:44 -06:00
Jeremy Lucas
92e02dbef4 Added doc & photo for wiki guide for max volumetric flow (#1301)
* Added doc and photo for max volumetric flow

* Fixed comments on doc. Same old image

* Added photos and finished description

* Forgot to save

* Added other method back in
2023-06-29 12:04:16 +08:00
Dylan
1a809b0931 Fix check multi filament valid (#1433)
* no need to check different filaments if using a multi-head printer

* bed temperatures warning
2023-06-29 12:03:34 +08:00
igiannakas
1c780496aa Optimise sandwich wall mode when perimeters are shared with multiple islands(Arachne only) (#1352)
* Update PerimeterGenerator.cpp

* PerimeterGenerator updated with improved Sandwich infill handling

Cleaned up code

* Beautified syntax

* Optimise the logic

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-29 12:02:07 +08:00
thewildmage
ca04dea567 Replace bed_center() with m_starting_point 2023-06-28 12:58:29 -06:00
thewildmage
719f9c27c4 Consolidate m_starting_point and pattern_start functions 2023-06-28 09:04:55 -06:00
thewildmage
4bda8904e4 Move logic to Plater
Modifications to model in GCode cancelled _do_export from within itself
2023-06-27 22:36:11 -06:00
thewildmage
aa55c3bd7c Use cube primitive as positioning handle 2023-06-26 12:16:19 -06:00
Scott Mudge
8e4a43ea5c Add option for skirt-speed override (#1371)
Add skirt speed option.

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-26 20:53:17 +08:00
Dylan
e925db8c0f fix is_extruder_used (#1422) 2023-06-25 15:18:56 +08:00
SoftFever
3fee164058 update linux deps 2023-06-25 14:39:08 +08:00
Scott Mudge
1ef8ca2de0 Bugfix for zero-width tree supports (#1367)
fix bug with zero width tree supports throwing exception.
2023-06-25 13:38:29 +08:00
Scott Mudge
b943a04da7 Fix tooltip referencing "Studio" (#1370)
Fixed language with reference to "Studio"
2023-06-25 13:32:47 +08:00
thewildmage
2cd5072112 Remove redundant invocation 2023-06-20 17:16:14 -06:00
thewildmage
669047890a New strategy for adding custom G-code 2023-06-20 16:48:21 -06:00
thewildmage
cc1f8abd47 Restructure calib 2023-06-20 16:45:13 -06:00
thewildmage
e5d8e25e4f Reorganize Plater::calib_pa() 2023-06-19 12:02:44 -06:00
thewildmage
1dbc417387 Use new scaling method 2023-06-18 18:58:13 -06:00
thewildmage
6d57b56a5e Proof of concept: Adding custom G-Code at layer 2023-06-12 10:01:33 -06:00
thewildmage
665a6c1f9a Rearrange and clean up 2023-06-11 21:59:28 -06:00
thewildmage
c642fab703 Use placeholder STL to create needed layers 2023-06-11 21:12:45 -06:00
SoftFever
4a799aa770 update Ubuntu deps 2023-06-11 14:44:44 +08:00
Maciej Lisiewski
e065809e3a Fix building with GCC13 (required to build on Arch and Fedora) (#1220)
* Backport TBB fix to allow building on GCC13

* Fix OpenEXR build with GCC13

* Fix Clipper2 build with GCC13

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-06-11 11:36:33 +08:00
thewildmage
28420a58da Fix inverted Y direction in pattern digit drawing 2023-06-08 22:37:42 -06:00
thewildmage
98dfde681e Move short constructor into .hpp 2023-06-08 22:36:58 -06:00
thewildmage
dc42b14d73 Fix misplaced decimal in PA Line 2023-06-08 21:04:32 -06:00
thewildmage
e09513863a Extract shared e_per_mm function 2023-06-08 21:01:53 -06:00