chiark / gitweb /
cura.git
10 years ago13.06.4
daid [Wed, 26 Jun 2013 10:02:04 +0000 (12:02 +0200)]
13.06.4

10 years agoRemove the super-foruma tool
daid [Wed, 26 Jun 2013 09:51:05 +0000 (11:51 +0200)]
Remove the super-foruma tool

10 years agoChange the behaviour of the "print" file menu entry. For #466
daid [Wed, 26 Jun 2013 08:01:46 +0000 (10:01 +0200)]
Change the behaviour of the "print" file menu entry. For #466

10 years agoLet the tooltip show the default gantry height for ultimaker.
daid [Wed, 26 Jun 2013 07:18:04 +0000 (09:18 +0200)]
Let the tooltip show the default gantry height for ultimaker.

10 years agoMake serial port detection also work if the port is configured on a none-auto-detect...
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.

10 years agoFix #458
daid [Tue, 25 Jun 2013 08:39:45 +0000 (10:39 +0200)]
Fix #458

10 years agoFix the first-time-run wizard. Fix the commandline slicing #462
daid [Tue, 25 Jun 2013 08:29:29 +0000 (10:29 +0200)]
Fix the first-time-run wizard. Fix the commandline slicing #462

10 years agoMake the layer-selection keep the same layer value after a re-slice.
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.

10 years agoMake the firmware update window act a bit better, use 24bit depth buffer in the super...
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

10 years agoFix the print menu item.
daid [Mon, 24 Jun 2013 14:24:48 +0000 (16:24 +0200)]
Fix the print menu item.

10 years agoUpdate steps-per-e tooltip.
daid [Mon, 24 Jun 2013 12:43:55 +0000 (14:43 +0200)]
Update steps-per-e tooltip.

