enricoturri1966
3982d8b51e
Fixed conflict after merge with master
2020-06-15 16:55:14 +02:00
enricoturri1966
dcf68aefd7
Enable built-in DPI changed event handler when building against wxWidgets 3.1.3
2020-06-15 16:20:34 +02:00
enricoturri1966
b9774608e8
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_layout
2020-06-15 10:44:13 +02:00
enricoturri1966
76d9f0f509
Removed unnecessary line
2020-06-15 09:04:21 +02:00
enricoturri1966
04514f009e
ENABLE_LAYOUT_NO_RESTART -> Refactoring of MainFrame::update_layout()
2020-06-12 12:35:17 +02:00
enricoturri1966
ab60499298
Fixed conflicts after merge with master
2020-06-12 10:35:18 +02:00
enricoturri1966
aa14b42638
GCodeProcessor -> Added processing of gcode lines G0
2020-06-12 09:01:20 +02:00
enricoturri1966
42a8a4aa77
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_layout
2020-06-12 07:32:06 +02:00
supermerill
498c48580a
#147 remember the color choice if reslice.
...
but on first colrprint, it switch, then never again
also on the first multi-extruder print.
also on every extruder count change
2020-06-11 21:09:28 +02:00
supermerill
653aa22757
#279 fix milling icon.
2020-06-11 21:07:34 +02:00
supermerill
4bebe0b43a
Add layer_elapsed_time color choice, and a small update to layer_time (renamed in layer_duration)
2020-06-11 21:07:02 +02:00
rongith
bd3976ff94
Layer time preview
...
merged commit:
- One decimal for time less than 1minutes.
- Geometric scale for layer time
- Handle 0.0 min value special case for geometric scale.
2020-06-11 21:06:28 +02:00
supermerill
319d0552ed
#211 % max speed reduction
...
waiting for a good name
2020-06-11 21:03:07 +02:00
supermerill
a846f13c47
#239 add z_step (inverse of slic3r z_steps_per_mm)
...
seems to work without breaking.
todo: change all slicing stuff from double to scaled int.
2020-06-11 21:02:35 +02:00
enricoturri1966
af4fb2d174
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_layout
2020-06-11 16:11:19 +02:00
Vojtech Bubnik
1c95ceaeaa
Reworked algorithm for Voronoi Offset curve extraction.
...
Now the algorithm is very different from the OpenVoronoi implementation
and hopefully it is now correct (save numerical issues, which will be
a big PITA).
2020-06-11 16:11:02 +02:00
enricoturri1966
9566a05d8f
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-06-11 16:09:22 +02:00
enricoturri1966
a1319cc8f7
Fixed restoring of application starting position
2020-06-11 16:07:28 +02:00
enricoturri1966
8c998e5f08
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_layout
2020-06-11 14:04:08 +02:00
enricoturri1966
920d9677da
Added new tech ENABLE_LAYOUT_NO_RESTART -> Enable changing application layout without the need to restart it
2020-06-11 14:02:59 +02:00
tamasmeszaros
f53289ae2d
Fix support and hole point reprojection after reload and netfabb
2020-06-10 14:16:11 +02:00
YuSanka
f23a275fbb
Merge remote-tracking branch 'origin/custom_gcodes'
2020-06-10 11:23:05 +02:00
YuSanka
1713142670
Imperial units selection is added to the ConfigWizard
2020-06-10 11:18:11 +02:00
enricoturri1966
0a7e2aa8da
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-06-10 09:00:53 +02:00
enricoturri1966
3b061fb4be
Fixed serialization of position and size of the non modal settings dialog
2020-06-10 09:00:17 +02:00
supermerill
b78a91bb06
First impl of the freecad script integration
...
with my own lib to allow easier scripting.
2020-06-09 21:10:53 +02:00
supermerill
0a8be978d9
#248 add min width for 'only one perimeter'.
2020-06-09 20:57:28 +02:00
YuSanka
bf9462749f
Fixed Editing of the Template custom Gcode
...
Fixed reloading of the legend, when preview type was changed
2020-06-09 17:10:48 +02:00
enricoturri1966
4c51a258ef
GCodeViewer -> Fixed bottom panel not disappearing when switching to gcode viewer from preview
2020-06-09 12:44:22 +02:00
enricoturri1966
48cc358b72
Fixed build on Mac
2020-06-09 11:44:25 +02:00
enricoturri1966
345c01c54f
ENABLE_GCODE_VIEWER -> Updated keyboard shortcuts dialog
2020-06-09 08:37:24 +02:00
enricoturri1966
d358fe85fa
GCodeViewer -> Show tool marker position when enabled
2020-06-09 08:12:51 +02:00
supermerill
7f132c835d
#275 typos & better wording in machine limits, thanks to @thierryzoller
2020-06-08 18:01:30 +02:00
enricoturri1966
9f94f89808
ENABLE_GCODE_VIEWER_AS_STATE -> Smoother transition between states
2020-06-08 14:37:40 +02:00
enricoturri1966
ea0e9a5873
Follow-up of 70478f226f739f08dba2fac59e44b0ddd9e009e5 -> Fixed printbed for regular gcode preview
2020-06-08 13:17:07 +02:00
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