chiark / gitweb /
Youness Alaoui [Wed, 12 Aug 2015 17:48:16 +0000 (13:48 -0400)]
Make new version dialog translatable and rename Ok into OK
nickthetait [Fri, 14 Aug 2015 16:52:52 +0000 (10:52 -0600)]
Add missing quickprint connection to existing profile
nickthetait [Thu, 13 Aug 2015 22:22:15 +0000 (16:22 -0600)]
Include link to release notes from 'About Cura' window
nickthetait [Wed, 12 Aug 2015 22:32:03 +0000 (16:32 -0600)]
Improve text on new version dialog
nickthetait [Wed, 12 Aug 2015 19:52:38 +0000 (13:52 -0600)]
Recrop tool head picture. Fixes T182
Youness Alaoui [Wed, 12 Aug 2015 17:34:05 +0000 (13:34 -0400)]
Add a min size of 300px to the toolhead row.
Fixes T181
nickthetait [Tue, 11 Aug 2015 18:40:20 +0000 (12:40 -0600)]
Allow text to wrap across lines in print console
nickthetait [Tue, 11 Aug 2015 18:12:20 +0000 (12:12 -0600)]
Printer interruption bug cleanup. Fixes T37 and T178
Youness Alaoui [Tue, 11 Aug 2015 17:02:54 +0000 (13:02 -0400)]
Fix the new version dialog title being the wrong size (same hack as the config wizard)
Also does a layout, which hopefully fixes T177, but I can't reproduce
that one, so I'm not sure if it does...
Youness Alaoui [Tue, 11 Aug 2015 16:59:08 +0000 (12:59 -0400)]
Show new dialog after main window is created, so it appears above it
Youness Alaoui [Tue, 11 Aug 2015 16:54:38 +0000 (12:54 -0400)]
Cancel resend if firmware asks for line 1 or more than 100 lines before current
This is because it seems when we use a heat-and-wait command (possibly),
there is a risk of getting a checksum error and resend. That could happen
for more than the 10 lines we had set previously, so setting it to 100 sounds
like a safer value.
We also check for position 1 because if the error happens in the first 100
lines, it would be missed.
We're also printing a message to the console when that happens.
Fixes T178
nickthetait [Mon, 10 Aug 2015 21:23:48 +0000 (15:23 -0600)]
Partial implementation of release notes
Youness Alaoui [Mon, 10 Aug 2015 21:31:22 +0000 (17:31 -0400)]
Add Shift-F6 hotkey to open the WX inspection tool
Youness Alaoui [Mon, 10 Aug 2015 21:21:26 +0000 (17:21 -0400)]
Fix the wx inspection window showing up
Youness Alaoui [Mon, 10 Aug 2015 19:37:03 +0000 (15:37 -0400)]
Adding script to create lulzbot profiles from print profile files
This script needs to be run from the root of cura repo, it expects
the print profiles to be in resources/quickprint/lulzbot_profiles and
it assumes a specific naming convention of the files. It will
create new directories and files for the quickprint settings based on
the files in lulzbot_profiles, according to the mappings in the script.
Any file that doesn't match will be ignored
Youness Alaoui [Mon, 10 Aug 2015 19:32:48 +0000 (15:32 -0400)]
Escape ampersand so it appears in quickprint profiles
Youness Alaoui [Mon, 10 Aug 2015 19:16:07 +0000 (15:16 -0400)]
Adding all new profiles for all of the new lulzbot toolheads
Youness Alaoui [Mon, 10 Aug 2015 19:10:42 +0000 (15:10 -0400)]
Removing older obsolete mini and taz quickprint settings
Youness Alaoui [Mon, 10 Aug 2015 19:09:19 +0000 (15:09 -0400)]
Change material ini file into material.ini and add a profile_file key to [info]
nickthetait [Mon, 10 Aug 2015 17:12:32 +0000 (11:12 -0600)]
Revert "Improve quickprint label"
This reverts commit
3c5513b5a1bf35c9a60ac87f6801d343e696fae9.
Youness Alaoui [Mon, 10 Aug 2015 17:03:31 +0000 (13:03 -0400)]
Fix version upgrade that changes the wrong machine's width
Youness Alaoui [Fri, 7 Aug 2015 21:04:23 +0000 (17:04 -0400)]
Add version upgrade support for toolheads
Youness Alaoui [Fri, 7 Aug 2015 21:03:51 +0000 (17:03 -0400)]
Fix an issue in version upgrade for TAZ bed size. profile module can't be called from within the module
Youness Alaoui [Fri, 7 Aug 2015 21:03:08 +0000 (17:03 -0400)]
No need for a printing_window profile setting
Youness Alaoui [Fri, 7 Aug 2015 21:02:51 +0000 (17:02 -0400)]
Run the version upgrade before main window gets opened
Youness Alaoui [Fri, 7 Aug 2015 20:27:46 +0000 (16:27 -0400)]
Remove selectable print window and always use the new Advanced window
nickthetait [Fri, 7 Aug 2015 20:54:41 +0000 (14:54 -0600)]
Improve quickprint label
Youness Alaoui [Fri, 7 Aug 2015 20:09:08 +0000 (16:09 -0400)]
Do not allow firmware to ask for a resend of more than 10 lines.
This is because if power gets interrupted or reset button is pressed,
then it will ask us to resend from line 0, and it will cause the print
to be restarted, which can be dangerous if there is a print half-finished
on the bed.
Fixes T37
nickthetait [Thu, 6 Aug 2015 20:38:53 +0000 (14:38 -0600)]
Expand quickprint README
nickthetait [Thu, 6 Aug 2015 19:47:06 +0000 (13:47 -0600)]
Migrate CuraEngine over to Phabricator
Youness Alaoui [Thu, 6 Aug 2015 19:32:15 +0000 (15:32 -0400)]
Change version checking to check for master branch instead of SteamEngine
nickthetait [Thu, 6 Aug 2015 17:12:55 +0000 (11:12 -0600)]
Set project to 'Cura' when creating new task/bug report
nickthetait [Wed, 5 Aug 2015 21:39:55 +0000 (15:39 -0600)]
Swap issue reporting over to Phabricator
nickthetait [Wed, 5 Aug 2015 20:43:43 +0000 (14:43 -0600)]
Improve firmware flashing description
nickthetait [Wed, 5 Aug 2015 19:11:08 +0000 (13:11 -0600)]
Remove rocktopus attribution from spash since Rocktopus no longer appears there
nickthetait [Wed, 5 Aug 2015 19:02:40 +0000 (13:02 -0600)]
Update Hexagon hotend picture
nickthetait [Wed, 5 Aug 2015 19:02:14 +0000 (13:02 -0600)]
Remove older splash design file
nickthetait [Wed, 5 Aug 2015 16:05:02 +0000 (10:05 -0600)]
Update splash screen (designed by Ben Malouf)
nickthetait [Tue, 4 Aug 2015 20:56:40 +0000 (14:56 -0600)]
Pictures cleanup and resizing
nickthetait [Tue, 4 Aug 2015 19:35:03 +0000 (13:35 -0600)]
Better picture for mini-flexy
nickthetait [Tue, 4 Aug 2015 19:22:39 +0000 (13:22 -0600)]
Rescale printer pictures so they aren't squashed
Youness Alaoui [Tue, 4 Aug 2015 19:30:00 +0000 (15:30 -0400)]
Add README file for quickprint settings
Youness Alaoui [Tue, 4 Aug 2015 18:46:40 +0000 (14:46 -0400)]
Fix a double destruction of firmware install dialog when no default firmware is found
Youness Alaoui [Tue, 4 Aug 2015 18:46:17 +0000 (14:46 -0400)]
Fix Dual extruder tool head naming to Dual instead of Dually
Youness Alaoui [Tue, 4 Aug 2015 18:45:24 +0000 (14:45 -0400)]
Add firmwares for all lulzbot machines and tool heads
Fixes T62
nickthetait [Mon, 3 Aug 2015 21:03:17 +0000 (15:03 -0600)]
Update Tool Head picture
Fixes T63
Youness Alaoui [Mon, 3 Aug 2015 20:58:47 +0000 (16:58 -0400)]
Layout the main window after reloading settings panel
This caused the expert settings panel to become blank when we reload
either by adding/canceling a new machine, or changing selected machine.
Fixes T172
Youness Alaoui [Mon, 3 Aug 2015 20:48:59 +0000 (16:48 -0400)]
Add Advanced print window to the preferences and change default
Youness Alaoui [Mon, 3 Aug 2015 20:45:16 +0000 (16:45 -0400)]
Fix temp graph size being too small
nickthetait [Mon, 3 Aug 2015 20:08:37 +0000 (14:08 -0600)]
Replace generic tool head images
nickthetait [Mon, 3 Aug 2015 16:31:50 +0000 (10:31 -0600)]
Add design file template
It is used to clean up, dimension, and align pictures of Tool Heads.
nickthetait [Mon, 3 Aug 2015 16:17:25 +0000 (10:17 -0600)]
Cleanup
nickthetait [Mon, 3 Aug 2015 16:15:21 +0000 (10:15 -0600)]
Label update to firmware warning
nickthetait [Mon, 3 Aug 2015 15:52:24 +0000 (09:52 -0600)]
Labeling update 'nozzle size' ---> 'nozzle diameter'
nickthetait [Fri, 31 Jul 2015 22:13:55 +0000 (16:13 -0600)]
Update naming and labeling for tool heads and hotends
Improve user facing text for consistency, simplification, and better understanding.
nickthetait [Fri, 31 Jul 2015 20:02:32 +0000 (14:02 -0600)]
Update toolhead pictures
Youness Alaoui [Fri, 31 Jul 2015 21:18:21 +0000 (17:18 -0400)]
Only enable the next button if firmware update was successful
Youness Alaoui [Fri, 31 Jul 2015 21:17:36 +0000 (17:17 -0400)]
Do not disable the firmware update next button when using dev version
Youness Alaoui [Fri, 31 Jul 2015 21:02:49 +0000 (17:02 -0400)]
Add a 'Are you sure' dialog to the firmware upgrade skip button
Youness Alaoui [Fri, 31 Jul 2015 21:00:50 +0000 (17:00 -0400)]
Fix the flexystruder shortname
Youness Alaoui [Fri, 31 Jul 2015 20:46:39 +0000 (16:46 -0400)]
Fix the X and Y offsets of the dual extruder toolheads
Fixes T171
Youness Alaoui [Fri, 31 Jul 2015 20:28:45 +0000 (16:28 -0400)]
Merge branch 'new-settings' into devel
This merges a few missed commits
Youness Alaoui [Fri, 31 Jul 2015 20:28:13 +0000 (16:28 -0400)]
Merge remote-tracking branch 'origin/new-settings' into new-settings
Youness Alaoui [Fri, 31 Jul 2015 20:26:16 +0000 (16:26 -0400)]
Merge branch 'v2-toolheads' into devel
Youness Alaoui [Fri, 31 Jul 2015 20:25:49 +0000 (16:25 -0400)]
Merge branch 'print-window' into devel
Fixes T27
Youness Alaoui [Fri, 31 Jul 2015 20:24:23 +0000 (16:24 -0400)]
Merge branch 'new-settings' into devel
Fixes T51
nickthetait [Fri, 31 Jul 2015 20:02:32 +0000 (14:02 -0600)]
Increment major version number
nickthetait [Fri, 31 Jul 2015 19:48:57 +0000 (13:48 -0600)]
Remove unnecessary url link
Youness Alaoui [Fri, 31 Jul 2015 18:17:17 +0000 (14:17 -0400)]
Get the toplevel parent to get the main window, easier and safer
Youness Alaoui [Fri, 31 Jul 2015 18:17:03 +0000 (14:17 -0400)]
Fix simple mode panel being the wrong size
nickthetait [Thu, 30 Jul 2015 21:04:02 +0000 (15:04 -0600)]
Revert "Add options for fun and testing. To be removed"
This reverts commit
676cad9cdc363ee659bbae5dc61321124e5c71a9.
nickthetait [Thu, 30 Jul 2015 21:03:41 +0000 (15:03 -0600)]
Revert "Adding new experimental materials."
This reverts commit
92871c9edee12028b90b26e5cf04eeb311c53c69.
nickthetait [Thu, 23 Jul 2015 20:15:16 +0000 (14:15 -0600)]
Rename folder for printer-specific profile storage
Youness Alaoui [Thu, 30 Jul 2015 21:03:26 +0000 (17:03 -0400)]
Fix quickprint panel not resizing itself when new options require more space
Youness Alaoui [Thu, 30 Jul 2015 20:53:36 +0000 (16:53 -0400)]
quickprint: Fix alterations being missed from ini file
Youness Alaoui [Thu, 30 Jul 2015 20:37:50 +0000 (16:37 -0400)]
Fix a bug where full screen temp graph disappears if a layout happens
Youness Alaoui [Thu, 30 Jul 2015 20:37:23 +0000 (16:37 -0400)]
Enable full screen temp graph only on button up, not down
Youness Alaoui [Thu, 30 Jul 2015 20:36:48 +0000 (16:36 -0400)]
Change layout so fullscreen temp graph doesn't hide the buttons
nickthetait [Thu, 30 Jul 2015 20:19:57 +0000 (14:19 -0600)]
Add white background to checkmark icon
Youness Alaoui [Thu, 30 Jul 2015 19:58:47 +0000 (15:58 -0400)]
Convert TAZ5 image into jpg for consistency
Youness Alaoui [Thu, 30 Jul 2015 19:50:50 +0000 (15:50 -0400)]
Add a firmware update step to the toolhead change wizard
Youness Alaoui [Thu, 30 Jul 2015 19:48:10 +0000 (15:48 -0400)]
Fix some machine_type values
Use Flexystruder instead of Flexy in the machine_type
Fix the case of TAZ 4 printers with a v2 single head having the wrong
machine_type set.
Youness Alaoui [Thu, 30 Jul 2015 19:47:16 +0000 (15:47 -0400)]
Add default firmware for some lulzbot printers (some files are wrong or still missing)
Youness Alaoui [Thu, 30 Jul 2015 18:03:55 +0000 (14:03 -0400)]
Show machine_name (toolhead_shortname) instead of adding the toolhead name as part of the machine name
This allows users to configure the name of their printer without losing
that value when they change toolheads
nickthetait [Thu, 30 Jul 2015 16:19:18 +0000 (10:19 -0600)]
Update attribution for shiny new graphics
nickthetait [Thu, 30 Jul 2015 15:57:50 +0000 (09:57 -0600)]
Update LulzBot printer images
nickthetait [Thu, 30 Jul 2015 15:48:33 +0000 (09:48 -0600)]
Replace reprap picture with generic 3D printer icon
nickthetait [Thu, 30 Jul 2015 15:44:50 +0000 (09:44 -0600)]
Remove old file
nickthetait [Wed, 29 Jul 2015 16:46:37 +0000 (10:46 -0600)]
Add generic 3D Printer icon
Design source: 3d-printer by Toke Frello from the Noun Project. https://thenounproject.com/term/3d-printer/170216/
Modifications: none
Licence: CC BY 3.0 US http://creativecommons.org/licenses/by/3.0/us/
nickthetait [Thu, 30 Jul 2015 15:34:27 +0000 (09:34 -0600)]
Change overlay color and size
Youness Alaoui [Wed, 29 Jul 2015 21:21:09 +0000 (17:21 -0400)]
Make a new wizard for changing the toolhead and call it from machine settings
Youness Alaoui [Wed, 29 Jul 2015 21:20:28 +0000 (17:20 -0400)]
Finish the toolhead selection settings, and set the toolhead preference
Youness Alaoui [Wed, 29 Jul 2015 21:19:40 +0000 (17:19 -0400)]
Fix issue with ToolheadRow
Youness Alaoui [Wed, 29 Jul 2015 20:22:36 +0000 (16:22 -0400)]
Fix the missing ready page after nozzle selection
Youness Alaoui [Wed, 29 Jul 2015 20:13:30 +0000 (16:13 -0400)]
Fix back/next issue and ImageButton paddings
Youness Alaoui [Wed, 29 Jul 2015 18:51:15 +0000 (14:51 -0400)]
Finish the new layout for the toolhead selection wizard
Youness Alaoui [Wed, 29 Jul 2015 18:50:43 +0000 (14:50 -0400)]
Improve the ImageButton widget with new APIs and add an API to InfoPage
nickthetait [Tue, 28 Jul 2015 22:10:47 +0000 (16:10 -0600)]
Tiny labeling change
nickthetait [Tue, 28 Jul 2015 21:55:13 +0000 (15:55 -0600)]
Replace checkmark icon in overlay
Also adds gimp source file to make future modifications to overlay.
Youness Alaoui [Tue, 28 Jul 2015 21:13:32 +0000 (17:13 -0400)]
Add a new lulzbot machine select page and added placeholder images