chiark / gitweb /
cura.git
10 years agoAllow for odd shaped platforms and generalize the UM2 clip code into no-go zones.
daid [Tue, 3 Dec 2013 10:33:00 +0000 (11:33 +0100)]
Allow for odd shaped platforms and generalize the UM2 clip code into no-go zones.

10 years agoFix the autoplacing of multiple objects.
daid [Tue, 3 Dec 2013 08:46:51 +0000 (09:46 +0100)]
Fix the autoplacing of multiple objects.

10 years agoFix temperature graph in printwindow2. Add CURA_PROFILE_STRING to UM2 GCode. Add...
daid [Mon, 2 Dec 2013 14:55:09 +0000 (15:55 +0100)]
Fix temperature graph in printwindow2. Add CURA_PROFILE_STRING to UM2 GCode. Add direct-commands to Doodle3D connection. Fix print order.

10 years agoAllow tight packing of "one at a time" objects without causing head collisions.
daid [Mon, 2 Dec 2013 13:02:59 +0000 (14:02 +0100)]
Allow tight packing of "one at a time" objects without causing head collisions.

10 years agoAdded unit size to fan full on layer height setting.
daid [Mon, 2 Dec 2013 08:32:42 +0000 (09:32 +0100)]
Added unit size to fan full on layer height setting.

10 years agoFix the position for all-at-once prints.
daid [Fri, 29 Nov 2013 11:15:44 +0000 (12:15 +0100)]
Fix the position for all-at-once prints.

10 years agoFix the push-free for convex polygons. Fix the objectOrderFinder to handle the case...
daid [Fri, 29 Nov 2013 09:51:30 +0000 (10:51 +0100)]
Fix the push-free for convex polygons. Fix the objectOrderFinder to handle the case where you cannot print one at a time (old version hanged in this case)

10 years agoAdd printWindow2, the new printerConnection based print window.
daid [Fri, 29 Nov 2013 08:16:33 +0000 (09:16 +0100)]
Add printWindow2, the new printerConnection based print window.

10 years agoUpdate to Doodle3D connection, handled the buffering state.
daid [Fri, 29 Nov 2013 07:23:58 +0000 (08:23 +0100)]
Update to Doodle3D connection, handled the buffering state.

10 years agoUpdate the doodle3d class to auto-detect local network boxes, as well as access point...
daid [Thu, 28 Nov 2013 15:27:50 +0000 (16:27 +0100)]
Update the doodle3d class to auto-detect local network boxes, as well as access point and direct LAN boxes. Added quick hack to send a print file to a printerConnection (need to add GUI).

