Commit graph

8462 commits

Author SHA1 Message Date
Lars Brubaker
84ccd2d7ec
Merge pull request #2734 from larsbrubaker/design_tools
Fixing warnings
2017-12-04 23:26:34 -08:00
LarsBrubaker
af62be6a4e Fixing warnings 2017-12-04 23:09:10 -08:00
Lars Brubaker
25714fa3bc
Merge pull request #2733 from larsbrubaker/design_tools
Improving ray tracing so we can click tumble widget
2017-12-04 21:16:05 -08:00
LarsBrubaker
b1a30925b9 Improving ray tracing so we can click tumble widget
Fixing warnings
2017-12-04 21:00:50 -08:00
Lars Brubaker
c0132bf002
Merge pull request #2732 from larsbrubaker/design_tools
Don't send empty lines
2017-12-04 15:42:39 -08:00
Lars Brubaker
e70d1c780a Don't send empty lines 2017-12-04 15:37:00 -08:00
johnlewin
9d33123f08
Merge pull request #2731 from jlewin/design_tools
Localization updates
2017-12-04 15:28:44 -08:00
John Lewin
35cdcb11b1 Convert cached localizations into dynamic calls 2017-12-04 15:07:56 -08:00
John Lewin
793b745da0 Add missing localizations 2017-12-04 15:07:56 -08:00
John Lewin
62caf39367 Remove confusing conditional localize, handle error case in test
- Workaround added to model rather than fixed in caller, like from test
2017-12-04 15:07:56 -08:00
John Lewin
7ce75070ec Inline localize, remove string formatting from localized text 2017-12-04 15:07:56 -08:00
John Lewin
ffc9ade8cb Text owners should localize their text values
- Derived types should localize their own text rather than the base
2017-12-04 15:07:56 -08:00
John Lewin
96ef163ef3 Localize anytime Title getter is invoked 2017-12-04 15:07:55 -08:00
John Lewin
ee156242ae Remove inactive localizations 2017-12-04 15:07:55 -08:00
John Lewin
94e6dceb53 Remove duplicates with trailing colon
- Confirmed non-colon versions already exist in file
2017-12-04 15:07:55 -08:00
John Lewin
c5be124fbc Remove empty entry 2017-12-04 15:07:55 -08:00
John Lewin
2cfd11d104 Extract trailing colons 2017-12-04 15:07:55 -08:00
John Lewin
40b43b16b8 Remove duplicate keys 2017-12-04 15:07:55 -08:00
John Lewin
9e21acbaeb Expose CreatePartTab, guard for null 2017-12-04 15:07:55 -08:00
johnlewin
2d85abaf7c
Merge pull request #2729 from larsbrubaker/design_tools
Made infill overlay a % of nozzle diameter
2017-12-04 15:03:08 -08:00
Lars Brubaker
22cff32307 Made infill overlay a % of nozzle diameter
Made menu of values for same
Made menu of values for perimeter overlap

