chiark / gitweb /
daid [Mon, 16 Sep 2013 13:14:23 +0000 (15:14 +0200)]
Add Ultimaker2 support.
daid [Thu, 29 Aug 2013 19:48:02 +0000 (21:48 +0200)]
Add auto detect for commandline firmware load.
daid [Wed, 28 Aug 2013 08:08:20 +0000 (10:08 +0200)]
Fix the FakeYoumagine class.
daid [Wed, 28 Aug 2013 08:06:18 +0000 (10:06 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Wed, 28 Aug 2013 07:03:02 +0000 (00:03 -0700)]
Merge pull request #540 from hg42/debian-tree-chmod-chown
fix chmod/chown for debian tree
daid [Wed, 28 Aug 2013 06:46:59 +0000 (08:46 +0200)]
Add youmagine link to help menu.
daid [Wed, 28 Aug 2013 06:10:35 +0000 (08:10 +0200)]
Retry publishing after 1 second, hoping that the renderer has ran then.
daid [Tue, 27 Aug 2013 09:08:37 +0000 (11:08 +0200)]
Upload design files with mesh files when uploading to YouMagine.
daid [Mon, 26 Aug 2013 14:07:05 +0000 (16:07 +0200)]
Hide the YM button for a test release.
daid [Mon, 26 Aug 2013 14:02:43 +0000 (16:02 +0200)]
Make sure you cannot get a division by zero exception.
daid [Mon, 26 Aug 2013 11:56:02 +0000 (13:56 +0200)]
Fix typo
hg42@gmx.net [Fri, 23 Aug 2013 21:05:14 +0000 (23:05 +0200)]
fix chmod/chown for debian tree
daid [Fri, 23 Aug 2013 13:47:14 +0000 (15:47 +0200)]
Make the platform 10mm smaller if you have dual extrusion, else you hit the screws on the backside of the platform. Do not load the UM platform mesh unless you have an ultimaker.
daid [Thu, 22 Aug 2013 14:44:45 +0000 (16:44 +0200)]
Try to implement the TCGETS2 patch for linux to workaround the pyserial problem for 250000 baud.
daid [Thu, 22 Aug 2013 13:04:01 +0000 (15:04 +0200)]
Fix typos
daid [Thu, 22 Aug 2013 11:56:39 +0000 (13:56 +0200)]
Proper fix for #518 by animacide. Update for UltiGCode GCode viewing.
daid [Thu, 22 Aug 2013 10:02:34 +0000 (12:02 +0200)]
Remove the start/end code tab for UltiGCode flavor.
daid [Tue, 20 Aug 2013 11:33:24 +0000 (13:33 +0200)]
Update the layout of the YM dialogs a bit.
daid [Tue, 20 Aug 2013 10:27:38 +0000 (12:27 +0200)]
Moved the youmagine button to the 3D view, still not really happy about it yet.
daid [Tue, 20 Aug 2013 07:33:58 +0000 (09:33 +0200)]
Fix typo.
daid [Mon, 19 Aug 2013 07:16:31 +0000 (09:16 +0200)]
Add progress bar to YouMagine upload.
daid [Thu, 15 Aug 2013 11:54:10 +0000 (13:54 +0200)]
Possibly fix for issue #533
daid [Mon, 12 Aug 2013 14:25:15 +0000 (07:25 -0700)]
Merge pull request #531 from jcosmo/SteamEngine
Minor patches to PauseAtZ plugin, for pauses at low heights
daid [Mon, 12 Aug 2013 12:54:18 +0000 (14:54 +0200)]
Add youmagine uploader (inactive, no API urls filled)
James Walker [Sun, 11 Aug 2013 13:00:01 +0000 (23:00 +1000)]
Restart print close to original Z height, for special case where pausing below 15mm, to avoid lowering head slowly onto print
James Walker [Sun, 11 Aug 2013 12:54:34 +0000 (22:54 +1000)]
Support pause between first and second layer
daid [Sun, 11 Aug 2013 09:02:08 +0000 (11:02 +0200)]
Do not open the webcam connection permenatly till a webcam feature is used, only probe it at start.
daid [Thu, 8 Aug 2013 10:40:05 +0000 (12:40 +0200)]
Add support for the new support material settings.
daid [Wed, 7 Aug 2013 14:28:21 +0000 (16:28 +0200)]
Fixed #524 - Added message when the object gets scaled down on loading.
daid [Wed, 7 Aug 2013 07:06:29 +0000 (09:06 +0200)]
Screw the locale encoding issues, display dates as numbers and add our own day-of-week always english list. I have had it with this issue, until python 3 comes along it is just too random.
daid [Tue, 6 Aug 2013 15:28:25 +0000 (17:28 +0200)]
Fix the timelaps bug.
daid [Tue, 6 Aug 2013 12:33:17 +0000 (14:33 +0200)]
Optimalization from https://github.com/foosel/OctoPrint/pull/206
daid [Tue, 6 Aug 2013 12:02:24 +0000 (14:02 +0200)]
Add minimal skirt length to ensure extruder primed.
daid [Tue, 6 Aug 2013 07:47:57 +0000 (09:47 +0200)]
Add support for using different extruders for support material.
daid [Tue, 6 Aug 2013 07:15:34 +0000 (09:15 +0200)]
Add a minimal extrusion amount before allowing retraction to avoid flattening the filament.
daid [Tue, 6 Aug 2013 07:03:25 +0000 (09:03 +0200)]
Add minimal travel distance for retraction and option to disable combing and thus always retract.
daid [Tue, 6 Aug 2013 05:41:15 +0000 (07:41 +0200)]
Fixed #522
daid [Mon, 5 Aug 2013 13:27:18 +0000 (15:27 +0200)]
Add support for generating UltiGCode flavor of GCode.
daid [Mon, 5 Aug 2013 10:29:12 +0000 (12:29 +0200)]
Add 50% fan to PID debugger.
daid [Thu, 1 Aug 2013 13:10:33 +0000 (15:10 +0200)]
Add PID debugger for debugging PID settings, requires firmware with PID_DEBUG enabled.
daid [Sat, 27 Jul 2013 05:35:09 +0000 (07:35 +0200)]
Ignore floppy drives on SD card detect. umforum.ultimaker.com/index.php?/topic/2416-13064-floppy-is-working-with-noice/
daid [Sat, 27 Jul 2013 05:34:31 +0000 (07:34 +0200)]
Make gcode reader a bit more roubust when there is no start code.
daid [Fri, 26 Jul 2013 07:20:52 +0000 (09:20 +0200)]
Fixed #513
daid [Wed, 24 Jul 2013 11:37:44 +0000 (13:37 +0200)]
Fix #508, only show /dev/tty devices in manual selection, not in auto detect.
daid [Wed, 17 Jul 2013 08:59:27 +0000 (10:59 +0200)]
Warn if the flow rate is out of normal range.
daid [Thu, 11 Jul 2013 09:42:41 +0000 (11:42 +0200)]
Small fix for #277 Most likely RepetierFW will cause more issues then just this.
daid [Wed, 10 Jul 2013 06:14:47 +0000 (08:14 +0200)]
Render a X/Y/Z indicator in the front left corner when not using an Ultimaker.
daid [Tue, 9 Jul 2013 08:16:50 +0000 (10:16 +0200)]
Show a plane in the 3D window during printing to show the printing process.
daid [Tue, 2 Jul 2013 20:22:52 +0000 (22:22 +0200)]
Possibly fix the encoding issues with odd locals.
daid [Fri, 28 Jun 2013 16:25:51 +0000 (18:25 +0200)]
Possible fix for the view rotation issue.
daid [Fri, 28 Jun 2013 09:08:34 +0000 (11:08 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 28 Jun 2013 09:07:59 +0000 (11:07 +0200)]
Improve USB printing window <-> main GUI communications.
daid [Fri, 28 Jun 2013 07:35:59 +0000 (09:35 +0200)]
Add 2 way communication on the USB printing interface std pipes.
daid [Fri, 28 Jun 2013 07:01:26 +0000 (09:01 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 28 Jun 2013 06:48:05 +0000 (08:48 +0200)]
Add paths for engine globally installed on linux.
Daid [Thu, 27 Jun 2013 12:14:10 +0000 (14:14 +0200)]
13.06.5
Daid [Thu, 27 Jun 2013 09:36:46 +0000 (11:36 +0200)]
Implement a fallback if the Foundation import fails. Stupid MacOS.
daid [Thu, 27 Jun 2013 08:21:37 +0000 (10:21 +0200)]
Include material definitions in AMF, and store only the filname, not the full path, in an AMF zip file.
daid [Thu, 27 Jun 2013 08:03:23 +0000 (10:03 +0200)]
Change how AMF is saved. Make better use of the index vertexes.
daid [Thu, 27 Jun 2013 07:14:27 +0000 (09:14 +0200)]
Fix AMF save with merged dual-extrusion objects.
Daid [Thu, 27 Jun 2013 06:52:47 +0000 (08:52 +0200)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
Daid [Thu, 27 Jun 2013 06:50:12 +0000 (08:50 +0200)]
Add CuraEngine to linux package script.
daid [Wed, 26 Jun 2013 10:02:15 +0000 (12:02 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Wed, 26 Jun 2013 10:02:04 +0000 (12:02 +0200)]
13.06.4
Daid [Wed, 26 Jun 2013 09:57:28 +0000 (11:57 +0200)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
Daid [Wed, 26 Jun 2013 09:57:06 +0000 (11:57 +0200)]
remove pypy dependency
daid [Wed, 26 Jun 2013 09:51:05 +0000 (11:51 +0200)]
Remove the super-foruma tool
daid [Wed, 26 Jun 2013 08:01:46 +0000 (10:01 +0200)]
Change the behaviour of the "print" file menu entry. For #466
daid [Wed, 26 Jun 2013 07:18:04 +0000 (09:18 +0200)]
Let the tooltip show the default gantry height for ultimaker.
daid [Wed, 26 Jun 2013 06:11:47 +0000 (08:11 +0200)]
Make serial port detection also work if the port is configured on a none-auto-detect port.
daid [Tue, 25 Jun 2013 08:39:45 +0000 (10:39 +0200)]
Fix #458
daid [Tue, 25 Jun 2013 08:29:29 +0000 (10:29 +0200)]
Fix the first-time-run wizard. Fix the commandline slicing #462
daid [Tue, 25 Jun 2013 07:27:39 +0000 (09:27 +0200)]
Make the layer-selection keep the same layer value after a re-slice.
daid [Mon, 24 Jun 2013 17:37:13 +0000 (19:37 +0200)]
Make the firmware update window act a bit better, use 24bit depth buffer in the super-shaper
daid [Mon, 24 Jun 2013 14:24:48 +0000 (16:24 +0200)]
Fix the print menu item.
daid [Mon, 24 Jun 2013 12:43:55 +0000 (14:43 +0200)]
Update steps-per-e tooltip.
Daid [Mon, 24 Jun 2013 11:21:10 +0000 (13:21 +0200)]
Ask for a 24bit depth buffer, this gives better performance on Mac.
daid [Mon, 24 Jun 2013 09:37:13 +0000 (11:37 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 24 Jun 2013 09:37:01 +0000 (11:37 +0200)]
Draw FPS on dev version.
daid [Mon, 24 Jun 2013 07:47:04 +0000 (09:47 +0200)]
Try to load settings from a previous cura if no preferences are found.
daid [Fri, 21 Jun 2013 07:04:51 +0000 (09:04 +0200)]
13.06.3
daid [Fri, 21 Jun 2013 07:03:54 +0000 (09:03 +0200)]
Fixed #446
daid [Fri, 21 Jun 2013 06:54:58 +0000 (08:54 +0200)]
Removed some unused comments.
daid [Thu, 20 Jun 2013 12:09:39 +0000 (14:09 +0200)]
Small bugfix on the VBOs.
daid [Thu, 20 Jun 2013 07:46:00 +0000 (09:46 +0200)]
Change the way fallback for VBOs is done, so there is less code duplication, this also fixes the layerview problems when VBO callback is active.
daid [Thu, 20 Jun 2013 07:42:12 +0000 (09:42 +0200)]
Fallback to fake shaders if the shader compile failed.
daid [Thu, 20 Jun 2013 07:39:58 +0000 (09:39 +0200)]
Small fix in AMF save. Change the way shaders are made, the helper code contains a bug when the OpenGL drivers are returning large integers for shader program numbers.
daid [Wed, 19 Jun 2013 15:30:07 +0000 (17:30 +0200)]
Draw dual-extursion in different colors
daid [Wed, 19 Jun 2013 13:54:00 +0000 (15:54 +0200)]
Change default filament diameter to match the specs at which filament is ordered at Ultimaker.
daid [Wed, 19 Jun 2013 12:43:00 +0000 (14:43 +0200)]
Add an overlap for dual-extrusion printing.
daid [Wed, 19 Jun 2013 08:49:28 +0000 (10:49 +0200)]
Add support for zero insets.
daid [Wed, 19 Jun 2013 07:47:30 +0000 (09:47 +0200)]
Do not show the old progress bar when the slicing process is still starting up. Does not change much in the user-experience but makes debugging issues a bit easier.
daid [Wed, 19 Jun 2013 07:44:31 +0000 (09:44 +0200)]
Run the update of the SD card detection on a background thread, this stops and drive polling from blocking up the GUI.
daid [Wed, 19 Jun 2013 07:37:01 +0000 (09:37 +0200)]
Fix backwards compatibility mode.
daid [Wed, 19 Jun 2013 07:27:20 +0000 (09:27 +0200)]
Start the slicing process on the background thread so it cannot block the GUI due to virus scanners.
daid [Mon, 17 Jun 2013 18:10:13 +0000 (20:10 +0200)]
Add backwards compatibility for lack of VBO support.
daid [Mon, 17 Jun 2013 12:29:10 +0000 (14:29 +0200)]
Fix loading of files on startup.
daid [Mon, 17 Jun 2013 12:27:31 +0000 (14:27 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 17 Jun 2013 12:27:21 +0000 (14:27 +0200)]
Keep focus on objects even if the mouse is out of the window, else the right mouse button context menu will not work.
Daid [Mon, 17 Jun 2013 08:59:08 +0000 (10:59 +0200)]
Build the engine for MacOS.