10 years agoRemoved the extra comments from #632
daid [Thu, 28 Nov 2013 14:49:16 +0000 (15:49 +0100)]
Removed the extra comments from #632

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Thu, 28 Nov 2013 14:46:50 +0000 (15:46 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoMerge pull request #632 from jbheren/SteamEngine
daid [Thu, 28 Nov 2013 14:46:40 +0000 (06:46 -0800)]
Merge pull request #632 from jbheren/SteamEngine

Issue #459 fix proposal

10 years agoAdd convex hulls for all objects and do collision detection with that. Add initial...
daid [Thu, 28 Nov 2013 13:39:01 +0000 (14:39 +0100)]
Add convex hulls for all objects and do collision detection with that. Add initial handling for the printerConnectionManager.

10 years agoAdd convex hulls for all objects and do collision detection with that. Add initial...
daid [Thu, 28 Nov 2013 13:38:44 +0000 (14:38 +0100)]
Add convex hulls for all objects and do collision detection with that. Add initial handling for the printerConnectionManager.

10 years agoUpdated doodle3d connection, and added temperature to the connectionBase.
daid [Thu, 28 Nov 2013 12:27:05 +0000 (13:27 +0100)]
Updated doodle3d connection, and added temperature to the connectionBase.

10 years agoIssue #459 fix proposal
jbheren [Wed, 27 Nov 2013 13:40:22 +0000 (14:40 +0100)]
Issue #459 fix proposal

10 years agoPossible fix for #630, need to verify on Mac and Linux (no problems on windows so...
daid [Wed, 27 Nov 2013 11:23:59 +0000 (12:23 +0100)]
Possible fix for #630, need to verify on Mac and Linux (no problems on windows so far)

10 years agoUpdated printer connections. Not used, but getting closer.
daid [Tue, 26 Nov 2013 19:39:27 +0000 (20:39 +0100)]
Updated printer connections. Not used, but getting closer.

10 years agoCopy the hull when making an object copy.
daid [Tue, 26 Nov 2013 12:25:43 +0000 (13:25 +0100)]
Copy the hull when making an object copy.

10 years agoAdd convex hull to mesh class, to improve collision detection.
daid [Tue, 26 Nov 2013 11:24:40 +0000 (12:24 +0100)]
Add convex hull to mesh class, to improve collision detection.

10 years agoAdd progress to the new printerconnectionbase.
daid [Mon, 25 Nov 2013 15:21:38 +0000 (16:21 +0100)]
Add progress to the new printerconnectionbase.

10 years agoAdded the base for the new generalized printer connection class. Still need to conver...
daid [Mon, 25 Nov 2013 14:50:58 +0000 (15:50 +0100)]
Added the base for the new generalized printer connection class. Still need to convert the USB connection.

10 years agoCorrectly size the bed for dual-extrusion-support prints.
daid [Mon, 25 Nov 2013 13:14:14 +0000 (14:14 +0100)]
Correctly size the bed for dual-extrusion-support prints.

10 years agoFor dual-extrusion make sure both nozzles fit in the build volume.
daid [Mon, 25 Nov 2013 10:37:13 +0000 (11:37 +0100)]
For dual-extrusion make sure both nozzles fit in the build volume.

10 years agoPrevent 2 instances of the same version starting on windows, and instead load the...
daid [Mon, 25 Nov 2013 09:45:50 +0000 (10:45 +0100)]
Prevent 2 instances of the same version starting on windows, and instead load the file in the previous instance trough UDP sockets.

10 years agoPrevent 2 instances of the same version starting on windows, and instead load the...
daid [Mon, 25 Nov 2013 09:45:08 +0000 (10:45 +0100)]
Prevent 2 instances of the same version starting on windows, and instead load the file in the previous instance trough UDP sockets.

10 years agoFix the mac build.
daid [Fri, 22 Nov 2013 14:23:20 +0000 (15:23 +0100)]
Fix the mac build.

10 years agoMake more threads into daemons so Cura closes easier
daid [Fri, 22 Nov 2013 13:56:46 +0000 (14:56 +0100)]
Make more threads into daemons so Cura closes easier

10 years agoAdded class for Doodle3D printing.
daid [Fri, 22 Nov 2013 13:44:39 +0000 (14:44 +0100)]
Added class for Doodle3D printing.

10 years agoAdded shortcut key for expert settings menu. See #619
daid [Fri, 22 Nov 2013 12:19:22 +0000 (13:19 +0100)]
Added shortcut key for expert settings menu. See #619

10 years agoChange the default value for the dual-extrusion-overlap value. This helps in working...
daid [Fri, 22 Nov 2013 09:02:53 +0000 (10:02 +0100)]
Change the default value for the dual-extrusion-overlap value. This helps in working around a bug in clipper on some models.

10 years agoAlways show the head offset wizard item, but only enable it when you have 2 extruders...
daid [Fri, 22 Nov 2013 09:02:09 +0000 (10:02 +0100)]
Always show the head offset wizard item, but only enable it when you have 2 extruders. Solving a problem if you switch machines.

10 years agoCura 13.11.2 fails to startup without dual-extrusion. Fuck.
daid [Thu, 21 Nov 2013 21:49:02 +0000 (22:49 +0100)]
Cura 13.11.2 fails to startup without dual-extrusion. Fuck.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Thu, 21 Nov 2013 10:26:05 +0000 (11:26 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoSet the default minimal extrusion before retraction to 0.1, the default of 0.5 was...
daid [Thu, 21 Nov 2013 10:25:53 +0000 (11:25 +0100)]
Set the default minimal extrusion before retraction to 0.1, the default of 0.5 was a bit too much.

10 years agoMerge pull request #616 from D-Byte/patch-1
daid [Wed, 20 Nov 2013 13:21:26 +0000 (05:21 -0800)]
Merge pull request #616 from D-Byte/patch-1

Update Cura.po

10 years agoMerge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
Daid [Wed, 20 Nov 2013 12:54:20 +0000 (13:54 +0100)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine

10 years agoSet the clip size to the size in the UM2. 13.11.2
daid [Wed, 20 Nov 2013 12:49:04 +0000 (13:49 +0100)]
Set the clip size to the size in the UM2.

10 years agoFirmware 13.11-2
daid [Wed, 20 Nov 2013 12:41:51 +0000 (13:41 +0100)]
Firmware 13.11-2

10 years agoMake sure the debian package has all files set to root:root on build.
Daid [Wed, 20 Nov 2013 12:35:26 +0000 (13:35 +0100)]
Make sure the debian package has all files set to root:root on build.

10 years agoUpdate version number to 13.11.2
daid [Wed, 20 Nov 2013 12:31:03 +0000 (13:31 +0100)]
Update version number to 13.11.2

10 years agoTweak how the quickprint is implemented so it is less code and easier to follow.
daid [Wed, 20 Nov 2013 11:35:21 +0000 (12:35 +0100)]
Tweak how the quickprint is implemented so it is less code and easier to follow.

10 years agoUpdate wipe to wipe&prime tower in naming.
daid [Wed, 20 Nov 2013 09:49:24 +0000 (10:49 +0100)]
Update wipe to wipe&prime tower in naming.

10 years agoRefuse to USB print with UltiGCode flavor.
daid [Wed, 20 Nov 2013 09:10:51 +0000 (10:10 +0100)]
Refuse to USB print with UltiGCode flavor.

10 years agoUpdate Cura.po
Arne Durr [Tue, 19 Nov 2013 19:23:29 +0000 (20:23 +0100)]
Update Cura.po

Fixed and added some translations

10 years agoProperly select the first item in the combo box, fixing the problems on linux and...
daid [Tue, 19 Nov 2013 17:30:32 +0000 (18:30 +0100)]
Properly select the first item in the combo box, fixing the problems on linux and mac with the image converter.

10 years agoAdd patch for git submodule version. Fixing issue #612
daid [Mon, 18 Nov 2013 14:10:54 +0000 (15:10 +0100)]
Add patch for git submodule version. Fixing issue #612

10 years agoDisable the bed level and head offset wizards for UM2.
daid [Mon, 18 Nov 2013 12:49:49 +0000 (13:49 +0100)]
Disable the bed level and head offset wizards for UM2.

10 years agoMerge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
Jaime van Kessel [Mon, 18 Nov 2013 10:55:01 +0000 (11:55 +0100)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine

10 years agoAdded fix for scale to max for UM2
Jaime van Kessel [Mon, 18 Nov 2013 10:54:56 +0000 (11:54 +0100)]
Added fix for scale to max for UM2

Scale to max should always give a viable option. It wil not be the
*best* option. Pretty nasty implementation.

10 years agoAdd new firmware update for UM2. Show which firmware you are installing in the firmwa...
daid [Mon, 18 Nov 2013 10:27:09 +0000 (11:27 +0100)]
Add new firmware update for UM2. Show which firmware you are installing in the firmware update window.

10 years agoUpdated changelog
Jaime van Kessel [Thu, 14 Nov 2013 14:33:08 +0000 (15:33 +0100)]
Updated changelog

Added previous update to changelog.

10 years agoAdded clipcheck for UM2
Jaime van Kessel [Wed, 13 Nov 2013 16:26:16 +0000 (17:26 +0100)]
Added clipcheck for UM2

10 years agoAdded comments
Jaime van Kessel [Wed, 13 Nov 2013 15:17:04 +0000 (16:17 +0100)]
Added comments

Added comments from the master himself.

10 years agoAdd ooze-shield and wipe-tower settings.
daid [Tue, 12 Nov 2013 16:20:33 +0000 (17:20 +0100)]
Add ooze-shield and wipe-tower settings.

10 years agoSlight text change.
daid [Tue, 12 Nov 2013 13:15:44 +0000 (14:15 +0100)]
Slight text change.

10 years agoHopefully suppress the OpenClipboard failed message.
daid [Tue, 12 Nov 2013 12:29:37 +0000 (13:29 +0100)]
Hopefully suppress the OpenClipboard failed message.

10 years agoFix the bug where the M140 for bed temperature is not added in the start code.
daid [Tue, 12 Nov 2013 10:38:36 +0000 (11:38 +0100)]
Fix the bug where the M140 for bed temperature is not added in the start code.

10 years agoRename Ultimaker to Ultimaker Original
daid [Mon, 11 Nov 2013 14:57:14 +0000 (15:57 +0100)]
Rename Ultimaker to Ultimaker Original

10 years agoRemove unused main() test function from youMagine class.
daid [Fri, 8 Nov 2013 17:08:18 +0000 (18:08 +0100)]
Remove unused main() test function from youMagine class.

10 years agoFix the wrong layer for fan fully on.
daid [Thu, 7 Nov 2013 11:13:48 +0000 (12:13 +0100)]
Fix the wrong layer for fan fully on.

10 years agoAdd default head offsets for UM2 in dual-extrusion.
daid [Wed, 6 Nov 2013 12:34:30 +0000 (13:34 +0100)]
Add default head offsets for UM2 in dual-extrusion.

10 years agoBetter default head offsets for dual-extrusion
daid [Wed, 6 Nov 2013 12:33:29 +0000 (13:33 +0100)]
Better default head offsets for dual-extrusion

10 years agoAdd material amounts for dual-extrusion.
daid [Wed, 6 Nov 2013 09:21:03 +0000 (10:21 +0100)]
Add material amounts for dual-extrusion.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 4 Nov 2013 19:31:51 +0000 (20:31 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoFixed the default head height.
daid [Mon, 4 Nov 2013 19:30:08 +0000 (20:30 +0100)]
Fixed the default head height.

10 years agoVersion 13.11
daid [Mon, 4 Nov 2013 08:52:26 +0000 (09:52 +0100)]
Version 13.11

10 years agoUpdate to firmware 13.10-5 for a bugfix in the material change.
daid [Fri, 1 Nov 2013 12:45:49 +0000 (13:45 +0100)]
Update to firmware 13.10-5 for a bugfix in the material change.

10 years agoSlightly update the texts in the first run wizard.
daid [Thu, 31 Oct 2013 10:06:46 +0000 (11:06 +0100)]
Slightly update the texts in the first run wizard.

10 years agoUpdate UM2 firmware to 13.10-3 to fix the SD-Card read error and the 280C bug.
daid [Thu, 31 Oct 2013 06:37:27 +0000 (07:37 +0100)]
Update UM2 firmware to 13.10-3 to fix the SD-Card read error and the 280C bug.

10 years agoAdd spialize mode which makes printing of cups and vases easy.
daid [Wed, 30 Oct 2013 13:54:04 +0000 (14:54 +0100)]
Add spialize mode which makes printing of cups and vases easy.

10 years agoChange minimal value for material flow to 5, so 1.0 gives an error.
daid [Tue, 29 Oct 2013 15:59:30 +0000 (16:59 +0100)]
Change minimal value for material flow to 5, so 1.0 gives an error.

10 years agoFix retraction display for UltiGCode.
daid [Tue, 29 Oct 2013 09:05:32 +0000 (10:05 +0100)]
Fix retraction display for UltiGCode.

10 years agoChange default support fill to 15%, hopefully fix an error message when Cura is close...
daid [Tue, 29 Oct 2013 08:37:14 +0000 (09:37 +0100)]
Change default support fill to 15%, hopefully fix an error message when Cura is closed down (access to destroyed object from thread)

10 years agoReslice after centering.
daid [Tue, 29 Oct 2013 08:13:26 +0000 (09:13 +0100)]
Reslice after centering.

10 years agoFollow the object when centering.
daid [Tue, 29 Oct 2013 08:13:00 +0000 (09:13 +0100)]
Follow the object when centering.

10 years agoChange how tag-detection in the start.gcode is done, and add example temperature...
daid [Tue, 29 Oct 2013 08:07:39 +0000 (09:07 +0100)]
Change how tag-detection in the start.gcode is done, and add example temperature tags.

10 years agoUpdate changelog with the changes in both Cura and the CuraEngine.
daid [Mon, 28 Oct 2013 21:29:25 +0000 (22:29 +0100)]
Update changelog with the changes in both Cura and the CuraEngine.

10 years agoChange how the fan is handled on lower layers.
daid [Mon, 28 Oct 2013 13:16:43 +0000 (14:16 +0100)]
Change how the fan is handled on lower layers.

10 years agoDo not add the corrected error messages to the term screen.
daid [Mon, 28 Oct 2013 09:42:09 +0000 (10:42 +0100)]
Do not add the corrected error messages to the term screen.

10 years agoUse proper start2.gcode when doing dual-extrusion-support-material.
daid [Mon, 28 Oct 2013 09:35:49 +0000 (10:35 +0100)]
Use proper start2.gcode when doing dual-extrusion-support-material.

10 years agoUpdate the firmware update dialog a bit, some better margins on the controls, and...
daid [Mon, 28 Oct 2013 07:20:13 +0000 (08:20 +0100)]
Update the firmware update dialog a bit, some better margins on the controls, and look for printer in a loop when auto-detecting the port.

10 years agoEnable retraction when selecting the UM2. Fix the reset-profile which clears out...
daid [Mon, 28 Oct 2013 06:57:43 +0000 (07:57 +0100)]
Enable retraction when selecting the UM2. Fix the reset-profile which clears out the machine settings right now.

10 years agoScale down/up really small or really big meshes.
daid [Tue, 22 Oct 2013 07:30:15 +0000 (09:30 +0200)]
Scale down/up really small or really big meshes.

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

10 years agoUpdate commandline programmer.
daid [Mon, 21 Oct 2013 12:31:09 +0000 (14:31 +0200)]
Update commandline programmer.

10 years agoMerge pull request #590 from grimmy/SteamEngine
daid [Mon, 21 Oct 2013 11:47:58 +0000 (04:47 -0700)]
Merge pull request #590 from grimmy/SteamEngine

Made the CuraEngine repo configurable

10 years agoUpdate changelog.
daid [Mon, 21 Oct 2013 08:53:47 +0000 (10:53 +0200)]
Update changelog.

10 years agoAdd imageToMesh tool.
daid [Mon, 21 Oct 2013 08:52:15 +0000 (10:52 +0200)]
Add imageToMesh tool.

10 years agoMade the CuraEngine repo configurable
Gary Kramlich [Mon, 21 Oct 2013 05:25:54 +0000 (00:25 -0500)]
Made the CuraEngine repo configurable

  * Added a check for the environment variable CURA_ENGINE_REPO, if it's not
    set use https://github.com/Ultimaker/CuraEngine otherwise try to use
    whatever it's set to

10 years agoUpdate youmagine api to fix compatibility with new youmagine release.
daid [Fri, 18 Oct 2013 09:34:21 +0000 (11:34 +0200)]
Update youmagine api to fix compatibility with new youmagine release.

10 years agoUpdates to the SVG class (still unused), fixed some minor things.
daid [Fri, 18 Oct 2013 08:06:25 +0000 (10:06 +0200)]
Updates to the SVG class (still unused), fixed some minor things.

10 years agoUpdated firmware for UM2.
daid [Wed, 16 Oct 2013 10:04:49 +0000 (12:04 +0200)]
Updated firmware for UM2.

10 years agoNew firmware version for UM2. 13.10
daid [Tue, 15 Oct 2013 12:38:46 +0000 (14:38 +0200)]
New firmware version for UM2.

10 years agoFixing problem for #282
daid [Mon, 14 Oct 2013 10:26:43 +0000 (12:26 +0200)]
Fixing problem for #282

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

10 years agoFix object print order bug for UM2.
daid [Mon, 14 Oct 2013 09:31:02 +0000 (11:31 +0200)]
Fix object print order bug for UM2.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Thu, 10 Oct 2013 12:01:10 +0000 (14:01 +0200)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoVersion 13.10 release.
daid [Thu, 10 Oct 2013 12:00:59 +0000 (14:00 +0200)]
Version 13.10 release.