issue: MatterHackers/MCCentral#1048
Infill Overlap presets
2017-12-04 14:54:06 -08:00
Lars Brubaker
6b39cbf60b
Merge pull request #2728 from larsbrubaker/design_tools
Design tools
2017-12-04 14:40:34 -08:00
Lars Brubaker
c66fc57614 working on: MatterHackers/MCCentral#1292
Localized strings cannot be stored in static fields
2017-12-04 14:14:12 -08:00
Lars Brubaker
0bfcc1694d Removing auto localize creation 2017-12-04 09:33:01 -08:00
Lars Brubaker
964b7c7a27
Merge pull request #2727 from larsbrubaker/design_tools
Made it configurable if the motors are released automatically at the …
2017-12-03 15:09:41 -08:00
LarsBrubaker
0353aab30c Made it configurable if the motors are released automatically at the end of a print 2017-12-03 14:46:05 -08:00
Lars Brubaker
5a50457629
Merge pull request #2725 from larsbrubaker/design_tools
Put a border on the tumble cube
2017-12-03 08:22:10 -08:00
LarsBrubaker
7b32e97157 addressing: MatterHackers/MatterControl#2471
Layer Preview and settings navigation with arrow keys
2017-12-02 22:14:51 -08:00
LarsBrubaker
64c2b752b2 Put a border on the tumble cube 2017-12-02 21:48:27 -08:00
Lars Brubaker
24c7ab50f5
Merge pull request #2724 from larsbrubaker/design_tools
Make duplicate maintain object height and position
2017-12-02 17:27:09 -08:00
LarsBrubaker
c9e3332d80 Make duplicate maintain object height and position 2017-12-02 17:19:00 -08:00
Lars Brubaker
2deb1d4a33
Merge pull request #2723 from larsbrubaker/design_tools
show the correct number of steps in 3x3 leveling wizard
2017-12-02 17:01:20 -08:00
LarsBrubaker
b3fa0d3d99 show the correct number of steps in 3x3 leveling wizard 2017-12-02 14:01:57 -08:00
Lars Brubaker
3e1d4e6043
Merge pull request #2722 from larsbrubaker/design_tools
Make raft settings disable when not enabled
2017-12-02 13:59:29 -08:00
LarsBrubaker
eb8da7fe28 Make raft settings disable when not enabled 2017-12-02 13:46:04 -08:00
Lars Brubaker
c75a4e7924
Merge pull request #2721 from larsbrubaker/design_tools
Made circular bed draw axis correctly
2017-12-02 13:24:38 -08:00
LarsBrubaker
d3f0e66645 Made cicular bed draw axis correctly
Made tumble cube invalidate while rotating
Vector2 slice edit type needs to be able to be negative (couldn't figuer out how to make test)
2017-12-02 12:54:42 -08:00
johnlewin
49afa2d83a
Merge pull request #2720 from jlewin/design_tools
Fix clipboard registration issue due to conditional compile
2017-11-30 21:51:46 -08:00
John Lewin
5312345c0a Fix clipboard registration issue due to conditional compile
- MatterHackers/MCCentral#2323
Copy and paste don't work in Custom G-Code boxes
2017-11-30 21:34:04 -08:00
John Lewin
3ea03cb120 Use the passed in printer reference 2017-11-30 17:53:29 -08:00
johnlewin
c79d731cf5
Merge pull request #2719 from larsbrubaker/design_tools
Don't ever set our index to less than 0
2017-11-30 17:43:52 -08:00
Lars Brubaker
c43914861b Don't ever set our index to less than 0 2017-11-30 16:52:52 -08:00
johnlewin
d14ece6a8f
Merge pull request #2718 from jlewin/design_tools
Cancel OnClosing event if using interactive dialog
2017-11-30 15:23:23 -08:00
John Lewin
6378b4bc4a Cancel OnClosing event if using interactive dialog 2017-11-30 15:17:22 -08:00
John Lewin
07a9dcfc28 Validate Close confirm dialog works as expected
- Issue MatterHackers/MCCentral#2352
Abort dialog has no effect - MatterControl exits
2017-11-30 15:17:22 -08:00
John Lewin
7900faeb01 Emulator should process queued commands before exiting 2017-11-30 15:17:22 -08:00
johnlewin
bc7b7c615c
Merge pull request #2717 from larsbrubaker/design_tools
Design tools
2017-11-30 15:16:03 -08:00
Lars Brubaker
cee88e16db added ability to turn off send with checksum
made print_center setting show up
2017-11-30 13:59:25 -08:00
Lars Brubaker
a0557ed6c0 Adding support for turning on and off extruder long run reset 2017-11-30 13:59:25 -08:00
johnlewin
8abd1bbdfc
Merge pull request #2716 from jlewin/design_tools
"Add to plate" should be bound to scene content not printer
2017-11-30 12:01:42 -08:00