[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5348: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3937)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5348: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3937)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5348: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3937)
Build Your Own SLA/SLS • raspberry pi Silent boot - Page 3
Page 3 of 3

Re: raspberry pi Silent boot

Posted: Sun Nov 23, 2014 8:56 pm
by PomeroyB
Looking good, hp_!

Re: raspberry pi Silent boot

Posted: Thu Nov 27, 2014 5:56 pm
by hp_
some more progress on direct connection of the RPi and my azteeg(similar to arduino+ramps)



next step, connect a nema17 steppermotor and parse the CW gcode file and of we go..


cheers,
hp

Re: raspberry pi Silent boot

Posted: Fri Nov 28, 2014 11:45 pm
by PomeroyB
Does your program support sending GCode directly? If you typed "G01 Z4.0", would the printer be able to interpret that?

Re: raspberry pi Silent boot

Posted: Sat Nov 29, 2014 11:32 am
by hp_
Hi PomeroyB,

so the program will support direct GCode commands from browser.. for example when you want to move your z-axis to zero position.
what it will also do is it will interpret generated GCODE from CW for example a snapshot of a file of CW below.

Cheers,
hp

;Here you can set any G or M-Code which should be executed BEFORE the build process
G21 ;Set units to be mm
G91 ;Relative Positioning
M17 ;Enable motors
;********** Header End **********
;********** Pre-Slice Start ********
;Set up any GCode here to be executed before a lift
;********** Pre-Slice End **********
;<Slice> 0
;<Delay> 1000
;<Slice> Blank
;********** Lift Sequence ********
G1 X4.0 Z4.0 F150.0
G1 X-4.0 Z-3.95 F100.0
;<Delay> 6500
;********** Lift Sequence **********
;********** Pre-Slice Start ********
;Set up any GCode here to be executed before a lift
;********** Pre-Slice End **********
;<Slice> 1
;<Delay> 1000
;<Slice> Blank
;********** Lift Sequence ********
G1 X4.0 Z4.0 F150.0
G1 X-4.0 Z-3.95 F100.0
;<Delay> 6500
;********** Lift Sequence **********
;********** Pre-Slice Start ********
;Set up any GCode here to be executed before a lift
;********** Pre-Slice End **********
;<Slice> 2
;<Delay> 1000
;<Slice> Blank
;********** Lift Sequence ********
G1 X4.0 Z4.0 F150.0
G1 X-4.0 Z-3.95 F100.0
;<Delay> 6500
;********** Lift Sequence **********
;********** Pre-Slice Start ********
;Set up any GCode here to be executed before a lift
;********** Pre-Slice End **********
;<Slice> 3
;<Delay> 1000
;<Slice> Blank
;********** Lift Sequence ********
G1 X4.0 Z4.0 F150.0
G1 X-4.0 Z-3.95 F100.0
;<Delay> 6500

Re: raspberry pi Silent boot

Posted: Sat Nov 29, 2014 1:56 pm
by cncbasher
_hp
is their a link to a github repro ? , so i can give this ago

Re: raspberry pi Silent boot

Posted: Sat Nov 29, 2014 2:05 pm
by hp_
hi Cncbasher,

there is, but the codes is really really alpha.. and allot of features are still missing..

you sure you want to check it out already?

hp

Re: raspberry pi Silent boot

Posted: Sat Nov 29, 2014 4:25 pm
by PacManFan

Re: raspberry pi Silent boot

Posted: Sat Nov 29, 2014 11:14 pm
by PomeroyB

Re: raspberry pi Silent boot

Posted: Wed Jan 14, 2015 3:27 pm
by ergobot
Sorry for the revive but its relevant to the thread that is referenced by others.

Actively working on a rpi controller.

Getting it stable this week (exciting stuff!).

Will make a thread when ready.

For those interested taking a look:
https://github.com/area515/Creation-Workshop-Host

Re: raspberry pi Silent boot

Posted: Sat Apr 11, 2015 7:26 pm
by hp_
news update:

so after trying out many things on the raspberry pi i just wanted to re-use as many of CW code as possible, so i did give Mono a try, but the framebuffer access is just very limited.
so i reverted back to my python main thread and c programming back end program.

Please have a look at the video maybe i need to upload it to youtube :)


so what is working:
Creation Workshop gcode parsing
Loading png files (generated from a slicer.. ie. CW)
executing the gcode and showing the png's at the specified time interval
Connection to the arduino..

the raspberry pi doesn't have to start X - i run my program from the command line, and control the python program via the web browser.


via the webbrowser:
- upload zip file
- prepare zip file.
- start print




cheers,
hp