mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 23:56:45 -08:00
Tweaked colors and render()s.
This commit is contained in:
@@ -13,6 +13,7 @@ module compression_screw(slop=0) {
|
||||
knob_h = adjust_screw_knob_h;
|
||||
knob_d = 20;
|
||||
slot_w = 2;
|
||||
color([0.0, 0.5, 0.5])
|
||||
up(h/2) {
|
||||
up(knob_h) {
|
||||
difference() {
|
||||
|
||||
@@ -11,6 +11,8 @@ $fs = 1;
|
||||
module e3dv6_dual_platform()
|
||||
{
|
||||
extruder_spread = 30;
|
||||
|
||||
color("cornflowerblue")
|
||||
difference() {
|
||||
union() {
|
||||
extruder_platform(
|
||||
@@ -23,7 +25,7 @@ module e3dv6_dual_platform()
|
||||
// Extruder mount
|
||||
zrot_copies([0, 180])
|
||||
left(extruder_spread/2)
|
||||
render(convexity=10)
|
||||
//render(convexity=10)
|
||||
extruder_additive(
|
||||
groove_thick=e3dv6_groove_thick,
|
||||
groove_diam=e3dv6_groove_diam,
|
||||
@@ -41,7 +43,7 @@ module e3dv6_dual_platform()
|
||||
// Subtractive extruder parts
|
||||
zrot_copies([0, 180])
|
||||
left(extruder_spread/2)
|
||||
render(convexity=10)
|
||||
//render(convexity=10)
|
||||
extruder_subtractive(
|
||||
groove_thick=e3dv6_groove_thick,
|
||||
groove_diam=e3dv6_groove_diam,
|
||||
|
||||
@@ -14,6 +14,7 @@ module e3dv6_single_platform()
|
||||
{
|
||||
motor_width = nema_motor_width(17);
|
||||
|
||||
color("cornflowerblue")
|
||||
difference() {
|
||||
union() {
|
||||
extruder_platform(
|
||||
@@ -25,7 +26,6 @@ module e3dv6_single_platform()
|
||||
|
||||
// Extruder mount
|
||||
zrot(-90)
|
||||
render(convexity=10)
|
||||
extruder_additive(
|
||||
groove_thick=e3dv6_groove_thick,
|
||||
groove_diam=e3dv6_groove_diam,
|
||||
@@ -42,7 +42,6 @@ module e3dv6_single_platform()
|
||||
|
||||
// Subtractive extruder parts
|
||||
zrot(-90)
|
||||
render(convexity=10)
|
||||
extruder_subtractive(
|
||||
groove_thick=e3dv6_groove_thick,
|
||||
groove_diam=e3dv6_groove_diam,
|
||||
|
||||
@@ -11,6 +11,8 @@ $fs = 1;
|
||||
module jhead_dual_platform()
|
||||
{
|
||||
extruder_spread = 30;
|
||||
|
||||
color("cornflowerblue")
|
||||
difference() {
|
||||
union() {
|
||||
extruder_platform(
|
||||
|
||||
@@ -14,6 +14,7 @@ module jhead_single_platform()
|
||||
{
|
||||
motor_width = nema_motor_width(17);
|
||||
|
||||
color("cornflowerblue")
|
||||
difference() {
|
||||
union() {
|
||||
extruder_platform(
|
||||
|
||||
@@ -24,7 +24,7 @@ module z_rail(explode=0, connectby="")
|
||||
(connectby=="fwd")? l/2 :
|
||||
0
|
||||
) {
|
||||
color([0.9, 0.7, 1.0])
|
||||
color([0.4, 0.8, 0.6])
|
||||
prerender(convexity=20)
|
||||
union() {
|
||||
difference() {
|
||||
|
||||
Reference in New Issue
Block a user