enricoturri1966
|
591e83b52e
|
libvgcode - replacement of glMapBuffer() call for OpenGL ES
|
2024-03-26 14:41:56 +01:00 |
|
enricoturri1966
|
793bc60ef4
|
Fixed warning
|
2024-03-26 14:41:56 +01:00 |
|
enricoturri1966
|
0094ec8b09
|
libvgcode - Changes into CMakeLists.txt
|
2024-03-26 14:41:56 +01:00 |
|
enricoturri1966
|
04d916a351
|
Fixed debug export of gcode data to be configuration indipendent
|
2024-03-26 14:41:56 +01:00 |
|
enricoturri1966
|
2b825ce8a7
|
Disabled tech ENABLE_NEW_GCODE_VIEWER_DEBUG
|
2024-03-26 14:41:55 +01:00 |
|
enricoturri1966
|
858e431f97
|
Removed obsolete tech ENABLE_GCODE_VIEWER_DATA_CHECKING
|
2024-03-26 14:41:55 +01:00 |
|
enricoturri1966
|
539c155c59
|
Code cleanup and techs removal - completed
|
2024-03-26 14:41:55 +01:00 |
|
enricoturri1966
|
7bd60043d8
|
Code cleanup and techs removal - step 1
|
2024-03-26 14:27:02 +01:00 |
|
enricoturri1966
|
5c4c18661e
|
SPE-1872: Implemented G2/G3 lines discretization for gcfMarlinFirmware firmware flavour
|
2024-03-26 14:27:02 +01:00 |
|
enricoturri1966
|
ebc7444a20
|
SPE-1872: Corrections into GCodeProcessor::process_G2_G3() to match firmware code
|
2024-03-26 14:27:02 +01:00 |
|
enricoturri1966
|
07b653cb22
|
SPE-1872: Actual speed profile - Further enhancements of imgui debug window
|
2024-03-26 14:27:02 +01:00 |
|
enricoturri1966
|
07d2fb32fa
|
SPE-1872: Actual speed profile - Rework in its calculation + enhanced imgui debug window
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
96c139f62c
|
SPE-1872: New imgui widget to show actual speed profile
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
e51647b5da
|
SPE-1872: Fixed actual speed for seam moves and at extrusion/travel/wipe start
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
feacbc2933
|
SPE-1872: Fixed rendering of wipe moves when actual speed view is selected
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
fbb7eb77b4
|
SPE-1872: Actual speed profile extended to travel and wipe moves
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
42c9174567
|
SPE-1872: Fixes in function recalculate_trapezoids() and method GCodeProcessor::TimeMachine::calculate_time() to smooth actual speed profile
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
c054e70dc6
|
SPE-1872: Added debug graphic to show move actual speed profile
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
21ec3a4a5b
|
SPE-1872: libvgcode library: replace volumetric flow rate data with mm3_per_mm to reduce memory usage
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
0ba4a67af2
|
SPE-1872: Added visualization of actual volumetric flow rate
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
268b5860fd
|
SPE-1872: Fixes in calculating actual speed
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
e4a3fb3b45
|
SPE-1872: Added visualization of actual speed in gcode preview
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
82001626dd
|
SPE-2124: Added command line option 'opengl-aa' to allow the user to turn on the automatic selection of max number of supported samples for OpenGL antialising
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
8c51fce5ed
|
#12117: Reduced moire patterns by using the highest number of samples available for multisampling
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
a17d727b37
|
New gcode visualization integration - Partially enabled imgui debug window
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
6785e4fefd
|
New gcode visualization integration - Fixed center of gravity calculation and rendering
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
0da174908a
|
New gcode visualization library - Interface for estimated times
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
344dfac25b
|
New gcode visualization library - Tool marker rendering
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
9120c93e7b
|
New gcode visualization library - Axes aligned bounding boxes calculation
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
4d61f1ced8
|
Removed obsolete debug code
|
2024-03-26 14:27:01 +01:00 |
|
enricoturri1966
|
c20d05b15e
|
New gcode visualization library - Added statistic of used memory
|
2024-03-26 14:27:00 +01:00 |
|
enricoturri1966
|
6529f28f26
|
New gcode visualization library - Separation of tool colors and color changes colors to simplify client code
|
2024-03-26 14:26:59 +01:00 |
|
enricoturri1966
|
24f0c66886
|
Added missing include
|
2024-03-26 14:15:40 +01:00 |
|
enricoturri1966
|
88ae637098
|
New gcode visualization library - Added print color changes detection
|
2024-03-26 14:15:40 +01:00 |
|
enricoturri1966
|
30114c6677
|
New gcode visualization library - Modified OpenGL ES context detection
|
2024-03-26 14:15:40 +01:00 |
|
enricoturri1966
|
895df5bae2
|
New gcode visualization library - Another makefile cleanup
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
33e9ee609e
|
New gcode visualization library - Makefiles cleanup
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
16d96f96f8
|
New gcode visualization library - Added suppression of error 'This function or variable may be unsafe' in VS2022
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
d7d0f3e28c
|
New gcode visualization library - Compatibility with OpenGL ES
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
9bb31f3468
|
New gcode visualization library - Interface cleanup and documentation
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
2e7a4529b1
|
New gcode visualization library - Extended interface to give access to estimated times
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
13c67db5a1
|
New gcode visualization integration - Toggling of top layer only view state
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
75c7f19f20
|
New gcode visualization integration - Removed imperial units from tool position data
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
ee9ad49bbe
|
Small refactoring
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
72846bf0cd
|
New gcode visualization library - Custom values for travel and wipe moves radius
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
7adaa32cd5
|
New gcode visualization library - Allow customization of range colors
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
64b907e984
|
New gcode visualization library - Partial update of interface comments/documentation
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
028888bea5
|
New gcode visualization integration - Follow-up of 35ee55e29bb231fd01a2eb71ae293832a37ca65d - Better fix for toolpaths visible range when toggling options' visibility
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
5c29f868c3
|
New gcode visualization integration - Fixed toolpaths reset
|
2024-03-26 14:15:39 +01:00 |
|
enricoturri1966
|
728cf61928
|
New gcode visualization library - Fixed method set_option_color()
|
2024-03-26 14:15:39 +01:00 |
|