YuSanka
f74b1c6547
Added uncommitted changes
2020-06-08 12:36:42 +02:00
enricoturri1966
70478f226f
ENABLE_GCODE_VIEWER_AS_STATE -> Use default printbed in gcode viewer
2020-06-08 12:27:32 +02:00
YuSanka
befbd6b0fe
Merge remote-tracking branch 'origin/master' into custom_gcodes
2020-06-08 12:27:29 +02:00
YuSanka
43cfd44864
Fixed export/import from/to amf and 3mf file.
2020-06-08 12:25:29 +02:00
enricoturri1966
ca17948f87
ENABLE_GCODE_VIEWER_AS_STATE -> Load gcode from file and process it
2020-06-08 09:12:20 +02:00
supermerill
6ff5cd523c
#276 fix klipper dual extruder problem
...
small voron config fix
2020-06-08 00:17:09 +02:00
supermerill
03d1ae21c5
#272 better calibration placement with skirt/brim
2020-06-07 23:38:26 +02:00
YuSanka
629584e28f
Editing of the custom GCodes like ColorChange and PausePrint
2020-06-07 22:42:54 +02:00
supermerill
b284b2b19a
fix XY rework crashing bug.
2020-06-06 16:07:18 +02:00
supermerill
d7a0719c3b
fix elefant translate
2020-06-06 01:56:33 +02:00
supermerill
53c2c588a8
typo
2020-06-06 01:55:54 +02:00
supermerill
7738e2a33c
#240 little rework of XY compensation.
...
better import of 'elephant foot' (spelled elefant in prusa) that is now first_layer_size_compensation, using 'legacy to amke the convert.
advantage: it reverse the sign now.
drawback : no easy export to prusa.
2020-06-05 23:08:28 +02:00
paulhew69
03db4b9cc8
Updated Text for Calibration Docs
2020-06-05 22:14:36 +02:00
supermerill
ad04e6382b
#266 use boost to trim the line, safer. Thanks to @pix for the fix.
...
Also big pass to not make the app crash even if there is no setting ui file.
2020-06-05 21:51:20 +02:00
supermerill
2f31776ca6
#269 fix to makes it recognize slic3r++ config from gcode
2020-06-05 16:52:22 +02:00
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