10 years agoAsk for a 24bit depth buffer, this gives better performance on Mac.
Daid [Mon, 24 Jun 2013 11:21:10 +0000 (13:21 +0200)]
Ask for a 24bit depth buffer, this gives better performance on Mac.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 24 Jun 2013 09:37:13 +0000 (11:37 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoDraw FPS on dev version.
daid [Mon, 24 Jun 2013 09:37:01 +0000 (11:37 +0200)]
Draw FPS on dev version.

10 years agoTry to load settings from a previous cura if no preferences are found.
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.

10 years ago13.06.3 13.06.3
daid [Fri, 21 Jun 2013 07:04:51 +0000 (09:04 +0200)]
13.06.3

10 years agoFixed #446
daid [Fri, 21 Jun 2013 07:03:54 +0000 (09:03 +0200)]
Fixed #446

10 years agoRemoved some unused comments.
daid [Fri, 21 Jun 2013 06:54:58 +0000 (08:54 +0200)]
Removed some unused comments.

10 years agoSmall bugfix on the VBOs.
daid [Thu, 20 Jun 2013 12:09:39 +0000 (14:09 +0200)]
Small bugfix on the VBOs.

10 years agoChange the way fallback for VBOs is done, so there is less code duplication, this...
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.

10 years agoFallback to fake shaders if the shader compile failed.
daid [Thu, 20 Jun 2013 07:42:12 +0000 (09:42 +0200)]
Fallback to fake shaders if the shader compile failed.

10 years agoSmall fix in AMF save. Change the way shaders are made, the helper code contains...
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.

10 years agoDraw dual-extursion in different colors
daid [Wed, 19 Jun 2013 15:30:07 +0000 (17:30 +0200)]
Draw dual-extursion in different colors

10 years agoChange default filament diameter to match the specs at which filament is ordered...
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.

10 years agoAdd an overlap for dual-extrusion printing.
daid [Wed, 19 Jun 2013 12:43:00 +0000 (14:43 +0200)]
Add an overlap for dual-extrusion printing.

10 years agoAdd support for zero insets.
daid [Wed, 19 Jun 2013 08:49:28 +0000 (10:49 +0200)]
Add support for zero insets.

10 years agoDo not show the old progress bar when the slicing process is still starting up. Does...
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.

10 years agoRun the update of the SD card detection on a background thread, this stops and drive...
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.

10 years agoFix backwards compatibility mode.
daid [Wed, 19 Jun 2013 07:37:01 +0000 (09:37 +0200)]
Fix backwards compatibility mode.

10 years agoStart the slicing process on the background thread so it cannot block the GUI due...
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.

10 years agoAdd backwards compatibility for lack of VBO support.
daid [Mon, 17 Jun 2013 18:10:13 +0000 (20:10 +0200)]
Add backwards compatibility for lack of VBO support.

10 years agoFix loading of files on startup. 13.06.2
daid [Mon, 17 Jun 2013 12:29:10 +0000 (14:29 +0200)]
Fix loading of files on startup.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 17 Jun 2013 12:27:31 +0000 (14:27 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoKeep focus on objects even if the mouse is out of the window, else the right mouse...
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.

10 years agoBuild the engine for MacOS.
Daid [Mon, 17 Jun 2013 08:59:08 +0000 (10:59 +0200)]
Build the engine for MacOS.

10 years agoUpdate on version number.
daid [Mon, 17 Jun 2013 08:28:10 +0000 (10:28 +0200)]
Update on version number.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 17 Jun 2013 08:27:30 +0000 (10:27 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 17 Jun 2013 08:02:25 +0000 (10:02 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoRemove the revolution from the title, looks silly.
daid [Mon, 17 Jun 2013 07:46:05 +0000 (09:46 +0200)]
Remove the revolution from the title, looks silly.

10 years agoShow why overhang view is not working.
daid [Mon, 17 Jun 2013 07:44:52 +0000 (09:44 +0200)]
Show why overhang view is not working.

10 years agoUpdate on the fallback support, proper colors now.
daid [Mon, 17 Jun 2013 07:39:17 +0000 (09:39 +0200)]
Update on the fallback support, proper colors now.

10 years agoImplement fallback in case shader support is missing. I still think this is caused...
daid [Mon, 17 Jun 2013 07:33:41 +0000 (09:33 +0200)]
Implement fallback in case shader support is missing. I still think this is caused by missing OpenGL drivers. But windows users are general idiots.

10 years agoDo not render the focus objects if we do not have the mouse on the 3D window, increas...
daid [Mon, 17 Jun 2013 06:56:37 +0000 (08:56 +0200)]
Do not render the focus objects if we do not have the mouse on the 3D window, increases performance a bit.

10 years agoOnly update the slicing progress bar if there was more then 1% change on it.
daid [Mon, 17 Jun 2013 06:50:03 +0000 (08:50 +0200)]
Only update the slicing progress bar if there was more then 1% change on it.

10 years agoMerge pull request #435 from haneefmubarak/patch-1
daid [Sun, 16 Jun 2013 11:56:59 +0000 (04:56 -0700)]
Merge pull request #435 from haneefmubarak/patch-1

Update README.md

10 years agoUpdate README.md
haneefmubarak [Sat, 15 Jun 2013 03:03:46 +0000 (21:03 -0600)]
Update README.md

Slight spelling and grammar fixes.

10 years agoDo not show the Gcode filename in the printer window.
daid [Fri, 14 Jun 2013 10:29:22 +0000 (12:29 +0200)]
Do not show the Gcode filename in the printer window.

10 years agoAdd path for timelaps recording, as we can no longer use the GCode location.
daid [Fri, 14 Jun 2013 10:27:28 +0000 (12:27 +0200)]
Add path for timelaps recording, as we can no longer use the GCode location.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 14 Jun 2013 09:45:12 +0000 (11:45 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoWrite start menu shortcuts for all users.
daid [Fri, 14 Jun 2013 09:44:53 +0000 (11:44 +0200)]
Write start menu shortcuts for all users.

10 years agoIf an object is too large, scale it down, but not so small that it fits on the platfo...
daid [Fri, 14 Jun 2013 07:12:44 +0000 (09:12 +0200)]
If an object is too large, scale it down, but not so small that it fits on the platform. We want to user to select the final scale. But we also do not want to object to be too larger to be viewed properly.

10 years agoChange to amount of copies.
daid [Thu, 13 Jun 2013 15:32:49 +0000 (17:32 +0200)]
Change to amount of copies.

10 years agoFix the timelaps ffmpeg path.
daid [Thu, 13 Jun 2013 11:07:01 +0000 (13:07 +0200)]
Fix the timelaps ffmpeg path.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Wed, 12 Jun 2013 11:53:06 +0000 (13:53 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoUpdate version number to 13.06
daid [Wed, 12 Jun 2013 11:53:00 +0000 (13:53 +0200)]
Update version number to 13.06

10 years agoSubmit slice information. Slightly update the packaging script to automate the engine...
daid [Wed, 12 Jun 2013 08:39:03 +0000 (10:39 +0200)]
Submit slice information. Slightly update the packaging script to automate the engine building.

10 years agoFix the overhang display angle.
daid [Tue, 11 Jun 2013 13:51:48 +0000 (15:51 +0200)]
Fix the overhang display angle.

10 years agoUpdate the progressbar to look better.
daid303 [Tue, 11 Jun 2013 09:41:43 +0000 (11:41 +0200)]
Update the progressbar to look better.

10 years agoSave the filename of loaded files so we can use that when saving to SD card. Make...
daid303 [Tue, 11 Jun 2013 09:16:44 +0000 (11:16 +0200)]
Save the filename of loaded files so we can use that when saving to SD card. Make the notification window always popup even if it was up already.

10 years agoFix commandline slicing, only print the plugin result if there was an error.
daid303 [Tue, 11 Jun 2013 08:49:05 +0000 (10:49 +0200)]
Fix commandline slicing, only print the plugin result if there was an error.

10 years agoRemove some debug prints.
daid303 [Mon, 10 Jun 2013 07:45:40 +0000 (09:45 +0200)]
Remove some debug prints.

10 years agoFix plugin support, fix the pauzeAtZ plugin.
daid303 [Mon, 10 Jun 2013 07:43:27 +0000 (09:43 +0200)]
Fix plugin support, fix the pauzeAtZ plugin.

10 years agoAdd different start/end code for dual-extrusion. Add dual-extrusion retraction amount
daid303 [Fri, 7 Jun 2013 13:37:29 +0000 (15:37 +0200)]
Add different start/end code for dual-extrusion. Add dual-extrusion retraction amount

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid303 [Fri, 7 Jun 2013 09:01:27 +0000 (11:01 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoAdd the extensive stitching option.
daid303 [Fri, 7 Jun 2013 07:58:47 +0000 (09:58 +0200)]
Add the extensive stitching option.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid303 [Wed, 5 Jun 2013 11:59:39 +0000 (13:59 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoVersion 13.05.2
daid303 [Wed, 5 Jun 2013 11:59:29 +0000 (13:59 +0200)]
Version 13.05.2

10 years agoFix the dual-extrusion heatup bug. Fix the copy-file failed issue.
daid303 [Wed, 5 Jun 2013 11:58:57 +0000 (13:58 +0200)]
Fix the dual-extrusion heatup bug. Fix the copy-file failed issue.

10 years agoUpdate of default density value for PLA.
daid303 [Mon, 3 Jun 2013 13:26:18 +0000 (15:26 +0200)]
Update of default density value for PLA.

10 years agoMake the retraction enable tick box work.
daid303 [Fri, 31 May 2013 09:11:21 +0000 (11:11 +0200)]
Make the retraction enable tick box work.

10 years agoOnly load the GCode when you are viewing the layer view, which keeps the performance...
daid303 [Fri, 31 May 2013 08:38:50 +0000 (10:38 +0200)]
Only load the GCode when you are viewing the layer view, which keeps the performance of the normal view higher. Also show an indicator that we are loading GCode.

10 years agoAllow load of multiple model files at once.
daid303 [Fri, 31 May 2013 08:07:54 +0000 (10:07 +0200)]
Allow load of multiple model files at once.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid303 [Thu, 30 May 2013 13:29:26 +0000 (15:29 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoPut the robot a bit higher so it does not obsecure the close notification button.
daid303 [Wed, 29 May 2013 13:24:38 +0000 (15:24 +0200)]
Put the robot a bit higher so it does not obsecure the close notification button.

11 years agoAdd "Fix horrible" options.
daid303 [Tue, 28 May 2013 16:31:45 +0000 (18:31 +0200)]
Add "Fix horrible" options.

11 years agoShader fix for MacOS.
Daid [Tue, 28 May 2013 11:48:18 +0000 (13:48 +0200)]
Shader fix for MacOS.

11 years agoAdd option to disable SD auto detect. Log output if SD card remove fails.
daid303 [Tue, 28 May 2013 11:25:53 +0000 (13:25 +0200)]
Add option to disable SD auto detect. Log output if SD card remove fails.

11 years agoFix rostock options.
daid303 [Mon, 27 May 2013 15:21:19 +0000 (17:21 +0200)]
Fix rostock options.

11 years agoAdd clear-all to file menu.
daid303 [Mon, 27 May 2013 10:28:06 +0000 (12:28 +0200)]
Add clear-all to file menu.

11 years agoAdd rounded corners to GCode preview.
daid303 [Fri, 24 May 2013 08:31:58 +0000 (10:31 +0200)]
Add rounded corners to GCode preview.

11 years agoRemove debug message.
daid303 [Thu, 23 May 2013 09:10:05 +0000 (11:10 +0200)]
Remove debug message.

11 years agoAdd overhang view by using a shader.
daid303 [Thu, 23 May 2013 07:55:46 +0000 (09:55 +0200)]
Add overhang view by using a shader.

11 years agoUpdate on super-shaper evolver for saterday.
daid303 [Wed, 22 May 2013 20:14:57 +0000 (22:14 +0200)]
Update on super-shaper evolver for saterday.

11 years agoFix SD card save bug for mac.
daid303 [Wed, 22 May 2013 12:21:46 +0000 (14:21 +0200)]
Fix SD card save bug for mac.

11 years agoAdd AMF as open option for windows.
daid303 [Wed, 22 May 2013 12:21:18 +0000 (14:21 +0200)]
Add AMF as open option for windows.

11 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine 13.05
daid303 [Tue, 21 May 2013 08:07:17 +0000 (10:07 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

11 years agoRefresh the screen if we are loading GCode during gcode view.
daid303 [Tue, 21 May 2013 08:07:12 +0000 (10:07 +0200)]
Refresh the screen if we are loading GCode during gcode view.

11 years agoRemove unused images.
daid303 [Fri, 17 May 2013 12:28:21 +0000 (14:28 +0200)]
Remove unused images.

11 years agoDetect internal SDCard readers.
Daid [Fri, 17 May 2013 12:01:22 +0000 (14:01 +0200)]
Detect internal SDCard readers.

11 years agoFix the expert window on MacOS. Remove the exception if the GCode loader is interrupt...
Daid [Fri, 17 May 2013 09:51:47 +0000 (11:51 +0200)]
Fix the expert window on MacOS. Remove the exception if the GCode loader is interrupted because of new GCode.

11 years agoCopyright message needs to be after the __future__ imports.
daid303 [Fri, 17 May 2013 08:51:17 +0000 (10:51 +0200)]
Copyright message needs to be after the __future__ imports.

11 years agoAdd proper copyright statements.
daid303 [Fri, 17 May 2013 07:16:37 +0000 (09:16 +0200)]
Add proper copyright statements.

11 years agoDraw the object sink. Fix the lay-flat function.
daid303 [Thu, 16 May 2013 13:31:26 +0000 (15:31 +0200)]
Draw the object sink. Fix the lay-flat function.

11 years agoRemove references to the steamengine from the package script.
daid303 [Thu, 16 May 2013 09:34:05 +0000 (11:34 +0200)]
Remove references to the steamengine from the package script.

11 years agoRemove references to the steamengine, call it the CuraEngine.
daid303 [Thu, 16 May 2013 09:32:33 +0000 (11:32 +0200)]
Remove references to the steamengine, call it the CuraEngine.

11 years agoRemove the SteamEngine Beta text.
daid303 [Thu, 16 May 2013 09:31:30 +0000 (11:31 +0200)]
Remove the SteamEngine Beta text.

11 years agoMove the skirt settings to the expert settings.
daid303 [Thu, 16 May 2013 09:28:03 +0000 (11:28 +0200)]
Move the skirt settings to the expert settings.

11 years agoAdd infill speed setting.
daid303 [Thu, 16 May 2013 09:23:11 +0000 (11:23 +0200)]
Add infill speed setting.

11 years agoAdd an about box.
daid303 [Thu, 16 May 2013 09:11:32 +0000 (11:11 +0200)]
Add an about box.

11 years agoPut back the default Ultimaker robot for releasing.
daid303 [Thu, 16 May 2013 08:56:51 +0000 (10:56 +0200)]
Put back the default Ultimaker robot for releasing.