add missing three-js link. update cubicon style profile

This commit is contained in:
Stewart Allen 2018-09-19 10:28:27 -04:00
commit d8aa8cd609
3 changed files with 17 additions and 21 deletions

View file

@ -1,27 +1,22 @@
{
"pre":[
"M104 S{temp} T0 ; set extruder temperature",
"M140 S{bed_temp} T0 ; set bed temperature",
"M190 S{bed_temp} T0 ; set bed temperature",
"M109 S{temp} T0 ; set extruder temperature",
"M901 S35 ; set chamber temperature to 35 (standard)",
"G90 ; set absolute positioning mode",
"M82 ; set absolute positioning for extruder",
"M107 ; turn off filament cooling fan",
"G28 ; home axes",
"G29 ; level bed",
"G92 E0 ; reset all axes positions",
"G1 X0 Y0 Z0.25 F180 ; move xy to 0,0 and z 0.25mm over bed",
"G92 E0 ; zero the extruder",
"G1 E15 F200 ; purge 15mm from extruder",
"G92 E0 ; zero the extruded"
"T0 ; select extruder #0",
"M104 S{temp} ; set nozzle temp",
"M140 S{bed_temp} T0 ; set bed temperature",
"M109 S{temp} ; wait for nozzle to heat",
"S210 T0 ; wait for heating?",
"M82 ; absolute extrusion mode",
"G28 ; home",
"G1 Z15 F6000 ; lower platform 15mm",
"G92 E0 ; zero out extruder position",
"G1 F200 E3 ; prime the extruder 3mm"
],
"post":[
"M107 ; turn off filament cooling fan",
"M104 S0 T0 ; turn off right extruder",
"M140 S0 ; turn off bed",
"M904 ; park extruder",
"M84 ; disable stepper motors"
"M107 ; turn off filament cooling fan",
"M104 S0 T0 ; turn off right extruder",
"M140 S0 ; turn off bed",
"M904 ; park extruder",
"M84 ; disable stepper motors"
],
"cmd":{
"fan_power": "M106 S{fan_speed}"