chiark / gitweb /
cura.git
10 years agoFix the usage stats submit. Some minor cleanup.
daid [Thu, 19 Sep 2013 06:20:01 +0000 (08:20 +0200)]
Fix the usage stats submit. Some minor cleanup.

10 years agoFix storing of last auto detected serial port.
daid [Wed, 18 Sep 2013 15:07:18 +0000 (17:07 +0200)]
Fix storing of last auto detected serial port.

10 years agoFix first-run-wizard layout.
daid [Wed, 18 Sep 2013 11:42:15 +0000 (13:42 +0200)]
Fix first-run-wizard layout.

10 years agoAdd UM2 platform.
daid [Wed, 18 Sep 2013 08:55:32 +0000 (10:55 +0200)]
Add UM2 platform.

10 years agoFix loading of machine settings. Minor cleanup
daid [Wed, 18 Sep 2013 08:53:07 +0000 (10:53 +0200)]
Fix loading of machine settings. Minor cleanup

10 years agoSeperate the machine settings from the preference settings
daid [Wed, 18 Sep 2013 08:05:57 +0000 (10:05 +0200)]
Seperate the machine settings from the preference settings

10 years agoRemove unused import.
daid [Wed, 18 Sep 2013 06:43:41 +0000 (08:43 +0200)]
Remove unused import.

10 years agoChange how the localization of profile settings is done. This makes it possible to...
daid [Tue, 17 Sep 2013 17:28:10 +0000 (19:28 +0200)]
Change how the localization of profile settings is done. This makes it possible to run wx.Locale after creating wx.App

10 years agoFix localization merge.
daid [Mon, 16 Sep 2013 13:23:26 +0000 (15:23 +0200)]
Fix localization merge.

10 years agoAdd Ultimaker2 support.
daid [Mon, 16 Sep 2013 13:14:23 +0000 (15:14 +0200)]
Add Ultimaker2 support.

10 years agoMerge pull request #557 from GreatFruitOmsk/i18n
daid [Mon, 16 Sep 2013 12:54:09 +0000 (05:54 -0700)]
Merge pull request #557 from GreatFruitOmsk/i18n

Add initial support for i18n.

10 years agoAdd initial support for i18n.
Ilya Kulakov [Sun, 15 Sep 2013 09:20:00 +0000 (16:20 +0700)]
Add initial support for i18n.

10 years agoMerge pull request #544 from hendricksonrw/add_output_option
daid [Fri, 30 Aug 2013 06:39:05 +0000 (23:39 -0700)]
Merge pull request #544 from hendricksonrw/add_output_option

Add simple output option to command line arguments

10 years agoReword option help
Ross Hendrickson [Fri, 30 Aug 2013 02:28:17 +0000 (21:28 -0500)]
Reword option help

10 years agoremove print
Ross Hendrickson [Fri, 30 Aug 2013 02:27:12 +0000 (21:27 -0500)]
remove print

10 years agoAdd simple output option to command line options
Ross Hendrickson [Fri, 30 Aug 2013 01:30:17 +0000 (20:30 -0500)]
Add simple output option to command line options

10 years agoAdd auto detect for commandline firmware load.
daid [Thu, 29 Aug 2013 19:48:02 +0000 (21:48 +0200)]
Add auto detect for commandline firmware load.

10 years agoSolve issue when objc fails for the 10.000 time on stupid MacOS.
Daid [Thu, 29 Aug 2013 12:07:00 +0000 (14:07 +0200)]
Solve issue when objc fails for the 10.000 time on stupid MacOS.

