larsbrubaker
78439d34ab
Got the new mocros menu working well
2016-12-03 12:08:39 -08:00
Lars Brubaker
0c08c6c5ce
Make pause work correctly with always printing
2016-12-02 13:51:58 -08:00
Lars Brubaker
fb1f5ff730
Made it so that only canceling the printe causes it to be marked as canceled
...
Disconnect and reconnect do not 'cancel' the print
Closing MC does not 'cancel' the print
2016-12-01 10:59:03 -08:00
Lars Brubaker
efe79dab81
Merge remote-tracking branch 'origin/master'
2016-11-30 13:34:14 -08:00
Lars Brubaker
83a56dfbdb
also consider the extruder position when doing maxlength.
2016-11-29 16:52:58 -08:00
Lars Brubaker
9553cebe15
Merge branch 'master' into master
2016-11-29 16:23:32 -08:00
Matt Moening
2cdca4860d
Send reset line number command on connect
2016-11-29 16:05:30 -08:00
Lars Brubaker
2476b1d1f2
Make queued commands parse as they are sent.
2016-11-29 15:14:38 -08:00
Lars Brubaker
3928538f22
Make sure we try to send commands while attempting to connect.
2016-11-29 14:58:24 -08:00
Lars Brubaker
7c9128c01c
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2016-11-29 14:18:03 -08:00
Lars Brubaker
06b1512698
Load and Unload Macros working better.
...
Fixed colors on redeem purchase disabled button
2016-11-29 14:17:37 -08:00
Tyler Anderson
f85a741cd9
Fixed more line endings for Smoothie compatability
2016-11-29 14:07:37 -08:00
Matt Moening
b6d34bcdf7
Converted hard coded strings to SettingsKey
2016-11-29 12:17:36 -08:00
Matt Moening
025b135a7d
Extracted network printing check into function
...
- check network printing is enable during serial port availability checking
- check nwp is enabled before Attempt to Connect
2016-11-29 10:57:44 -08:00
Matt Moening
60b3fe5133
Networked Printing enabled in MC
...
- Added properties to enable s3g coms, enable networked communication, store IP and port
- updated Settings on Change to be a dictionary that stores what they are changing and how to do it
- added handling in check box for SettingsOnChange
- SerialPortIsAvailable returns true when networked printing is enabled
- Engine mapping base updated for new properties
2016-11-29 10:57:44 -08:00
Lars Brubaker
a241888635
Merge branch 'AlwaysPrinting'
...
# Conflicts:
# PrinterCommunication/PrinterConnectionAndCommunication.cs
# StaticData/Translations/Master.txt
# Submodules/MatterSlice
2016-11-28 17:10:06 -08:00
Lars Brubaker
41d7d91bf1
Don't send G4 dwell while wating to reach temp.
2016-11-28 16:09:25 -08:00
Lars Brubaker
dfd4bd2c32
Merge branch '1.6.0'
...
# Conflicts:
# PrinterControls/PrinterConnections/SetupStepComPortTwo.cs
2016-11-17 12:28:52 -08:00
Lars Brubaker
a01df173d8
More smoothie fix
2016-11-11 18:35:18 -08:00
Lars Brubaker
2f909df4cf
getting smoothie resend working.
2016-11-11 16:29:25 -08:00
Lars Brubaker
b2965794d1
Improved macro capabilities
...
Wrote enough code to allow for the loading and unloading of filament
2016-11-11 11:48:33 -08:00
Lars Brubaker
df1602e9aa
Writing more code to make it work
...
starting on some untility proof of concept by writing macros for load unload filament.
2016-11-11 11:48:33 -08:00
Lars Brubaker
7232620360
Interesting progress on always sending as print.
...
relates to bug MatterHackers/MCCentral#90
Long G-Code macros do not work
2016-11-11 11:48:32 -08:00
Lars Brubaker
e7aa87338e
Make sure we are able to print HW erorrs on any printer after connection.
2016-11-09 09:22:38 -08:00
Lars Brubaker
e577391772
Make sure we don't block on a bad write to the sqlite database
2016-10-21 14:19:15 -07:00
Lars Brubaker
3902d120bf
Test for null and protect the commit.
2016-10-21 12:00:22 -07:00
Lars Brubaker
c26d483e4d
Can't number format a letter string
2016-10-19 17:36:29 -07:00
Lars Brubaker
41a2490d91
Make sure we don't send exponents to the printer
2016-10-19 17:05:49 -07:00
Lars Brubaker
47968f566f
Going back to the old leveling method.
2016-10-19 16:03:08 -07:00
Tyler Anderson
40783d502c
Fixed sending/receiving double lines in Smoothie
2016-10-18 17:29:23 -07:00
Lars Brubaker
b659a3ea50
Make sure we clear z_offset_after_home on reset.
2016-10-18 15:58:50 -07:00
Lars Brubaker
ecce2e2b0d
Don't thow this in release.
2016-10-17 12:40:19 -07:00
Lars Brubaker
a3d4032704
Wrote tests for LineIsZHoming
...
Made sure we don't clear leveling data while viewing.
2016-10-14 13:15:09 -07:00
Lars Brubaker
3bb439d198
Make it possible to have the print leveling go negative
...
Took out the 2 point leveling solution
MatterHackers/MatterControl#804
2016-10-11 14:56:36 -07:00
larsbrubaker
426c0ede6a
Code to enable going below 0 for printe recovery
2016-10-10 19:30:48 -07:00
Lars Brubaker
aa2fde82fb
Import Settings now working
...
Moved merge into PrinterSettings
With test
2016-10-05 14:57:37 -07:00
Tyler Anderson
931a970617
Added another hardware error
2016-10-05 13:56:38 -07:00
Lars Brubaker
29777aa0b1
Making a single public api to canceling / stoping the print.
2016-10-03 14:34:16 -07:00
Lars Brubaker
4a5181db26
Protect against nulls
2016-09-28 12:51:46 -07:00
Lars Brubaker
de12a5c8ba
Finished print leveling test – fixed reset to defaults
...
Moved more things to settings key
Disabled end-user license agreement on Mac for now
2016-09-27 12:47:15 -07:00
Lars Brubaker
8ee755d82d
Added anthore printer hardware error.
2016-09-22 17:26:27 -07:00
Lars Brubaker
a6fc014a0c
Made it possible to start a gcode files from sync
2016-09-22 15:36:11 -07:00
Lars Brubaker
c3d96b6601
Working on Queue done button working test (+2 squashed commit)
...
Test that MatterControl vanilla actually stars up
Finished the resume print test
Set backup to 0
Created a SwitchToAdvancedSettings function
2016-09-22 12:35:34 -07:00
Lars Brubaker
b23c7e6b4a
Improved disconnect behavior
...
Recover setting shows blue override when used
2016-09-16 15:27:58 -07:00
Lars Brubaker
5ffd4c168e
Added the ability to emit 'G0' for movement
2016-09-13 14:09:35 -07:00
Lars Brubaker
fbd67c0dd7
Put in code to refresh the library selector
...
Renamed ResumePrinting to PrintRecovery
2016-09-06 14:42:14 -07:00
Lars Brubaker
5637e25d9e
Copy the thumbnail image, for the default queue parts if available
...
Fixed spelling
Made the ray tracer multi thread when not printing
Changed 'don't ask me again' to 'don't remind me again'
Added a thumbnail for the MatterControl coin
2016-09-02 16:26:56 -07:00
Lars Brubaker
cd7406d82b
Created a UserSettingsKey and SystemSettingsKey
...
Moved some settings into this, lots more to do
2016-08-30 10:30:55 -07:00
Lars Brubaker
357a497505
Fixed a bug with pause resume gcode
...
Made a new test.
added test layouts.txt and master.txt and porperties.json
added paus_gcode and resume_gcode to settingskey
2016-08-17 14:04:03 -07:00
Lars Brubaker
261b613689
Made resume failed print able to be turned on and off
...
Made show if set have an & operator
Made a new test for parsing the show if set parameter
2016-08-11 16:09:45 -07:00