Jump to content

FORGEmfg

Dormant
  • Posts

    4
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other
  • Country
    US
  • Industry
    (Product) design

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FORGEmfg's Achievements

0

Reputation

  1. Can't you just load the apex software and put the settings into cura?
  2. Here's the startup from the Dual. We have both (single and Dual) but I'm pretty sure I pasted the one from the dual. Also updated last line per Matt M42 P6 S255 G21 ; metric values G90 ; absolute positioning M82 ; set extruder to absolute mode M107 ; start with the fan off G28 F200 ; home all ;M109 T0 S240.000000 ; heat first nozzle for auto leveling M109 T1 S240.000000 ; heat second nozzle for auto leveling T0 ; switch to first nozzle and retract filament G92 E0 G1 E-20 F500 ;T1 ; switch to second nozzle and retract filament ;G92 E0 ;G1 E-20 F1200 T0 ; switch back to first nozzle for auto leveling G1 Z0 F1200 ; raise bed to Z0 G1 X12 Y229 F7000 ; position nozzles before brush G1 Z-2 F1200 ; lower nozzles to brush G1 X148 Y229 F1000 ; clean nozzles G1 X12 Y229 F1000 G1 X148 Y229 F1000 G1 X12 Y229 F1000 G1 Z0 F1200 ; raise bed to Z0 to avoid contact G28 X0 Y0 ; home x and y M204 S300 ; set accel for probing M203 Z4 ; set z max speed for probing G29 ; autolevel M204 S3500 ; set accel back to normal M203 Z20 ; set z max back to limit G1 Z5 F200 ; raise nozzle up 5mm ;M104 T0 S0 ; cool first nozzle after leveling M104 T1 S0 ; cool second nozzle after leveling ;T1 ; extrude filament back into second nozzle ;G92 E0 ;G1 E20 F100 ;G92 E0 T0 ; extrude filament back into first nozzle G92 E0 G1 E20 F100 G92 E0 M400 ; clear buffer G4 S1 ; pause G1 X20 Y200 F6000 G1 F{speed_travel} M117 AXIOM Printing... ;Put printing message on LCD screen
  3. Ok cool. Sorry, I messed up the control / paste. End code M400 M104 T0 S0 ; switch off first nozzle M104 T1 S0 ; switch off second nozzle M140 S0 ; heated bed heater off M107 ; fans off T0 G92 E0 ; set first extruder to 0 G1 E-3 F300 ; retract a bit to relieve pressure T1 G92 E0 ; set second extruder to 0 G1 E-3 F300 ; retract a bit to relieve pressure T0 ; switch back to extruder 1 G1 Z245 F1000 ; move to cooling positioning G28 X0 Y0 F8000 ; move to cooling positioning M84 ; steppers off G90 ; absolute positioning
  4. This works Startup M42 P6 S255 G21 ; metric values G90 ; absolute positioning M82 ; set extruder to absolute mode M107 ; start with the fan off G28 F200 ; home all ;M109 T0 S240.000000 ; heat first nozzle for auto leveling M109 T1 S240.000000 ; heat second nozzle for auto leveling T0 ; switch to first nozzle and retract filament G92 E0 G1 E-20 F500 ;T1 ; switch to second nozzle and retract filament ;G92 E0 ;G1 E-20 F1200 T0 ; switch back to first nozzle for auto leveling G1 Z0 F1200 ; raise bed to Z0 G1 X12 Y229 F7000 ; position nozzles before brush G1 Z-2 F1200 ; lower nozzles to brush G1 X148 Y229 F1000 ; clean nozzles G1 X12 Y229 F1000 G1 X148 Y229 F1000 G1 X12 Y229 F1000 G1 Z0 F1200 ; raise bed to Z0 to avoid contact G28 X0 Y0 ; home x and y M204 S300 ; set accel for probing M203 Z4 ; set z max speed for probing G29 ; autolevel M204 S3500 ; set accel back to normal M203 Z20 ; set z max back to limit G1 Z5 F200 ; raise nozzle up 5mm ;M104 T0 S0 ; cool first nozzle after leveling M104 T1 S0 ; cool second nozzle after leveling ;T1 ; extrude filament back into second nozzle ;G92 E0 ;G1 E20 F100 ;G92 E0 T0 ; extrude filament back into first nozzle G92 E0 G1 E20 F100 G92 E0 M400 ; clear buffer G4 S1 ; pause G1 X20 Y200 F6000 G1 F{travel_speed} M117 AXIOM Printing... ;Put printing message on LCD screen End: M42 P6 S255 G21 ; metric values G90 ; absolute positioning M82 ; set extruder to absolute mode M107 ; start with the fan off G28 F200 ; home all ;M109 T0 S240.000000 ; heat first nozzle for auto leveling M109 T1 S240.000000 ; heat second nozzle for auto leveling T0 ; switch to first nozzle and retract filament G92 E0 G1 E-20 F500 ;T1 ; switch to second nozzle and retract filament ;G92 E0 ;G1 E-20 F1200 T0 ; switch back to first nozzle for auto leveling G1 Z0 F1200 ; raise bed to Z0 G1 X12 Y229 F7000 ; position nozzles before brush G1 Z-2 F1200 ; lower nozzles to brush G1 X148 Y229 F1000 ; clean nozzles G1 X12 Y229 F1000 G1 X148 Y229 F1000 G1 X12 Y229 F1000 G1 Z0 F1200 ; raise bed to Z0 to avoid contact G28 X0 Y0 ; home x and y M204 S300 ; set accel for probing M203 Z4 ; set z max speed for probing G29 ; autolevel M204 S3500 ; set accel back to normal M203 Z20 ; set z max back to limit G1 Z5 F200 ; raise nozzle up 5mm ;M104 T0 S0 ; cool first nozzle after leveling M104 T1 S0 ; cool second nozzle after leveling ;T1 ; extrude filament back into second nozzle ;G92 E0 ;G1 E20 F100 ;G92 E0 T0 ; extrude filament back into first nozzle G92 E0 G1 E20 F100 G92 E0 M400 ; clear buffer G4 S1 ; pause G1 X20 Y200 F6000 G1 F{travel_speed} M117 AXIOM Printing... ;Put printing message on LCD screen
×
×
  • Create New...