10 years agoFix the FakeYoumagine class.
daid [Wed, 28 Aug 2013 08:08:20 +0000 (10:08 +0200)]
Fix the FakeYoumagine class.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Wed, 28 Aug 2013 08:06:18 +0000 (10:06 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoMerge pull request #540 from hg42/debian-tree-chmod-chown
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

10 years agoAdd youmagine link to help menu.
daid [Wed, 28 Aug 2013 06:46:59 +0000 (08:46 +0200)]
Add youmagine link to help menu.

10 years agoRetry publishing after 1 second, hoping that the renderer has ran then.
daid [Wed, 28 Aug 2013 06:10:35 +0000 (08:10 +0200)]
Retry publishing after 1 second, hoping that the renderer has ran then.

10 years agoUpload design files with mesh files when uploading to YouMagine.
daid [Tue, 27 Aug 2013 09:08:37 +0000 (11:08 +0200)]
Upload design files with mesh files when uploading to YouMagine.

10 years agoHide the YM button for a test release.
daid [Mon, 26 Aug 2013 14:07:05 +0000 (16:07 +0200)]
Hide the YM button for a test release.

10 years agoMake sure you cannot get a division by zero exception.
daid [Mon, 26 Aug 2013 14:02:43 +0000 (16:02 +0200)]
Make sure you cannot get a division by zero exception.

10 years agoFix typo
daid [Mon, 26 Aug 2013 11:56:02 +0000 (13:56 +0200)]
Fix typo

10 years agofix chmod/chown for debian tree
hg42@gmx.net [Fri, 23 Aug 2013 21:05:14 +0000 (23:05 +0200)]
fix chmod/chown for debian tree

10 years agoMake the platform 10mm smaller if you have dual extrusion, else you hit the screws...
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.

10 years agoTry to implement the TCGETS2 patch for linux to workaround the pyserial problem for...
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.

10 years agoFix typos
daid [Thu, 22 Aug 2013 13:04:01 +0000 (15:04 +0200)]
Fix typos

10 years agoProper fix for #518 by animacide. Update for UltiGCode GCode viewing.
daid [Thu, 22 Aug 2013 11:56:39 +0000 (13:56 +0200)]
Proper fix for #518 by animacide. Update for UltiGCode GCode viewing.

10 years agoRemove the start/end code tab for UltiGCode flavor.
daid [Thu, 22 Aug 2013 10:02:34 +0000 (12:02 +0200)]
Remove the start/end code tab for UltiGCode flavor.

10 years agoUpdate the layout of the YM dialogs a bit.
daid [Tue, 20 Aug 2013 11:33:24 +0000 (13:33 +0200)]
Update the layout of the YM dialogs a bit.

10 years agoMoved the youmagine button to the 3D view, still not really happy about it yet.
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.

10 years agoFix typo.
daid [Tue, 20 Aug 2013 07:33:58 +0000 (09:33 +0200)]
Fix typo.

10 years agoAdd progress bar to YouMagine upload.
daid [Mon, 19 Aug 2013 07:16:31 +0000 (09:16 +0200)]
Add progress bar to YouMagine upload.

10 years agoPossibly fix for issue #533
daid [Thu, 15 Aug 2013 11:54:10 +0000 (13:54 +0200)]
Possibly fix for issue #533

10 years agoMerge pull request #531 from jcosmo/SteamEngine
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

10 years agoAdd youmagine uploader (inactive, no API urls filled)
daid [Mon, 12 Aug 2013 12:54:18 +0000 (14:54 +0200)]
Add youmagine uploader (inactive, no API urls filled)

10 years agoRestart print close to original Z height, for special case where pausing below 15mm...
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

10 years agoSupport pause between first and second layer
James Walker [Sun, 11 Aug 2013 12:54:34 +0000 (22:54 +1000)]
Support pause between first and second layer

10 years agoDo not open the webcam connection permenatly till a webcam feature is used, only...
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.

10 years agoAdd support for the new support material settings.
daid [Thu, 8 Aug 2013 10:40:05 +0000 (12:40 +0200)]
Add support for the new support material settings.

10 years agoFixed #524 - Added message when the object gets scaled down on loading.
daid [Wed, 7 Aug 2013 14:28:21 +0000 (16:28 +0200)]
Fixed #524 - Added message when the object gets scaled down on loading.

10 years agoScrew the locale encoding issues, display dates as numbers and add our own day-of...
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.

10 years agoFix the timelaps bug.
daid [Tue, 6 Aug 2013 15:28:25 +0000 (17:28 +0200)]
Fix the timelaps bug.

10 years agoOptimalization from https://github.com/foosel/OctoPrint/pull/206
daid [Tue, 6 Aug 2013 12:33:17 +0000 (14:33 +0200)]
Optimalization from https://github.com/foosel/OctoPrint/pull/206

10 years agoAdd minimal skirt length to ensure extruder primed.
daid [Tue, 6 Aug 2013 12:02:24 +0000 (14:02 +0200)]
Add minimal skirt length to ensure extruder primed.

10 years agoAdd support for using different extruders for support material.
daid [Tue, 6 Aug 2013 07:47:57 +0000 (09:47 +0200)]
Add support for using different extruders for support material.

10 years agoAdd a minimal extrusion amount before allowing retraction to avoid flattening the...
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.

10 years agoAdd minimal travel distance for retraction and option to disable combing and thus...
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.

10 years agoFixed #522
daid [Tue, 6 Aug 2013 05:41:15 +0000 (07:41 +0200)]
Fixed #522

10 years agoAdd support for generating UltiGCode flavor of GCode.
daid [Mon, 5 Aug 2013 13:27:18 +0000 (15:27 +0200)]
Add support for generating UltiGCode flavor of GCode.

10 years agoAdd 50% fan to PID debugger.
daid [Mon, 5 Aug 2013 10:29:12 +0000 (12:29 +0200)]
Add 50% fan to PID debugger.

10 years agoAdd PID debugger for debugging PID settings, requires firmware with PID_DEBUG enabled.
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.

10 years agoIgnore floppy drives on SD card detect. http://umforum.ultimaker.com/index.php?/topic...
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/

10 years agoMake gcode reader a bit more roubust when there is no start code.
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.

10 years agoFixed #513
daid [Fri, 26 Jul 2013 07:20:52 +0000 (09:20 +0200)]
Fixed #513

10 years agoFix #508, only show /dev/tty devices in manual selection, not in auto detect.
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.

10 years agoWarn if the flow rate is out of normal range.
daid [Wed, 17 Jul 2013 08:59:27 +0000 (10:59 +0200)]
Warn if the flow rate is out of normal range.

10 years agoSmall fix for #277 Most likely RepetierFW will cause more issues then just this.
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.

10 years agoRender a X/Y/Z indicator in the front left corner when not using an Ultimaker.
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.

10 years agoShow a plane in the 3D window during printing to show the printing process.
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.

10 years agoPossibly fix the encoding issues with odd locals.
daid [Tue, 2 Jul 2013 20:22:52 +0000 (22:22 +0200)]
Possibly fix the encoding issues with odd locals.

10 years agoPossible fix for the view rotation issue.
daid [Fri, 28 Jun 2013 16:25:51 +0000 (18:25 +0200)]
Possible fix for the view rotation issue.

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

10 years agoImprove USB printing window <-> main GUI communications.
daid [Fri, 28 Jun 2013 09:07:59 +0000 (11:07 +0200)]
Improve USB printing window <-> main GUI communications.

10 years agoAdd 2 way communication on the USB printing interface std pipes.
daid [Fri, 28 Jun 2013 07:35:59 +0000 (09:35 +0200)]
Add 2 way communication on the USB printing interface std pipes.

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

10 years agoAdd paths for engine globally installed on linux.
daid [Fri, 28 Jun 2013 06:48:05 +0000 (08:48 +0200)]
Add paths for engine globally installed on linux.

10 years ago13.06.5
Daid [Thu, 27 Jun 2013 12:14:10 +0000 (14:14 +0200)]
13.06.5

10 years agoImplement a fallback if the Foundation import fails. Stupid MacOS.
Daid [Thu, 27 Jun 2013 09:36:46 +0000 (11:36 +0200)]
Implement a fallback if the Foundation import fails. Stupid MacOS.

10 years agoInclude material definitions in AMF, and store only the filname, not the full path...
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.

10 years agoChange how AMF is saved. Make better use of the index vertexes.
daid [Thu, 27 Jun 2013 08:03:23 +0000 (10:03 +0200)]
Change how AMF is saved. Make better use of the index vertexes.

10 years agoFix AMF save with merged dual-extrusion objects.
daid [Thu, 27 Jun 2013 07:14:27 +0000 (09:14 +0200)]
Fix AMF save with merged dual-extrusion objects.

10 years agoMerge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
Daid [Thu, 27 Jun 2013 06:52:47 +0000 (08:52 +0200)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine

10 years agoAdd CuraEngine to linux package script.
Daid [Thu, 27 Jun 2013 06:50:12 +0000 (08:50 +0200)]
Add CuraEngine to linux package script.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine 13.06.4
daid [Wed, 26 Jun 2013 10:02:15 +0000 (12:02 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

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

10 years agoMerge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
Daid [Wed, 26 Jun 2013 09:57:28 +0000 (11:57 +0200)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine

10 years agoremove pypy dependency
Daid [Wed, 26 Jun 2013 09:57:06 +0000 (11:57 +0200)]
remove pypy dependency

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.