phantex p500 3d models

57 3d models found related to phantex p500.
3D print - timelapse with yi cam (bluetooth shutter)
3D print - timelapse with yi cam (bluetooth shutter)
thingiverse

For Prusa MK3s users, here are the necessary settings: g-code: ;AFTER_LAYER_CHANGE G1 X247 Y205 F{travel_speed*60} ; Move away from the print rapidly G4 S0 ; Wait for the move to complete instantly G4 P500 ; Pause for 500 milliseconds briefly G1 X245...

E Step Ruler
E Step Ruler
thingiverse

Here is the link to the CAD file on OnShape: https://cad.onshape.com/documents/f0ababf6b90d6311249cde8c/w/7abc33552439b778ebc3a4fc/e/2171c249687297d8d1bf3b57 Here is some gCode that I run from an SD card when calibrating eSteps on my CR10:...

E3(Pro) Glass Build Plate Corner Caps
E3(Pro) Glass Build Plate Corner Caps
thingiverse

Example gcode (cura) M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration M205 X8.00 Y8.00 Z0.40...

E3D ToolChanger tool detection
E3D ToolChanger tool detection
thingiverse

-------------------------------------------------------------------------------------------------------------------- #1-ADD to the config.g to configure endstop inputs: ;Tool detections M950 J4 C"!^duex.e2stop" ;carriage sensor (not yet implemented)...

Ender 3 Pro - Drag Knife (Vinyl Cutter) Cura Profile
Ender 3 Pro - Drag Knife (Vinyl Cutter) Cura Profile
thingiverse

Create a new printer profile for vinyl cutting and add in the below GCode (and deselect heated bed) Start Gcode G21 ;metric value G90 ;abaolute M107 ;fan off G28 X0 Y0 ;move X/Y to min endstop G28 Z0 ;move Z to min G29 ; ABL G1 X25 y25 z0; move over...

CR-10 v3 Hermera + BLTouch + Filament sensor
CR-10 v3 Hermera + BLTouch + Filament sensor
thingiverse

This is a remix https://www.thingiverse.com/thing:4745635?fbclid=IwAR3p0wMIrcoRWXA1FWtFFiLKUncV4DSULyeoGoK7j45M8WPEjkptj-CNTl8 Added support for the stock Creality filament sensor Added support for the BTT Smart filament sensor You can add these to...

Wismec RX GEN3 Soft Armor
Wismec RX GEN3 Soft Armor
thingiverse

... These changes can be added directly to the G-Code: M900 K3.5; Linear Advance V1.5 Marlin 1.19 and above M204 P500 R700 T1000; Printing acceleration P=>extrusion R=>retraction T=>travel M205 X4 Y4; X/Y max jerk (units/s)

3DTouch Sensor adapter for e3d clamp
3DTouch Sensor adapter for e3d clamp
thingiverse

I found that the sequence: M280 P0 S160 ; Reset 3D-Touch G4 P500 M280 P0 S10 ; Pin out G4 P500 M280 P0 S90 ; Pin back G4 P500 Before the G28 command will reset the sensor in a way that it will always (tm) work. UPDATE: I added an alternative design...

Wifi Prusa Light Bar (WLED + NeoPixels)
Wifi Prusa Light Bar (WLED + NeoPixels)
prusaprinters

I have this installed on one of my printers and it works great!!ESP8266 Pin Selection GuideEinsy Rambo Pin List5V to 3.3V logic level translation The Einsy outputs 5V and the WLED input is not really 5V tolerant.WLED Button TimingsHow to properly...

GoPro Remote Control Holder and Sidewall for Snapmaker 2.0 A150
GoPro Remote Control Holder and Sidewall for Snapmaker 2.0 A150
thingiverse

Search and Replace Search: M240 ;Snap Photo G4 P700 ;Wait for camera Replace: My Snap Photo G91; Relative G0 F1000 X1; Poke G4 P500; Wait G0 F6000 X-1; Back G0 X-159 F5000; To Center G90; Absolute 3. ...Search and Replace Search: G1 F6000 X159 Y160...

GoPro Remote Control Holder and Sidewall for Snapmaker 2.0 A150
GoPro Remote Control Holder and Sidewall for Snapmaker 2.0 A150
cults3d

Time Lapse Trigger camera command - M240 Pause Lengs - 700 ms Park Print Head - YES Park Print Head X - 159 mm Park Print Head Y - 160 mm Park Feed Rate - 600mm/s Search and Replace Search: M240 ;Snap Photo G4 P700 ;Wait for camera Replace: My Snap...

Servo driven nozzle wiper arm.
Servo driven nozzle wiper arm.
myminifactory

* It then pauses for half a second using the `G4 P500` command. **Move Z Up and Park Wiper Arm** * The code moves the nozzle up above the wipe height using the `G1 Z 60.00 F2500` command, and then parks the wiper arm by moving it to its parked...

Remote Triggering Mechanism for Timelapse with DSLR Camera
Remote Triggering Mechanism for Timelapse with DSLR Camera
prusaprinters

