Commit graph

445 commits

Author SHA1 Message Date
larsbrubaker
e6a1cabadf Fixed the style of the export window
Got rid of some parameters to print leveling that were not used
Made it possible to ignore below 0 for leveling
2014-06-11 12:13:30 -07:00
larsbrubaker
93c71a08ed We now collect enough data to create the correct bed level matrix for 2 from leveling.
Changed the R1 to use the new 2 point leveling.
2014-06-10 16:39:02 -07:00
larsbrubaker
6e7abb73f1 Cleaning up update a bit so we can have first time check for new version.
Made more strings push through translations.
Put in a new OEM setting for check for update on first run
2014-06-10 09:25:38 -07:00
larsbrubaker
af3a345ce2 Renaming for clarity.
Got the third point data collection to work better.
2014-06-06 19:10:13 -07:00
larsbrubaker
fcfccc5f63 Put more stuff into localization.
Made all movements in print leveling try to use the speeds out of manual controls.
Probe the 3rd point in 2 point probing so we can set up the correct level equation.
Put in a getting third point page.
2014-06-06 18:54:12 -07:00
larsbrubaker
7dd57bb6b5 Now the 2 point leveling at least can be instantiated. 2014-06-06 17:33:26 -07:00
larsbrubaker
6ec46b7ed1 Put the printer configuration page into a matching namespace and renamed it with printer prefix
Put in the code to handle multiple bed leveling procedures.
Saving the print level data into the printer as a json string
2014-06-06 16:05:18 -07:00
larsbrubaker
dad1e096a7 Cleaned up some of the back next behavior in the wizard.
More work on getting the 2Point leveling working.
2014-06-05 18:08:33 -07:00
larsbrubaker
ee6495b20c Fixed problems in print level wizard. 2014-06-05 14:17:20 -07:00
larsbrubaker
a04ab3d050 Made the type of print leveling that will happen for a printer be selectable
Turned some bools into enums for clarity
Broke some of the print leveling wizard into separate files.
Started work on a new 2 point probe (actually an n point switch -> bed position maper).
2014-06-05 11:45:40 -07:00
larsbrubaker
0356d1b7bf Made the print leveling window follow the theme.
Improved the text and corrected layout errors.
Improved other theme consistency.
2014-05-31 10:59:00 -07:00
larsbrubaker
12650e854e Changed ConnectionStateChanged => CommunicationStateChanged
Put in support for running the print level wizard on first print.
Set the R1 to need print leveling
2014-05-30 14:37:30 -07:00
gregory-diaz
252388de41 When hovering over theme change buttons, sample square now changes color 2014-05-16 15:11:19 -07:00
larsbrubaker
ca4f036f50 Do the check for update on release selection change. 2014-05-12 21:01:14 -07:00
larsbrubaker
8f6d73e1e1 Fixed some problems with print leveling moving down.
Made gcode with no timing info (no speeds set) still visible.
2014-05-09 17:49:57 -07:00
Kevin Pope
6a52547106 Changed ordering of Configuration Page to reduce visual distraction. 2014-05-05 11:12:39 -07:00
larsbrubaker
dcd53ccd35 need to test but put in a quick fix for update state on release change. 2014-04-27 17:26:42 -07:00
larsbrubaker
ea5544172e help text has left margin.
Release settings drop down works.
2014-04-25 16:57:57 -07:00
kevinepope
d5b052cc25 Consolidated and rearranged the Configuration tab. 2014-04-24 20:54:05 -07:00
larsbrubaker
e0db090b7f Made the print leveling use the speeds set in the manual movement controls for z. 2014-04-22 07:36:29 -07:00
gregory-diaz
712e62a8d2 Added code on the release options styled drop menu. 2014-04-17 14:50:27 -07:00
gregory-diaz
00f875b65b more changes to theme controls group box. 2014-04-17 12:11:34 -07:00
gregory-diaz
374aa66c4a Added gui widget to theme controls group box. Still needs tweaking... 2014-04-17 11:30:13 -07:00
gregory-diaz
b9eafe8d86 took out debugshowbounds statements from last commit 2014-04-16 17:49:56 -07:00
gregory-diaz
4b551a1e72 Fixed UI on the release options group box 2014-04-16 17:30:56 -07:00
gregory-diaz
79dc1d6b03 Added drop down menu for release options 2014-04-16 14:18:56 -07:00
Kevin Pope
9445266477 Moved terminal button from Manual Controls to Configuration.
Resized connection icon.
2014-04-15 19:14:49 -07:00
larsbrubaker
49c8a045a5 fixed the spelling of label
an acronymed some variables txt -> text lbl -> label
2014-04-15 10:11:56 -07:00
larsbrubaker
771280f6df Fixed many all upper case words to be Title case instead. 2014-04-10 14:07:25 -07:00
larsbrubaker
50ead93c1e Made the language restart actually restart the app. 2014-04-10 10:36:59 -07:00
larsbrubaker
ac650397a6 Made new text wrapping class. 2014-04-08 17:22:03 -07:00
kevinepope
42defe3825 Renamed dropdown SelectedValue to SelectedLabel 2014-04-06 19:25:02 -07:00
larsbrubaker
405b8be6bc Making for of the 3d view reusable for all places that are implementing redundant stuff.
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
larsbrubaker
1e08d94eb1 Fixed some problems with part sheet names and copies.
Made a warning if print leveling tries to go too low.
2014-04-03 15:59:36 -07:00
larsbrubaker
44da6b1bd8 Making more strings get into localization.
Making the print leveling warn if the extruder needs to go below 0.
2014-04-02 21:02:39 -07:00
larsbrubaker
afee787587 Working on adding a print level sample position edit window .
Cleaned up the names of the functions to get the print level sample positions vs. the measured positions.
2014-04-02 18:14:26 -07:00
Kevin Pope
428e0b8b9c Make leveling icon theme-corrected. 2014-03-31 10:55:35 -07:00
kevinepope
e1946250b6 Added restart button to language selector. Cleaned up language selector. 2014-03-30 17:52:33 -07:00
gregory-diaz
00910197cb Changed button and text color from white to black on print level wizard 2014-03-24 14:44:43 -07:00
Kevin Pope
8a0929c008 Added language and theme selectors to the configuration panel. 2014-03-20 15:51:40 -07:00
Kevin Pope
280726e6b5 Added language selector widget. 2014-03-20 13:57:17 -07:00
larsbrubaker
a74dcce12f The name of ImageBMPIO changed to ImageIO 2014-03-12 15:37:19 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
kevinepope
92096291bc Stylistic exploration. 2014-03-01 18:48:25 -08:00
Kevin Pope
8ab9f15a70 Refactoring and cleanup. Added new separate tab for configuration actions. 2014-03-01 13:10:48 -08:00