Joseph Lenox
c3e6f398db
Merge pull request #4115 from timor/master
...
Update required ParseXS and XSpp versions
2017-09-03 18:48:43 -05:00
timor
81b6f9e261
Update required ParseXS and XSpp versions
2017-09-04 01:21:59 +02:00
Joseph Lenox
d6c44bd68f
Fixed no-gui flag.
2017-09-03 13:37:09 -05:00
Joseph Lenox
c84bc71361
Regression: Check on absolute value of xy_size_compensation instead of raw value > 0 to permit negative offsets again.
...
Fixes #4101
2017-09-02 23:01:43 -05:00
Joseph Lenox
d6469b284a
Added --no-gui flag to force CLI usage (allows for CLI usage with AppImage build).
...
Forced --gui flag in AppImage build.
2017-09-02 13:36:20 -05:00
Joseph Lenox
66074f5398
Merge pull request #4110 from probonopd/patch-2
...
Fix Version= key
2017-09-02 10:16:31 -05:00
Joseph Lenox
5da256283d
Removed Version (which was improperly used). Fixes #4109
2017-09-02 10:12:57 -05:00
probonopd
eba7d99d53
Fix Version= key
...
Closes #4109
2017-09-02 17:07:44 +02:00
Joseph Lenox
8df65c1336
Ensure that freeglut3 is installed
2017-09-02 09:25:51 -05:00
Joseph Lenox
a54ca922b1
Merge pull request #4084 from zaxe3d/fix-cli-params
...
Fix some cli arguments
2017-08-13 20:27:09 -05:00
Can Gelis
d1adeece9e
add --has-heatbed to the documentation
2017-08-12 14:51:52 +03:00
Can Gelis
98e0b81445
make --has-heatbed to compatible with other cli arguments
2017-08-12 14:50:32 +03:00
Can Gelis
571b1172b7
add --bed-shape to the documentation
2017-08-12 14:49:52 +03:00
Can Gelis
6d9279db72
add --bed-shape cli arg
2017-08-12 14:49:29 +03:00
Florens Wasserfall
ebe4fe8016
Display layer height of currently highlighted layer in adaptive preview
2017-06-26 12:18:39 +02:00
Florens Wasserfall
b9a4a62a5a
Add missing variable layer height icon
2017-06-26 10:40:31 +02:00
Joseph Lenox
13f121e3d9
Fixed warning/error about missing parenthesis (added during change for duet support).
2017-06-24 13:16:42 -05:00
Joseph Lenox
aa20fb65e0
Bugfix: refer to getBool() instead of getting a reference to the object itself for config options.
...
Fixes #4043
2017-06-22 16:17:20 -05:00
Joseph Lenox
837be65c6c
Added libglut.so.3 to install list, also upgraded make_archive.sh to permit bash-style comments
2017-06-22 07:13:50 -05:00
Florens Wasserfall
718adf211b
merge-fix: min / max layer height settings not considered
2017-06-22 10:03:49 +02:00
Joseph Lenox
435fa6fb02
Merge pull request #4041 from alexrj/refactor-coreperl
...
Refactor out the perl packages into a common file.
2017-06-21 22:45:25 -05:00
Joseph Lenox
3187f4f181
Removed an unnecessary second call of sftp script, fixed one small error with naming.
2017-06-21 22:35:05 -05:00
Joseph Lenox
4c958d24ee
Refactor out the perl packages into a common file.
2017-06-21 22:21:27 -05:00
Joseph Lenox
26becd8b51
Produce AppImage from the leavings of the normal bz2. ( #4039 )
...
* Produce AppImage from the leavings of the normal bz2.
2017-06-21 22:19:26 -05:00
Joseph Lenox
b6708e87f0
Check that last_send buffer is large enough in addition to whether or not we have sent data.
...
Avoids a crash at reconnect, leaves an error message from printer (currently use M110 0 to get back to a good state)
Fixes #4009
2017-06-21 20:50:39 -05:00
Florens Wasserfall
546bc0f4d0
fixed merge problem
2017-06-21 17:18:49 +02:00
Florens Wasserfall
c0dfffe0ff
Merge branch 'master' into adaptive-slicing
2017-06-21 15:49:24 +02:00
Florens Wasserfall
49a5f7e9a4
better (correct) boundary conditions for layer height spline
2017-06-21 15:16:02 +02:00
Florens Wasserfall
a386136c31
removed legacy debugging code
2017-06-21 15:14:54 +02:00
Florens Wasserfall
febe07d8e8
bugfix: better cache for raft height
2017-06-21 15:14:33 +02:00
Florens Wasserfall
ad9c4e2565
Bugfix: legacy return value exception caused problems with vertical surfaces
2017-06-21 10:19:35 +02:00
Florens Wasserfall
6d063a4413
bugfix: cache raft height for z-indicator in preview to avoid segfault when reslicing
2017-06-20 10:45:29 +02:00
Alessandro Ranellucci
2ee32bb244
Added new option for additional overlap between regions printed with distinct extruders or settings
2017-06-19 11:25:11 +02:00
Joseph Lenox
abc96ad3bf
Merge pull request #4032 from hyperair/fix-octoprint-send-gcode
...
Fix host_type comparison when sending G-code to octoprint
2017-06-17 15:03:53 -05:00
eMAKER
5fbb245b97
Duet upload improved to work with DuetWiFi and Duet 0.6(ethernet). Thanks to @rob-miller for testing and fix. ( #4033 )
2017-06-17 15:02:47 -05:00
Chow Loong Jin
8cd25fd7e9
Fix host_type comparison
...
host_type values are lowercase. This fixes a 404 error (because it attempts to
upload to /rr_upload) when sending G-code to Octoprint.
2017-06-17 18:00:23 +08:00
Joseph Lenox
98fca9090b
Same derp, different file.
2017-06-15 22:06:47 -05:00
Joseph Lenox
58f3290a93
Oops, moved it to a different class by mistake.
2017-06-15 21:42:40 -05:00
Samir55
1e8cd3f199
Model.hpp Doxygen Documentation ( #3958 )
...
* Documenting Model Class (Still un finished functions)
* Add Model Material Documentation
* Documenting ModelInstance
* Documenting ModelVolume
* Documenting the ModelObject Class
* Applying some enhancement to Model.hpp Documentation
* Removed some todos in the code
* Remove Todos in Model.hpp
* Fix some functions dcumentation.
* Removed todo found in Model.hpp
* Update Model.hpp
* Update Model.cpp
Put back align_instances_to_origin. Not sure why this was removed to start with.
* Update Model.xsp
put back removed function (this should be a doc-only change)
* Update Model.hpp
Re-added function that should have not been removed in a doc-only change (re: scope)
2017-06-15 21:17:20 -05:00
eMAKER
1c74067da0
Octoprint settings functionality expanded to allow upload to RepRapFi… ( #4028 )
...
* Octoprint settings functionality expanded to allow upload to RepRapFirmware on a Duet controller.
* octoprint_host renamed to print_host to enhance code readability.
Fixes #4022
2017-06-15 20:54:27 -05:00
Alessandro Ranellucci
65e1fe22e0
Restored Storable module in OSX package
2017-06-14 11:32:31 +02:00
Joseph Lenox
46504db02f
tab->space in GCodeSender
2017-06-13 07:47:37 -05:00
Joseph Lenox
2bedc5c9df
Link to libstdc++ statically. ( #4016 )
...
* Link to libstdc++ statically.
* use a linker flag instead.
* Update Build.PL
* Link to static paths on Travis only.
* Fix SFTP to abort of SFTP errors.
* Create sftp.sh
* always set -static-libstdc++ now in ldflags
also removed gcc 4.6 workaround
* remove buggy gcc check for 4.7, it is no longer supported
* Remove -lstdc++
Static linking is done on Travis for linux.
* Filter -lstdc++ on linux, static c++
2017-06-09 08:05:21 -05:00
Joseph Lenox
5e7fbe177d
Always format month/day/hour/second/minute placeholder variables out to their full width.
...
Fixes #4019
2017-06-09 07:57:27 -05:00
Joseph Lenox
9f0335b4b8
Replaced throwing strings with exception objects. Fixes #3433
2017-06-04 09:05:41 -05:00
Joseph Lenox
e2b3d25edf
Added Printer and Filament notes to things to avoid invalidating.
2017-06-03 23:29:56 -05:00
Joseph Lenox
1d6170bcf8
Make Preset::load_config return a config if it short-circuits. Fixes #3996
2017-06-03 21:06:17 -05:00
Joseph Lenox
c36fadd297
comment the notes() and preamble() in gcodewriter
2017-06-03 19:58:31 -05:00
Joseph Lenox
375b334ad8
Bugfixes: Fix CLI definition for printer notes and remove dupe qw()
2017-06-03 19:58:18 -05:00
Joseph Lenox
25202f9a47
Bugfix: Printer notes was manipulating the same field as the print notes field.
2017-06-03 19:27:27 -05:00