supermerill
2dfe215245
Add external_perimeter_fan_speed setting (part2)
...
rewrote a bit the way it's set in cooling buffer to allow easier interleaved fan speed modifiers.
2020-06-05 16:52:08 +02:00
enricoturri1966
bd5a5bf78f
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-06-05 16:51:11 +02:00
enricoturri1966
70a6fb0e20
Added new tech ENABLE_GCODE_VIEWER_AS_STATE -> GCodeViewer as a new application state (WIP) + fix of conflicts after merge with master
2020-06-05 16:50:17 +02:00
Justin Schuh
3f6a9f2ebf
Add external_perimeter_fan_speed setting (part1)
...
Adds a new setting and plumbs through the UI to independently control
the fan speed for external perimeters. Filed as issue #2776 .
merill note: i only picked the setting definition, as the other part will need an almost compete re-write
2020-06-05 15:20:44 +02:00
supermerill
c68e94daf2
move version to 2.2.51.1
...
a log & failsafe for when the ui file is bad/not complete.
2020-06-05 15:14:48 +02:00
enricoturri1966
13a2e8e64d
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-06-05 14:25:29 +02:00
enricoturri1966
2b19f471bd
Follow-up of 4f63095d9af21fefd2a287d103dea91d29e056e7 -> Collapse toolbar disabled by default
2020-06-05 14:25:15 +02:00
YuSanka
530786fca4
Object merge: fixed merge of the objects with changed rotation, scale and mirror
...
+ Fixed get_object_stl_stats()
2020-06-05 13:15:49 +02:00
enricoturri1966
4f63095d9a
Collapse toolbar moved from GLCanvas3D to Plater::priv
2020-06-05 12:33:09 +02:00
supermerill
055cfb80c9
#263 temperature calibration bugs with scaling by nozzle diameter.
2020-06-04 20:50:26 +02:00
supermerill
6a33909e79
#265 fix crash on adding extruder
2020-06-04 20:36:51 +02:00
Vojtech Bubnik
1e3290fee1
Reduced ugly copy / paste for ENABLE_OPENGL_ERROR_LOGGING
2020-06-04 15:53:58 +02:00
Vojtech Bubnik
3e0e537b7a
Offset curve from a Voronoi diagram: Fixed distance calculation
...
to a bisector of two segments.
2020-06-04 15:34:35 +02:00
enricoturri1966
ad7e7ae1cd
Added tech ENABLE_OPENGL_ERROR_LOGGING -> log opengl errors when SLIC3R_LOGLEVEL=5
2020-06-04 14:48:52 +02:00
enricoturri1966
c3d643ead3
Fixed conflicts after merge with master
2020-06-04 13:57:39 +02:00
Vojtech Bubnik
6f4d24ab95
WIP: Generating offset curves with properly rounded corners from
...
a Voronoi diagram. Curve extraction is based on the OpenVoronoi implementation.
2020-06-04 13:50:09 +02:00
Manuel Coenen
06e329655d
Add support for DuetSoftwareFramework based machines
...
Also extend Http to be able to send PUT requests as well as
setting POST body data directly.
2020-06-04 11:20:09 +02:00
Lukas Matena
1e5d1cb616
Fixed a crash when switching from SLA to FDM with a gizmo active
...
If a gizmo used SupportsClipper or HollowedMesh common data, it would attempt to update from a dead SLAPrintObject
2020-06-03 16:39:12 +02:00
Vojtech Bubnik
b8267a5f6f
G-code placeholder parser - new values:
...
print_bed_min, print_bed_max, print_bed_size
calculated from a bounding box of bed_shape vector of points.
Also added first_layer_print_size as a size of a first layer print
bounding box.
2020-06-03 16:30:37 +02:00
Vojtech Bubnik
6529543518
WIP: first_layer_print_min/max, first_layer_print_convex_hull
...
placeholders for the G-code export.
2020-06-03 16:30:37 +02:00
Lukas Matena
d95c151823
Merge branch 'lm_empty_layer_crash'
2020-06-03 15:57:52 +02:00
Lukas Matena
ed98a859af
Fix of #3919 (extremely wide wipe tower with 0.35mm FAST profile)
...
This is an excerpt from ec86d94, which was recently reverted because
the other changes from that commit broke some functionality.
2020-06-03 15:34:33 +02:00
Lukas Matena
8ecb0bfe0e
Revert "Workaround for the Prusa3D Fast (layer height 0.35mm) profile, which"
...
This reverts commit ec86d94f026cd304f2544fcf6990cf360f9db235.
2020-06-03 15:34:33 +02:00
Lukas Matena
2cc1dffc82
Fix of several issues related to gizmos updating and undo/redo
...
Common gizmos data cannot be used in on_set_state method
Also prevented calling render on empty GLVertexArrays
2020-06-03 15:33:39 +02:00
supermerill
f8c41fe6e7
make macos name not only lowercase
...
try a linux appimage build
2020-06-02 17:45:24 +02:00
supermerill
851264f150
resolving calibration issues
...
cleaning options not ready
2020-06-02 17:44:34 +02:00
tamasmeszaros
10c59b0d00
Fix the tests after EigenMesh3D refactor
2020-06-02 17:15:08 +02:00
supermerill
3d6b503e15
fix regression from the #242 fix (print ext peri hole after other int peri)
2020-06-02 15:17:01 +02:00
Lukas Matena
dc725ecbad
Fixup of previous commit
2020-06-02 14:49:40 +02:00
Lukas Matena
a4d30fc9bb
Fixed a crash when switching between tabs
...
Introduced in ba963ac
2020-06-02 11:42:25 +02:00
enricoturri1966
06a8bfa588
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-06-02 10:03:00 +02:00
enricoturri1966
aa92cbf051
New tech ENABLE_SMOOTH_NORMALS (disabled) -> Added two experimental functions to smooth normals using libigl (none of them working properly in detecting edges) when calling GLIndexedVertexArray::load_mesh_full_shading()
2020-06-02 10:02:50 +02:00
supermerill
1d17987d0b
fix mac build
2020-06-02 03:08:24 +02:00
supermerill
31232030bb
update voron profile: add afterburner
2020-06-02 03:08:10 +02:00
supermerill
e68de2cf4f
#260 : better text & layout for filament cooling
2020-06-02 01:24:31 +02:00
supermerill
f2a503cdc8
fix #260 : optional M20X header
2020-06-01 22:34:02 +02:00
supermerill
3d83933034
fix build, clean old test (now in test/superslicerlibslicer or tests/fff_print_tests)
2020-06-01 22:33:24 +02:00
supermerill
0b4f304607
add KVP ABS to voron profiles, also some speed & accel changes taken from DocJeeves pif settings
2020-06-01 22:13:56 +02:00
supermerill
f654b980a9
fix #242
2020-06-01 19:13:33 +02:00
supermerill
07fa80304d
fixes on build
2020-06-01 19:13:20 +02:00
tamasmeszaros
4be0e37963
Workaround for items out of bed after arrange.
...
Fixes #4329
2020-06-01 16:16:30 +02:00
supermerill
0e6950ab25
fix builds: renamed enum option
...
adjust mac build list.
2020-06-01 16:02:27 +02:00
YuSanka
9146ef2f61
Copy/Paste for the Settings and Layers in the ObjectList
2020-06-01 11:11:38 +02:00
enricoturri1966
7b33e780a2
Follow-up of 707268d41dc737a1aa621ba0ad2cbc1cf63da3d1 -> Fixed typo
2020-06-01 09:11:16 +02:00
enricoturri1966
707268d41d
ENABLE_GCODE_VIEWER -> Improvements in shaders for options
2020-06-01 08:55:44 +02:00
supermerill
43f9d15a55
update to arrange, add some arrange tests. Not better than before, but it's moving in the right direction, i guess?
2020-06-01 00:41:40 +02:00
supermerill
3e517ac50b
end fix enum visibility
...
thanks to hmflash for the help.
2020-05-31 18:08:43 +02:00
supermerill
1afaa6ef49
create little hierarchy of config to better use ratio_over
...
fixes on ratio_over
fix Flow::extrusion_width (bad computation of first_layer_height)
fix enum visibility
moving test classes to prusaslicer test directory (wip)
all that because i was trying to write a test class for a modification in min_object_distance (and i didn't even start)
2020-05-31 03:54:58 +02:00
supermerill
9426fb4360
CI scripts compile CI branch
2020-05-31 01:31:29 +02:00
supermerill
f266141d35
fix gcc compile, from 9b60be0c1aeda35d81cb30fbef05e11c7e7351e3
2020-05-30 22:45:49 +02:00