452 Commits

Author SHA1 Message Date
Joseph Lenox
abc96ad3bf Merge pull request #4032 from hyperair/fix-octoprint-send-gcode
Fix host_type comparison when sending G-code to octoprint
2017-06-17 15:03:53 -05:00
eMAKER
5fbb245b97 Duet upload improved to work with DuetWiFi and Duet 0.6(ethernet). Thanks to @rob-miller for testing and fix. (#4033) 2017-06-17 15:02:47 -05:00
Chow Loong Jin
8cd25fd7e9 Fix host_type comparison
host_type values are lowercase. This fixes a 404 error (because it attempts to
upload to /rr_upload) when sending G-code to Octoprint.
2017-06-17 18:00:23 +08:00
eMAKER
1c74067da0 Octoprint settings functionality expanded to allow upload to RepRapFi… (#4028)
* Octoprint settings functionality expanded to allow upload to RepRapFirmware on a Duet controller.

* octoprint_host renamed to print_host to enhance code readability.

Fixes #4022
2017-06-15 20:54:27 -05:00
Joseph Lenox
fccdd12fba Preset dialog is no longer modal, permitting manipulation of the plater view while the editor is open. 2017-06-03 16:49:31 -05:00
Alessandro Ranellucci
c22d20b9bb A few minor changes for improving usability of controller 2017-05-29 20:08:44 +02:00
Alessandro Ranellucci
4ab4831110 Fixed behavior of dirty settings not being correctly updated in the plater 2017-05-29 18:50:00 +02:00
Alessandro Ranellucci
a1b0246710 Fixed regression in dirty settings 2017-05-26 19:04:51 +02:00
Alessandro Ranellucci
ce68851a7c Fixed regression in placeholders with preset names. #3960 2017-05-22 00:10:07 +02:00
Alessandro Ranellucci
2cdc9b678f Merge branch 'preset-tabs' into gui3-shortcuts
Conflicts:
	lib/Slic3r/GUI/Plater.pm
2017-05-21 20:14:18 +02:00
Alessandro Ranellucci
060187ad17 Add preference option for displaying preset editors in dialogs or tabs 2017-05-21 18:48:08 +02:00
Alessandro Ranellucci
a3ddac06dd Save shortcut options instantly 2017-05-21 00:28:36 +02:00
Alessandro Ranellucci
ae88f843b5 Perform background processing when changing settings in the preset editor. #3835 #3853 2017-05-21 00:10:19 +02:00
Alessandro Ranellucci
9d1d5ccee9 Minor fixes about config and presets 2017-05-21 00:06:28 +02:00
Alessandro Ranellucci
dd6864314d Merge branch 'master' into gui3-shortcuts 2017-05-20 16:19:33 +02:00
Alessandro Ranellucci
31115e0369 Use UTF-8 in libslic3r. Future-proof portable solution for non-ASCII files. #2955 2017-05-18 16:50:50 +02:00
Alessandro Ranellucci
60f0ca52e3 Fix regression with non-ASCII paths on Windows. We'll need to work more on this when porting stuff to C++. #2955 2017-05-15 22:54:20 +02:00
Alessandro Ranellucci
8c77f47638 Fixed regression: no processing with background processing and auto-center parts enabled. #3862 2017-05-02 17:21:16 +02:00
Alessandro Ranellucci
7b300e2c20 Merge pull request #3915 from xoan/toggle-plater-menu
Disable Plater menu when there are no objects in plater
2017-05-01 20:09:34 +02:00
Alessandro Ranellucci
0cc9dad14a Further change. Since we now have shortcuts, and not overrides, remove the + button for adding them on the fly, as it doesn't provide any advantage over actually opening the profile. Oh the other hand, automatically list dirty options in the plater 2017-04-29 21:18:52 +02:00
Alessandro Ranellucci
2efb863a87 Update all shortcuts (including manually added ones) when closing the preset editor 2017-04-29 20:55:30 +02:00
Alessandro Ranellucci
202a00c270 Merge branch 'master' into gui3-shortcuts 2017-04-29 19:57:53 +02:00
Alessandro Ranellucci
9499122d58 Merge pull request #3864 from Samir55/gsoc
Adding Zoom
2017-04-29 19:26:56 +02:00
Xoan Sampaiño
9895885ba5 Disable Plater menu when there are no objects in plater 2017-04-29 14:35:27 +02:00
Alessandro Ranellucci
3ddcb95211 Bugfix: background processing was not triggered when loading files from command line. #3887 2017-04-27 12:46:08 +02:00
Alessandro Ranellucci
9adbae29a5 Bugfix: menu icons were not shown on GTK because SetBitmap() must be called before Append(). Thank you @xoan 2017-04-27 12:14:54 +02:00
Samir55
489059f827 Improving Zoom by Keyboard Shortcut
removing unnecessary lines
2017-04-19 18:40:32 +02:00
Samir55
75291772ce Improving Zoom by keyboardShortcut 2017-04-19 15:33:42 +02:00
Alessandro Ranellucci
19a36cfda5 Rename 'overridable' to 'shortcuts' and change semantics accordingly: options in plater update the selected preset automatically instead of overriding it 2017-04-17 20:11:17 +02:00
Alessandro Ranellucci
ad83265927 Bugfix: "Move to bed center" moved to origin instead. #3855 2017-04-11 00:04:03 +02:00
Samir55
4961b74c3e Adding Zoom 2017-04-06 23:09:06 +02:00
Alessandro Ranellucci
1cd4bca648 Fixed regression causing background processing to be partially active regardless of preferences. #3843 2017-04-04 15:47:00 +02:00
Alessandro Ranellucci
e47a1e7d90 Fix the Send to Printer dialog. #3789 #3811 2017-04-04 12:12:23 +02:00
Alessandro Ranellucci
ff42ad5512 Added "Move to bed center" in the object menu 2017-03-31 14:05:01 +02:00
Alessandro Ranellucci
0c8f5eeb90 Whenever user opens and closes the preset editor, apply the new defaults to the overrides. This is less confusing. #3814 2017-03-29 17:49:36 +02:00
Alessandro Ranellucci
f9f8be46e3 Populate the filament_preset placeholder with all the presets. #3577 2017-03-26 21:27:58 +02:00
Alessandro Ranellucci
35758819f2 New Select Next and Select Prev menu items. #3770 2017-03-26 20:50:25 +02:00
Alessandro Ranellucci
5473cc53a9 Use a wxChoice to list/select objects in the plater. #3770 2017-03-26 16:03:27 +02:00
Alessandro Ranellucci
815141f75e Merge remote-tracking branch 'origin/master' into gui3 2017-03-26 15:06:12 +02:00
Alessandro Ranellucci
426e79c654 Use shift key instead of alt for the OctoPrint shortcut. #3789 2017-03-26 15:00:39 +02:00
Alessandro Ranellucci
a267af2e1a Keep overrides added on the fly when opening and closing the preset editor dialog. #3800 2017-03-25 19:09:18 +01:00
Alessandro Ranellucci
ccaafba4b8 Merge remote-tracking branch 'origin/master' into gui3 2017-03-25 15:27:41 +01:00
Alessandro Ranellucci
bd2117d346 Align objects imported from AMF to ground. #3785 2017-03-23 14:10:41 +01:00
Alessandro Ranellucci
0de3a72eb4 Bugfix: canceling the "Set Copies" dialog didn't work. #3787 2017-03-23 12:59:05 +01:00
Alessandro Ranellucci
488cc02f53 Try to fix OctoPrint issues. #3789 2017-03-23 12:49:25 +01:00
Alessandro Ranellucci
82db702801 List objects in a submenu and allow to select them from it 2017-03-22 22:19:12 +01:00
Alessandro Ranellucci
4ca5f9ee16 Allow dirty presets, and many more improvements including remembering the preset dialog position and closing it with the Esc key 2017-03-22 19:47:23 +01:00
Alessandro Ranellucci
c2d933382a Add nice icons to the dropdown override menu 2017-03-21 21:16:14 +01:00
Alessandro Ranellucci
cea9ff53d5 Allow to add overrides in the plater on the fly 2017-03-21 20:41:39 +01:00
Alessandro Ranellucci
c2fecf7c70 Minor fix to prevent the Cancel button from showing when there are no objects 2017-03-21 20:29:36 +01:00