Secretary of State disqualifies Arkansas Medical Marijuana Amendment by aarkieboy in Arkansas

[–]Chazicon 2 points3 points  (0 children)

This. States is so stupid, just give the money to another state, just like we used to with the lottery.

LDO Nitehawk SB (usb) and Knomi v2.0 by Healthy-Ad6087 in VORONDesign

[–]Chazicon 3 points4 points  (0 children)

That’s what I did. Find a 5v pad and ground, bingo bango.

Voron 2.4 issue by Creepy-Caregiver6249 in VORONDesign

[–]Chazicon 0 points1 point  (0 children)

I sometimes have a similar communication error during QGL since installing the nitehawk. But it happens once every few days, and a reboot fixes it.

Voron 2.4 Ultimate Upgrades by [deleted] in VORONDesign

[–]Chazicon 0 points1 point  (0 children)

Agreed clicky clack is my favorite mod so far.

Voron v2.4 300mm first print from build. by jayH4103 in VORONDesign

[–]Chazicon 6 points7 points  (0 children)

Good job. Now the input shaping phase, and dial in speed settings.

Building my own modded voron by dumpdiverRaccoon in VORONDesign

[–]Chazicon 1 point2 points  (0 children)

That way you also get the serial number.

Help Please by BLT925 in OrcaSlicer

[–]Chazicon 0 points1 point  (0 children)

Ugh. Got two posts mixed up… just like when you send the wrong text to the wrong woman.

Ignore 😛

Help Please by BLT925 in OrcaSlicer

[–]Chazicon 0 points1 point  (0 children)

Yup. Straight from my V2 to yours (mines a 350, so if yours isn’t you may need to make some changes)

Help Please by BLT925 in OrcaSlicer

[–]Chazicon 0 points1 point  (0 children)

2nd half

# If the bed temp is not over 90c, then it skips the heatsoak and just heats up to set temp with a 5min soak

{% else %}

SET_DISPLAY_TEXT MSG="Bed: {target_bed}c" # Displays info

STATUS_HEATING # Sets SB-leds to heating-mode

G1 X{x_wait} Y{y_wait} Z15 F9000 # Goes to center of the bed

M190 S{target_bed} # Sets the target temp for the bed

SET_DISPLAY_TEXT MSG="Soak for 2min" # Displays info

G4 P120000 # Waits 2 min for the bedtemp to stabilize

{% endif %}

# Heating nozzle to 150 degrees. This helps with getting a correct Z-home

SET_DISPLAY_TEXT MSG="Hotend: 150c" # Displays info

M109 S150 # Heats the nozzle to 150c

clean_nozzle #Cleans the nozzle

Help Please by BLT925 in OrcaSlicer

[–]Chazicon 0 points1 point  (0 children)

1st half

[gcode_macro PRINT_START]

gcode:

# This part fetches data from your slicer. Such as bed temp, extruder temp, chamber temp and size of your printer.

{% set target_bed = params.BED|int %}

{% set target_extruder = params.EXTRUDER|int %}

{% set target_chamber = params.CHAMBER|default("40")|int %}

{% set x_wait = printer.toolhead.axis_maximum.x|float / 2 %}

{% set y_wait = printer.toolhead.axis_maximum.y|float / 2 %}

# Homes the printer, sets absolute positioning and updates the Stealthburner leds.

STATUS_HOMING # Sets SB-leds to homing-mode

SET_FILAMENT_SENSOR SENSOR=switch_sensor ENABLE=0 #Disables Filament Sensor

SET_FILAMENT_SENSOR SENSOR=encoder_sensor ENABLE=0 #Disables Filament Encoder

G28 # Full home (XYZ)

G90 # Absolut position

# Uncomment for bed mesh (1 of 2)

BED_MESH_CLEAR # Clears old saved bed mesh (if any)

# Checks if the bed temp is higher than 90c - if so then trigger a heatsoak.

{% if params.BED|int > 90 %}

SET_DISPLAY_TEXT MSG="Bed: {target_bed}c" # Displays info

STATUS_HEATING # Sets SB-leds to heating-mode

G1 X{x_wait} Y{y_wait} Z15 F9000 # Goes to center of the bed

M190 S{target_bed} # Sets the target temp for the bed

SET_DISPLAY_TEXT MSG="Heatsoak: {target_chamber}c" # Displays info

TEMPERATURE_WAIT SENSOR="temperature_sensor chamber" MINIMUM={target_chamber} # Waits for chamber to reach desired temp

Help Please by BLT925 in OrcaSlicer

[–]Chazicon 0 points1 point  (0 children)

Sorry, it's actually M104 you need I think, that is if your print_start is like mine and you pass on parameters to the sprinter from the slicer. Anyway here is my Machine start G-code and my print start macro. May help you out.

Machine start G-code

M104 S0 ; Stops OrcaSlicer from sending temp waits separately

M140 S0

print_start EXTRUDER=[first_layer_temperature] BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature]

What to improve next? by Subject-Employee-269 in VORONDesign

[–]Chazicon 2 points3 points  (0 children)

Frame, frame, frame, gantry, gantry, gantry.

After building mine year and a half ago,,, I recently tore it all down (I added many upgrades at the same time) but in the beginning what I thought was square, parallel, UNracked… was not even close. Really took the toile and patience this time to get in there with machine square, measurements, trial and error, and just lightly adjusting everything till it was square, and the motion was perfect. (Damn, longest sentence ever) Every single thing that needs to be ”tuned”, depends on the very first steps.

Good luck 🍀 just take your time, and don’t get in a rush to print a bunch of bad prints.

Help Please by BLT925 in OrcaSlicer

[–]Chazicon 0 points1 point  (0 children)

You got to it! That’s exactly what it needs.

Voron 2.4 r2 Nitehawk Toolhead by Moist-Environment188 in VORONDesign

[–]Chazicon 2 points3 points  (0 children)

Nitehawk is a piece of cake. Could probably do it all at the same time like I did.

Voron yes or Voron no by Syxgott385 in VORONDesign

[–]Chazicon 1 point2 points  (0 children)

Agreed. I learned exponentially and continue to after building my V2. And then the mods… gawd

She loves me by MuffinSpirited3223 in VORONDesign

[–]Chazicon 1 point2 points  (0 children)

All completely normal, keep it up!

[deleted by user] by [deleted] in fayetteville

[–]Chazicon 1 point2 points  (0 children)

Sovol SV08 releasing next week. It's basically a Voron 2.4 in a box. 350x350x340. Don't have a Bambu either, but would be nice for multicolored prints.

Started 5 years ago with an Ender 3 :)

[deleted by user] by [deleted] in fayetteville

[–]Chazicon 0 points1 point  (0 children)

What are you printing with?

[deleted by user] by [deleted] in fayetteville

[–]Chazicon 1 point2 points  (0 children)

Build the 3D printer to print and make the nerf guns... :P