G1 E-0.8 F2100 ; Retract filament -0.8mm at 2100mm/min G90 ; Back to absolute G1 F9000 X10 Y210 ; Move away from the print G1 F1000 X0 ; Press trigger G4 P500 ; Wait for 500ms G1 F9000 X10 ; Release trigger G91 ; Relative movement for retraction. In...

CR10 Smart Auto Bed Level
CR10 Smart Auto Bed Level
thingiverse

M201 X600.00 Y600.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk M220...

Cold Pull GCode
Cold Pull GCode
thingiverse

;FLAVOR:Marlin ;Initialize M82 ;absolute extrusion mode M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel...

Prusa MK3S+ Timelapse Fixture
Prusa MK3S+ Timelapse Fixture
prusaprinters

 I've included some example g-code below:After Layer Change G-code:;AFTER_LAYER_CHANGE G1 X230 Y150 Z138.1 F5000 ; move to trigger camera G1 X245 Z138.1 F1000 ; focus camera G04 S1 ; pause for 1 second G1 X246 Z138.1 F1000 ; take photo G04 P500 ;...

Creality Ender 3/5 and CR10 Vinyl cutter and pen plotter fancover mount
Creality Ender 3/5 and CR10 Vinyl cutter and pen plotter fancover mount
thingiverse

You can download Notepad++ here:https://notepad-plus-plus.org/downloads/ Replace the content of start.gm with this: M420 S1 ; Single Start Tone M300 S1000 P500 ; chirp to indicate starting to print ; End Single Start Tone G28 M206 X-15 Y-60 ;Set...

Remote Triggering Mechanism for Timelapse with DSLR Camera
Remote Triggering Mechanism for Timelapse with DSLR Camera
prusaprinters

G1 E-0.8 F2100 ; Retract filament -0.8mm at 2100mm/min G90 ; Back to absolute G1 F9000 X10 Y210 ; Move away from the print G1 F1000 X0 ; Press trigger G4 P500 ; Wait for 500ms G1 F9000 X10 ; Release trigger G91 ; Relative movement for retraction. In...

64mm 3xPiezo Magnetic Effector
64mm 3xPiezo Magnetic Effector
thingiverse

... pressure. In the future, I would use 3m 467MP, which at just 0.05mm, should make for a harder surface. -I've got a -0.15 z offset in my config file and the trigger value is 500 (G31 X0 Y0 Z-0.15 P500). Any questions, please contact me. ...Enjoy!

LowRider CNC V2 X and Dual Y Endstops and Z probe
LowRider CNC V2 X and Dual Y Endstops and Z probe
thingiverse

Here is my XY homing, Z alignment and Z probing script: G54 G28 X Y; HOME X and Y M220 S100; Feedrate = 100% G0 X650Y5 ; Move carriage to be centered on X direction of table G91 G0 Z10; Move to 1cm height G91 G0 Z-5; Move down 5mm M18 Z; disengage Z...

Cold Pull GCode
Cold Pull GCode
cults3d

Gcode in it's entirety ;FLAVOR:Marlin ;Initialize M82 ;absolute extrusion mode M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup...

Servo driven nozzle wiper arm
Servo driven nozzle wiper arm
prusaprinters

This will actually wipe the nozzle.; NOTE: 25 is the Maximun able to move, close to the Threaded Rods, etc...M280 P1 S 25; Pause for wiper to move, half a second; Dwell command millisconds G4 P60000 is one minuteG4 P500; Move Z Up move the Nozzle...

Quick fit carriage system
Quick fit carriage system
thingiverse

; ### mechanical home ### G28 ;home Z with meachnical endswitch ; ### set temperatures ### M106 S255; fan on, starts cooling of nozzle M140 S[first_layer_bed_temperature] ;set bed temperature M190 S[first_layer_bed_temperature] ;wait for bed...

SVO2 Purge Bucket and GCODE
SVO2 Purge Bucket and GCODE
thingiverse

**Printer START code;** G21 ; Metric values M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration...

SVO2 Purge Bucket and GCODE
SVO2 Purge Bucket and GCODE
cults3d

Printer START code; G21 ; Metric values M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration M205...

Ender 5 – Dual Z setup
Ender 5 – Dual Z setup
thingiverse

Endstops for the Dual Z > M574 Z1 S1 P"zstopmax" ; configure active-high endstop for low end on Z via pin zstop > M574 U1 S1 P"xstop" ; configure active-high endstop for low end on Z via pin zstop __Optional__ - BL Touch – Example, must be adjusted...

Piezo Probe for Stealthburner Dragon hotend
Piezo Probe for Stealthburner Dragon hotend
thingiverse

**On the Fysetc Spider board, the probing voltage needs to be jumpered to 5V instead of the default 24V that is used for inductive probe.** ## Printer.cfg My probe section in klipper printer.cfg is as follows: [probe] pin: ^!PA3 x_offset: 0...