View Issue Details

IDProjectCategoryView StatusLast Update
00001753D machine toolbuildpublic2019-05-24 22:14
ReporterDigitalMy 
PrioritynoneSeveritytextReproducibilityN/A
Status testingResolutionopen 
Summary0000175: M3sto: PC software for 3D printer : setup, adjust
DescriptionCommunicate with RepRap firmware Marlin
Software:
Cura
Repetier
slic3r
TagsNo tags attached.

Relationships

related to 0000166 progressDigitalMy M3sto open frame 3D printer: firmware setup, adjust (with hardware) 

Activities

DigitalMy

2016-01-12 00:36

administrator   ~0000319

Last edited: 2016-01-12 12:48

View 4 revisions

Basic settings in Cura (version 15.04.2):

Layer height: 0.2mm
Print speed: 30mm/s
Extruder temperature (PLA): 200 C
Bed temp (PLA): 50 C
Filament (D): 1.75mm
Nozzle (D): 0.40mm

DigitalMy

2016-01-12 12:47

administrator  

Cura_M3sto_M232S_PLA_0.4.ini (11,141 bytes)

DigitalMy

2016-01-30 14:57

administrator   ~0000324

Last edited: 2018-11-07 00:31

View 5 revisions

Start G-code:

M117 Starting... ;put message to display
M106 S255 ;fan on
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G1 Z10 F500 ;move up
G28 X0 Y0 ;move to zero
G28 Z0 ;move to zero
G1 Z10 F500 ;move up
G1 X100 Y150 F2000 ;move to center XY
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
M117 Printing... ;put message to display

possible M3sto:
G1 Z10 F1000 ;move up farther
M104 S200 ;wait for extruder

DigitalMy

2016-01-30 14:58

administrator   ~0000325

Last edited: 2016-01-30 15:16

View 2 revisions

End G-code:

M104 S0 ; turn off temperature
M140 S0 ;stop heating
G91 ;relative move
G1 Z10 F500 ; move up
G28 X0 Y0 ; home XY axis
M84 ; disable motors
M106 S0 ;stop fan

DigitalMy

2016-02-24 09:43

administrator   ~0000334

Last edited: 2016-02-24 09:47

View 2 revisions

Useful commands for manual control:

M503 ;get settings
G28 ;move to origin /G28 X0 Y0 Z0

DigitalMy

2019-05-11 22:08

administrator  

Cura_M3sto_dual_size_.jpg (54,383 bytes)
Cura_M3sto_dual_size_.jpg (54,383 bytes)

DigitalMy

2019-05-18 12:33

administrator   ~0000780

Last edited: 2019-05-18 12:39

View 2 revisions

v5:
add second extruder code:

Start second:
M117 Starting...
M106 S255 ;fan on
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 ;move to endstops
G1 Z10 F500 ;move up
G1 X100 Y150 F2000 ;move to center XY
T1 ;Switch to the 2nd extruder
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude some feed stock
G92 E0 ;zero the extruded length again
G1 F200 E-3 ;retract
T0 ;Switch to the first extruder
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude some feed stock
G92 E0 ;zero the extruded length again
M117 Printing...

End second:
M104 T0 S0 ;extruder heater off
M104 T1 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 Z10 F500 ;move up
G28 X0 Y0 ;home XY axis
M84 ;disable motors
M106 S0 ;stop fan

DigitalMy

2019-05-24 22:14

administrator