0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-01 07:56:11 +02:00
Commit Graph

570 Commits

Author SHA1 Message Date
Rick Companje
02fc0ea91b updated version and releasenotes 2017-07-06 16:09:15 +02:00
Simon Voordouw
634465fdd6 move deleting start/endgcode files to stopFetch 2017-07-06 15:31:57 +02:00
Simon Voordouw
1bbb327178 remove semicolon 2017-07-06 15:06:19 +02:00
Simon Voordouw
fdbc07b377 use accessManager.hasControl. Fixes issue #75 2017-07-06 14:39:28 +02:00
Simon Voordouw
c536fe3221 consistent formatting in print-fetch. Fixes issue #77 2017-07-06 14:24:59 +02:00
Simon Voordouw
db259bbfc6 return "printer not idle" as fail. Fixes issue #76 2017-07-06 14:24:59 +02:00
Simon Voordouw
22b6abfd8b stop fetch program in printer/{fetch,print}. Fixes issue #74 2017-07-06 14:24:55 +02:00
Simon Voordouw
2883a066ef add currentPrint get/setter. Fix issue #78 2017-07-06 13:59:45 +02:00
Simon Voordouw
8adc74876e use current-print 2017-06-27 17:45:56 +02:00
Simon Voordouw
753672e164 Merge branch 'develop' of github.com:Doodle3D/Doodle3D-firmware into develop 2017-06-27 17:45:05 +02:00
Simon Voordouw
0acc20f498 stop print-fetch before stopping print 2017-06-27 17:42:19 +02:00
Rick Companje
01cc6770f6 Update ReleaseNotes.md 2017-06-23 17:35:45 +02:00
Rick Companje
c15b1bd592 Update ReleaseNotes.md 2017-06-23 17:29:28 +02:00
Rick Companje
07d4316a7f fixed typo in filename /tmp/currentprint 2017-06-23 15:34:07 +02:00
Rick Companje
18271618f7 set default printing temperature to 210 instead of 230 degrees 2017-06-23 15:06:23 +02:00
Rick Companje
a5f3ff92cf replace preheatTemp and preheatBedTemp by 0 in default encode for safety 2017-06-23 11:11:53 +02:00
Rick Companje
752bd144cf add \n to default_deltabot_endcode 2017-06-23 11:08:35 +02:00
Rick Companje
9b9513c278 disable heatup and set heatup temperature to 0 by default 2017-06-23 11:07:21 +02:00
Simon Voordouw
d9e84308dd append end G-code correctly 2017-06-22 16:17:38 +02:00
Simon Voordouw
ae46535275 exit if gcode file info could not be retrieved 2017-06-22 14:31:32 +02:00
Simon Voordouw
9571af19ac check if file is opened 2017-06-21 11:50:50 +02:00
Simon Voordouw
6729af7064 rename remote to gcodeServer for clarity 2017-06-20 15:18:36 +02:00
Simon Voordouw
8eb83ac6a0 save print id and add it to the progres api 2017-06-20 15:17:29 +02:00
Rick Companje
3b6b9618cc updated default startcode (moved G91 after G1 Z15)
See https://github.com/Doodle3D/WiFi-Box/issues/21
2017-06-20 14:19:36 +02:00
Simon Voordouw
28e131f8de kill fetch program on print stop 2017-06-20 14:13:49 +02:00
Rick Companje
2b0f6287d7 Update ReleaseNotes.md 2017-06-20 12:16:27 +02:00
Simon Voordouw
a9c2f6096c check if printer is idle before fetching 2017-06-19 16:13:07 +02:00
Rick Companje
a5bf23c95c Update ReleaseNotes.md 2017-06-19 15:39:25 +02:00
Rick Companje
ca3016bbe8 Update FIRMWARE-VERSION 2017-06-19 15:33:42 +02:00
Rick Companje
257d59b33e Merge pull request #71 from Doodle3D/feature/add-renkforce-printer
Adding support for Renkforce RF100
2017-06-19 14:47:07 +02:00
Rick Companje
54cb428987 Merge pull request #72 from Doodle3D/feature/add-renkforce-printer-1
Adding support for Renkforce RF100
2017-06-19 14:46:58 +02:00
Rick Companje
c1eb99b91b Adding support for Renkforce RF100
Adding support for Renkforce RF100 in printer.lua: Doodle3D/WiFi-Box#20
2017-06-19 14:41:11 +02:00
Rick Companje
bafc05deb0 Update printer.lua 2017-06-19 14:33:25 +02:00
Simon Voordouw
ade1b2793b Merge pull request #70 from Doodle3D/feature/print-fetch
Feature/print fetch
2017-06-19 14:32:38 +02:00
Simon Voordouw
3fe6ff3bfe change default gcode server to gcodeserver.doodle3d.com 2017-06-19 14:17:19 +02:00
Simon Voordouw
1676ca5703 use gcode id as source 2017-06-19 13:20:13 +02:00
Simon Voordouw
f2e77d9529 submit total lines when fetching print 2017-06-19 11:28:39 +02:00
Simon Voordouw
6b4e4e934c remove total lines 2017-06-13 14:40:20 +02:00
Simon Voordouw
aec8343bc0 add more error handling 2017-06-13 13:22:59 +02:00
Simon Voordouw
0d955b48ea WiFi-box can't handle https 2017-06-13 13:09:46 +02:00
Simon Voordouw
97fb6609ea call print start before finishing fetch loop 2017-06-13 13:04:09 +02:00
Simon Voordouw
533988a409 add gcode_server to default settings 2017-06-13 12:30:47 +02:00
Simon Voordouw
211c2f1abb copy print-fetch script to install dir 2017-06-13 11:47:16 +02:00
Simon Voordouw
fbb536f4ad use correct lua not equal 2017-06-13 11:10:50 +02:00
Simon Voordouw
5607ab96ad add end and start-gcode parameters to printer/fetch API 2017-06-12 17:49:46 +02:00
Simon Voordouw
b2590e4142 add options to pass start and end-gcode to print-fetch 2017-06-12 17:20:29 +02:00
Simon Voordouw
9c6bd6cdea gcode file is done when current_line is higher or equal than total_lines 2017-06-12 15:37:43 +02:00
Simon Voordouw
2f91065ff7 add check for control and clear gcode on print fetch start 2017-06-12 12:06:27 +02:00
Simon Voordouw
82d4179bc3 add logging, parameter checking to print-fetch script 2017-06-12 12:05:57 +02:00
Simon Voordouw
02b198d773 return success response 2017-05-18 15:01:27 +02:00