enricoturri1966
84c3833247
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_window
2021-03-04 13:24:08 +01:00
enricoturri1966
e9f24ec861
Follow-up of 6a46b71dc1 - Fix build on non-Windows platforms
2021-03-03 15:17:45 +01:00
enricoturri1966
85b66176fb
#5843 - GCodeProcessor: added processing of lines G28
2021-03-03 13:53:37 +01:00
enricoturri1966
1f562c13fb
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_window
2021-03-03 09:07:28 +01:00
enricoturri1966
33126a0717
1st installment of g-code window in preview
2021-03-02 10:01:06 +01:00
enricoturri1966
bc2186a8a6
GCodeProcessor -> use boost::starts_with()
2021-02-26 16:00:32 +01:00
enricoturri1966
f81ca55d41
#4402 - Review and merge of #6106 Temperature visualization in preview and G-code Viewer by combolek
2021-02-26 14:17:53 +01:00
enricoturri1966
8185c05b86
Tech ENABLE_VOLUMETRIC_EXTRUSION_PROCESSING set as default
2021-02-25 16:29:18 +01:00
enricoturri1966
8e7c3c6851
#6117 - Allow import of gcode files processed by ArcWelder
2021-02-24 09:46:42 +01:00
enricoturri1966
ef00d416b0
Follow-up of 9afaebac75 -> Fixed wrong gcode line numbers shown on preview horizontal slider when time estimation for silent mode is active
2021-02-19 14:12:49 +01:00
enricoturri1966
d8a1dfa6be
#5538 - Validation of custom g-code against gcode processor reserved keywords
2021-02-18 14:34:40 +01:00
enricoturri1966
354070d9b2
Tech ENABLE_TOOLPATHS_WIDTH_HEIGHT_FROM_GCODE set as default
2021-02-17 11:23:17 +01:00
enricoturri1966
919851b548
#5611 - Added option to show gcode line number on horizontal slider in preview
2021-02-16 10:07:05 +01:00
enricoturri1966
952fb47ec1
#6006 - Gcode processor: fixed error prompt for gcode lines Tc, Tx, T?
2021-02-11 11:48:46 +01:00
Lukas Matena
c870aeb578
Fixing GCC warnings 1
2021-01-29 10:46:33 +01:00
enricoturri1966
e43373eade
5677 - GCodeProcessor accepts gcode line T-1 as valid for RepRapFirmware and RepRapSprinter
2021-01-04 14:21:24 +01:00
enricoturri1966
62e24c2833
GCodeViewer - Fixed visualization of time estimates for silent mode
2020-12-17 11:41:41 +01:00
enricoturri1966
42571a0c3b
#5415 - Fixed preview when volumetric extrusion is turned on
2020-12-15 15:57:22 +01:00
enricoturri1966
21119dd9d7
Tweaked clamping of max toolpaths width
2020-12-14 15:11:38 +01:00
enricoturri1966
10d41b737e
#5378 - Do not apply machine limits for non-Marlin firmwares
2020-12-14 14:02:50 +01:00
enricoturri1966
4bb4e4a78c
#4936 - Take toolpaths width and height from gcode decorations, if available
2020-12-08 15:55:53 +01:00
enricoturri1966
8884afb65d
Tech ENABLE_SHOW_WIPE_MOVES set as default
2020-12-07 10:29:50 +01:00
enricoturri1966
d9f21cfcc5
GCode Viewer -> Parse gcode produced by KISSSlicer
2020-11-26 16:07:07 +01:00
enricoturri1966
3e01419c43
GCode Viewer -> Show extimated layer time on the vertical slider for gcode produced by PrusaSlicer 2.3.0, Cura, Simplify3D, CraftWare, ideaMaker
2020-11-26 08:43:04 +01:00
enricoturri1966
fc69f0b47d
#5236 - Fixed color not correctly shown after slice
...
The bug was introduced with 148f4fe766 which is now replaced by this commit
2020-11-23 17:15:22 +01:00
enricoturri1966
202ce88445
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_wipe_moves
2020-11-23 10:11:04 +01:00
Vojtech Bubnik
dcc2f75e05
Some minor refactoring / polishing.
2020-11-21 13:16:03 +01:00
enricoturri1966
50d757f601
Preview - Visualization of wipe mones
2020-11-21 10:36:10 +01:00
Enrico Turri
0a56b24d30
GCode Viewer - Fixed crash when switching to tool view with gcode generated by slicers other than PrusaSlicer
2020-11-20 11:50:25 +01:00
YuSanka
cae3faa526
Ruler for DoubleSlider: Added estimated print time
2020-11-18 05:02:51 -08:00
enricoturri1966
5f9df6333f
ENABLE_GCODE_VIEWER set as default in libslic3r
2020-11-12 14:03:58 +01:00
enricoturri1966
554e0918d3
GCode Viewer - Fixed color print visualization for gcode containing multiple extruders
2020-11-09 13:06:20 +01:00
enricoturri1966
65e42ee8a4
GCode Viewer - Show print/printer/filament settings names in legend
2020-11-09 08:41:14 +01:00
enricoturri1966
792f4ec199
#5079 - Fixed GCode Viewer changing files modified date on Windows
2020-11-05 14:02:43 +01:00
enricoturri1966
6ab6a1320f
Fixed post-processing of placeholders in gcode when not exporting remaining times
2020-11-03 12:26:48 +01:00
Vojtech Bubnik
4c48e2017b
Fixed quadratic complexity of the time estimator post processor
...
with a constant complexity (amortized) code.
2020-10-30 09:13:04 +01:00
Vojtech Bubnik
a0c44ad37f
Fixed previous commit for Linux/OSX
2020-10-29 13:16:32 +01:00
Vojtech Bubnik
3aa8162d37
Workaround for missing or partially implemented std::from_chars()
2020-10-29 11:37:45 +01:00
Vojtech Bubnik
2ec8ef85f6
Fix of Slicer image not good #4992
...
Tighter parsing of PrusaSlicer's own G-code annotations
to avoid clashes with comments inside user G-codes.
Also the GCodeReader was extended to return string_views instead
of copying a substring, and the GCodeProcessor was partially adapted
to string_views.
2020-10-29 10:51:51 +01:00
enricoturri1966
7ae2121cc8
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-27 17:21:41 +01:00
enricoturri1966
85bd35802a
#4982 - Load config data when importing gcode produced by Slic3r and Slic3rPE
2020-10-27 17:18:15 +01:00
enricoturri1966
889c863f22
#4986 - Fixed remaining print time and SD-percentage calculation not correct (replaces e14c122d12)
2020-10-27 15:50:04 +01:00
enricoturri1966
58e7d252c4
Fixed percentage value exported into gcode M73 lines
2020-10-26 11:44:38 +01:00
Lukas Matena
14b5da748b
Updated the G10 RepRapFirmware pull request to current master
2020-10-23 13:27:45 +02:00
enricoturri1966
4a5168094e
Changed heuristic to clamp toolpaths width
2020-10-16 09:02:37 +02:00
Lukas Matena
32ce49ff37
Fixup of 8df0181 (turning off the export of machine limits)
...
This should solve #1212 for good
2020-10-06 13:31:42 +02:00
enricoturri1966
f1e5dcf73f
Follow-up of 8df01818dd -> GCodeProcessor uses new Machine Limits limitations
2020-10-05 09:15:43 +02:00
enricoturri1966
f97f620903
#4806 - Fixed detection of move type for G1 lines containing Z>0 and E>0
2020-09-30 08:34:29 +02:00
Vojtech Bubnik
f58ee46687
WIP Refactoring of exceptions:
...
1) All slicer's exceptions are now derived from Slic3r::Exception.
2) New exceptions are defined for slicing errors.
3) Exceptions are propagated to the Plater to show.
It remains to modify the slicing back-end to throw the new SlicingError
exceptions instead of std::runtime_error and to show the other exceptions
by a message dialog instead of a notification.
2020-09-14 18:03:22 +02:00
enricoturri1966
e5ce52db7a
Fixed crash when loading gcode files saved with older version of PrusaSlicer 2.3.0.alpha
2020-09-08 11:43:18 +02:00