YuSanka
b0673265eb
ConfigWizard : Fixed get_preferred_printer_technology() function.
...
This bug was caused a wrong selection of the new added printer,
when some new vendor other then PrusaSlicer is added,
but PrusaSlicer has installed SLA printers.
(see SPE-2056)
2024-01-18 18:49:32 +01:00
YuSanka
e46c711fce
Fix for SPE-2056 : Wrong printer selection when add new logical printer but some physical printer is selected
2024-01-18 18:48:54 +01:00
Filip Sykala - NTB T15p
82c53aef01
Merge branch 'fs_fix_SPE-2097' into master_27x
2024-01-18 13:09:27 +01:00
Filip Sykala - NTB T15p
b989fd714c
Merge branch 'fs_fix_SPE-2082' into master_27x
2024-01-18 13:09:04 +01:00
Filip Sykala - NTB T15p
d703a02f40
Merge branch 'fs_fix_SPE-2064' into master_27x
2024-01-18 13:08:41 +01:00
Filip Sykala - NTB T15p
fb4e4710e7
Merge branch 'fs_fix_slider_snapshots_SPE-2100' into master_27x
2024-01-18 10:40:26 +01:00
Filip Sykala - NTB T15p
ecacefa549
Merge branch 'fs_fix_SPE-2105' into master_27x
2024-01-18 10:36:45 +01:00
Filip Sykala - NTB T15p
b3beeb9193
Merge branch 'fs_fix_SPE-2095' into master_27x
2024-01-18 09:40:15 +01:00
Filip Sykala - NTB T15p
1444e9c2cb
Merge branch 'fs_fix_SPE-2099' into master_27x
2024-01-18 09:39:47 +01:00
tamasmeszaros
a084471740
Merge branch 'tm_fix_xl_arrange_rebase_SPE-2033' into master_27x
2024-01-17 16:31:48 +01:00
Martin Šach
906f605333
Fix: disable debug and trace logs in builds
2024-01-17 14:44:21 +01:00
tamasmeszaros
e24be7891e
FIxed the issue but TMArrangeKernel needed changes
...
fixing object function not favoring existing pile to stick to
Trying to fix problem with shit+arrange not sticking to existing objects
2024-01-17 14:42:17 +01:00
tamasmeszaros
9f52d0a481
Merge branch 'tm_fix_shift_arrange_rebased_SPE-2071' into master_27x
2024-01-17 14:13:48 +01:00
tamasmeszaros
d110541e12
Fixing issue with aligning to unprintable objects when doing shift+a
2024-01-17 14:12:15 +01:00
Martin Šach
97ba0fb478
Fix retraction test
2024-01-17 13:09:26 +01:00
Martin Šach
2770b977da
Merge ms_lh_zhop_improvements into master.
...
* Replace the ramping travel with a smooth ramping travel.
* Replace helical layer changes with ramping layer changes.
* Implement the "lift before obstacle" feature.
2024-01-17 12:24:00 +01:00
Martin Šach
f9283728d6
During first layer change, do not actually move z.
...
This enables the user to set his own z in start gcode. Fixes #11843 .
2024-01-17 12:22:22 +01:00
Lukáš Hejl
5ddcea806b
Add to GCodeGenerator::last_position only when it has an assigned value.
...
This behavior was there for a long time, but it was uncovered when std::optional was used.
2024-01-17 12:22:22 +01:00
Lukáš Hejl
da57489874
Implement lift before obstacles that take into account already extruder extrusions on the current layer.
...
Ignore the first intersection of the travel path with the object from which the travel starts.
Created a new class TravelObstacleTracker, for wrapping all data structures related to lift before obstacles.
2024-01-17 12:22:22 +01:00
Lukáš Hejl
2fc9299c65
Use max value of double instead of std::optional in get_first_crossed_line_distance() and get_obstacle_adjusted_slope_end().
2024-01-17 12:22:22 +01:00
Lukáš Hejl
dbd0369767
Use forward declarations in Travel.hpp.
2024-01-17 12:22:22 +01:00
Lukáš Hejl
1b0ba60280
Rename m_last_obj_copy to m_current_instance and use struct instead of std::pair.
...
Also, instead of storing the shift of the instance, store the instance index.
2024-01-17 12:22:22 +01:00
Lukáš Hejl
317db5fab4
Move ObjectLayerToPrint from GCodeGenerator to outside to allow using forward declaration.
2024-01-17 12:22:22 +01:00
Lukáš Hejl
5858cbf0f7
Fix warnings in Travels tests.
2024-01-17 12:22:22 +01:00
SachCZ
ff30d7aad3
Replace last_pos and helpers with optional in GCode.cpp
2024-01-17 12:22:22 +01:00
SachCZ
7f397cd7b3
Implement ramping layer change using a tag in gcode
...
During layer change, instead of generating the gcode, generate a placeholder tag. Then at the end of layer processing replace this tag with a ramping travel move.
This solves the issue, that one does not know the starting point of the current layer where the layer change gcode would be originally generate.
The ramping layer changes uses smoothing of the ramping travel. Also it is adjusted in such a way that it increases the ramp angle when the travel is too short, to always reach the next layer.
2024-01-17 12:22:19 +01:00
SachCZ
24e3254697
Smooth z-hop curve to avoid unreasonably high jerk setting.
...
* Replace the ramping travel with a smooth ramping travel on marlin 2 under the right circumstances.
2024-01-17 12:21:36 +01:00
Martin Šach
eff53d4dba
Add option cmd option to limit the number of threads
2024-01-17 10:45:13 +01:00
Filip Sykala - NTB T15p
0ff255eadc
Initialize SvgFile object in optional different way.
2024-01-15 15:05:40 +01:00
Filip Sykala - NTB T15p
cecbd8aef1
Fix compare of styles to accept not exactly same floats value for style
2024-01-11 12:31:52 +01:00
Filip Sykala - NTB T15p
b9039c84cb
Fix application of rotation and distance from surface after style change
2024-01-11 10:32:45 +01:00
Lukas Matena
6bd9c50c7a
Fixed typo in a tooltip
2024-01-10 12:30:38 +01:00
rtyr
8fe827b052
Added M5C resources.
2024-01-08 11:13:24 +01:00
rtyr
d147a41dd6
Added M5C printer.
2024-01-08 11:12:14 +01:00
rtyr
97c3679a37
Fixed top solid extrusion width for M5C.
2024-01-08 11:09:16 +01:00
rtyr
61d4ed190b
Bumped up version.
2024-01-08 10:52:03 +01:00
rtyr
0a6c50ad15
Merge pull request #11867 from slice-engine-dev/PrusaSlicer_ankerMake_engine_august
...
add a new machine named M5C for ankermake
2024-01-08 10:51:00 +01:00
Martin Šach
f9bc7f37bd
Remove local-lib from .gitignore
2024-01-08 10:27:38 +01:00
Martin Šach
18c23383af
Remove various perl specific code
2024-01-08 10:27:38 +01:00
Martin Šach
d12146e5f0
Remove make_fills() that was just for perl
2024-01-08 10:27:38 +01:00
Martin Šach
0b3974954d
Remove layer count in GCode.hpp
2024-01-08 10:27:38 +01:00
Martin Šach
b287bbc5dc
Remove obsolete cmake find script and also remove Fill.hpp
2024-01-08 10:27:38 +01:00
Martin Šach
bf7901ae46
Remove Slic3r.pm
2024-01-08 10:27:38 +01:00
Martin Šach
6e6cf80e92
Remove obsolete sublime project
2024-01-08 10:27:38 +01:00
Martin Šach
1f88b49afb
Remove legacy perl code in lib/Slic3r
2024-01-08 10:27:38 +01:00
Martin Šach
a21e442e4f
Remove note about perl from readme
2024-01-08 10:27:38 +01:00
Martin Šach
6b0dcc658d
Fix narrowing conversion and memory leak in tests
2024-01-08 10:27:38 +01:00
Martin Šach
f2868767ab
Remove obsolete perl files
2024-01-08 10:27:38 +01:00
Martin Šach
6b01ae30db
Rewrite xs/t/15_config.t to c++.
2024-01-08 10:27:38 +01:00
Martin Šach
9164dd55e6
Rewrite xs/t/09_polyline.t to c++
2024-01-08 10:27:38 +01:00