YuSanka
|
dfaf3c5c97
|
Fixed scaling on MSW for new OptionsGroup
|
2020-09-22 16:16:35 +02:00 |
|
enricoturri1966
|
fb1c75d898
|
Updated Sys Info dialog, About dialog, Keyboard shortcuts dialog for gcode viewer
|
2020-09-11 08:03:13 +02:00 |
|
enricoturri1966
|
b56b719575
|
Updated titlebar and splash screen + hidden statusbar for gcode viewer
|
2020-09-10 14:33:55 +02:00 |
|
enricoturri1966
|
d43a3310ac
|
Hides view toolbar in gcode viewer
|
2020-09-10 09:43:45 +02:00 |
|
enricoturri1966
|
77787e36ad
|
Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default
|
2020-09-10 08:49:50 +02:00 |
|
enricoturri1966
|
eea5e306a2
|
Fixed conflicts after merge with master
|
2020-09-08 15:38:35 +02:00 |
|
Vojtech Bubnik
|
651be5ad73
|
WIP Standalone G-code viewer
|
2020-09-08 13:33:43 +02:00 |
|
enricoturri1966
|
f24b5f8757
|
Follow-up of 7270d222df -> Fix of build on OsX and Linux
|
2020-09-08 12:36:57 +02:00 |
|
enricoturri1966
|
0c43c9aaed
|
Fix build on OsX
|
2020-09-08 12:10:07 +02:00 |
|
enricoturri1966
|
0b88b32141
|
GCode viewer using the proper layout when started as a standalone application
|
2020-09-08 11:40:06 +02:00 |
|
YuSanka
|
f28a5d6bb0
|
Fixed non-MSW builds
|
2020-09-04 16:21:36 +02:00 |
|
YuSanka
|
33f5e2c583
|
Code cleaning.
+ Use default DPIfont for wxHtmlWindows
|
2020-09-04 13:01:02 +02:00 |
|
YuSanka
|
26db711bf9
|
Fixed rescale of the MainFrame/SettingsDialog after switching between settings layouts on the 2 monitors with different DPI
|
2020-09-04 10:08:54 +02:00 |
|
YuSanka
|
d5b16a182e
|
Fix of Settings scaling when they are placed in non-modal Dialog
|
2020-09-03 15:40:14 +02:00 |
|
enricoturri1966
|
fb7952ecf5
|
Extract app icon from exe on Windows
|
2020-09-01 16:14:18 +02:00 |
|
enricoturri1966
|
70a8d813d0
|
Follow-up of 93921dc7c8 -> Remove taskbar icon before to change it
|
2020-08-28 11:20:18 +02:00 |
|
enricoturri1966
|
e8b8463e7f
|
ENABLE_GCODE_VIEWER -> Experimental taskbar icon
|
2020-08-28 08:54:58 +02:00 |
|
enricoturri1966
|
9bf5ae419d
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
|
2020-08-27 08:00:45 +02:00 |
|
Slic3rPE
|
6da3befffd
|
Starting a new Slicer instance from the menu - fix of Windows build
|
2020-08-26 15:50:05 +02:00 |
|
enricoturri1966
|
763792fb06
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
|
2020-08-26 15:29:55 +02:00 |
|
Slic3rPE
|
65aa35c3cc
|
Starting a new Slicer instance from the menu
|
2020-08-26 14:56:26 +02:00 |
|
enricoturri1966
|
f49597d70b
|
Added icon for gcode viewer mode
|
2020-08-26 13:01:54 +02:00 |
|
enricoturri1966
|
b06cf1ebd0
|
GCodeViewer -> Allow to switch to gcode viewer state when an sla printer is selected
|
2020-08-21 11:36:08 +02:00 |
|
enricoturri1966
|
20d2d5b40b
|
ENABLE_GCODE_VIEWER -> Drag and drop for non .gcode files while gcode viewer mode is active
|
2020-08-12 15:07:02 +02:00 |
|
enricoturri1966
|
17c8d71151
|
ENABLE_GCODE_VIEWER -> More general drag and drop for .gcode files
|
2020-08-11 15:44:32 +02:00 |
|
enricoturri1966
|
02f159fa99
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
|
2020-08-10 14:22:46 +02:00 |
|
YuSanka
|
ceaeb26da8
|
Code refactoring: AppConfig.cpp(hpp) are removed from the GUI to libslic3r
|
2020-08-08 17:03:20 +02:00 |
|
YuSanka
|
e7f21d1e0e
|
Merge remote-tracking branch 'origin/master' into ys_ph_printers
|
2020-08-06 17:02:48 +02:00 |
|
enricoturri1966
|
dfed8d8d83
|
Tech ENABLE_GCODE_VIEWER_AS_STATE set as default
|
2020-08-03 15:00:19 +02:00 |
|
enricoturri1966
|
5523d4c87d
|
Fixed conflicts after merge with master
|
2020-08-03 14:17:40 +02:00 |
|
enricoturri1966
|
0b63dfd6f8
|
ENABLE_GCODE_VIEWER -> Estimated print time statistics moved from PrintStatistics to GCodeProcessor
|
2020-08-03 13:57:10 +02:00 |
|
enricoturri1966
|
c4c306fd50
|
Tech ENABLE_LAYOUT_NO_RESTART set as default
|
2020-08-03 11:08:17 +02:00 |
|
enricoturri1966
|
6f543016d7
|
ENABLE_GCODE_VIEWER_AS_STATE -> Fixed collapse toolbar showing-up when presing [T] in gcode preview mode
|
2020-07-29 15:40:28 +02:00 |
|
enricoturri1966
|
aeb1c2f4dd
|
Follow-up of 9d4344a78c -> ensure printbed always rendered as custom in gcode preview mode
|
2020-07-29 14:20:01 +02:00 |
|
YuSanka
|
ebef3bcb5d
|
Merge remote-tracking branch 'origin/master' into ys_ph_printers
|
2020-07-28 14:14:16 +02:00 |
|
enricoturri1966
|
2b2091d46c
|
Modal estimated printing time dialog
Fixed conflicts after merge with master
|
2020-07-27 14:53:17 +02:00 |
|
David Kocik
|
d00e34dda2
|
Deleted default value in Plater::export_gcode(bool prefer_removable). Only place where it is not sure what value should be is in btn_reslice - i chose true
|
2020-07-26 21:16:17 +02:00 |
|
David Kocik
|
08d78e27ad
|
added 's' in https when pointing users to our github
|
2020-07-26 21:16:17 +02:00 |
|
YuSanka
|
dddceeacd2
|
Merge remote-tracking branch 'origin/master' into ys_ph_printers
|
2020-07-22 15:53:31 +02:00 |
|
YuSanka
|
c2c0ef3ebf
|
Fixed update of the TreeCtrls and "revert to system values" buttons on preset tabs, if application was run in New or Dlg mode
|
2020-07-22 15:52:01 +02:00 |
|
YuSanka
|
03e7a20e87
|
Merge remote-tracking branch 'origin/master' into ys_ph_printers
|
2020-07-21 09:47:29 +02:00 |
|
enricoturri1966
|
6b14407e6a
|
GCodeViewer -> Added visualization of percentage in estimated printing time dialog
|
2020-07-20 09:45:49 +02:00 |
|
enricoturri1966
|
8d385dc4be
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
|
2020-07-10 10:22:36 +02:00 |
|
enricoturri1966
|
d1dba4c72c
|
#4492 - Fixed application loosing focus when importing models
|
2020-07-10 10:20:57 +02:00 |
|
enricoturri1966
|
329077ab22
|
Fixed build when ENABLE_GCODE_VIEWER is disabled
|
2020-07-08 14:43:14 +02:00 |
|
enricoturri1966
|
32e5d73a53
|
GCodeViewer -> Added imgui dialog for estimated printing times
|
2020-07-08 13:33:50 +02:00 |
|
enricoturri1966
|
6c382442b2
|
GCodeViewer -> Fixed layout when switching to/from gcode viewer state
|
2020-07-03 13:04:52 +02:00 |
|
enricoturri1966
|
a0b89dc5ce
|
GCodeViewer -> Export of extrude toolpaths to obj files
|
2020-07-03 12:17:12 +02:00 |
|
enricoturri1966
|
cefddd0423
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
|
2020-06-29 15:28:37 +02:00 |
|
enricoturri1966
|
6fca9a1aef
|
ENABLE_LAYOUT_NO_RESTART -> Added an extra sizer to Mainframe to avoid hiding the entire application when switching the layout type
|
2020-06-29 15:23:24 +02:00 |
|