Thingiverse
CNC - 3D printer plotter
by George164
3
Downloads
5
Likes
0
Makes
Many thanks to Mr. iamjorgensen I really liked his ideas.
https://www.thingiverse.com/thing:2105510/files
I made a new plotter for my new 3D printer with working area 32x42sm
https://www.thingiverse.com/make:791080
It was very inconvenient to remove the spindle from the CNC machine every time. I think the laser cutter will move here soon.
The mount is designed for the carriage I took here.
https://www.thingiverse.com/thing:4014799
Video: https://youtu.be/OuUloKDNayc
To create g-codes, I use ArtCAM with new postprocessor.
;
; G - Code configuration file for 3D printer-plotter
FORMAT = [N|@|N|1.0]
FORMAT = [S|@|S|1.0]
FORMAT = [F|#|F|1.1]; Tool moves in x,y and z
FORMAT = [X|#|X|1.3]
FORMAT = [Y|#|Y|1.3]
FORMAT = [Z|#|Z|1.3]; Home tool positions
FORMAT = [XH|@|X|1.3]
FORMAT = [YH|@|Y|1.3]
FORMAT = [ZH|@|Z|1.3]
START = "G92"
START = "G0 Z10" ; you can change it
RAPID_RATE_MOVE = "G0[X][Y][Z]"
FIRST_FEED_RATE_MOVE = "G1[X][Y][Z][F]"
FEED_RATE_MOVE
https://www.thingiverse.com/thing:2105510/files
I made a new plotter for my new 3D printer with working area 32x42sm
https://www.thingiverse.com/make:791080
It was very inconvenient to remove the spindle from the CNC machine every time. I think the laser cutter will move here soon.
The mount is designed for the carriage I took here.
https://www.thingiverse.com/thing:4014799
Video: https://youtu.be/OuUloKDNayc
To create g-codes, I use ArtCAM with new postprocessor.
;
; G - Code configuration file for 3D printer-plotter
FORMAT = [N|@|N|1.0]
FORMAT = [S|@|S|1.0]
FORMAT = [F|#|F|1.1]; Tool moves in x,y and z
FORMAT = [X|#|X|1.3]
FORMAT = [Y|#|Y|1.3]
FORMAT = [Z|#|Z|1.3]; Home tool positions
FORMAT = [XH|@|X|1.3]
FORMAT = [YH|@|Y|1.3]
FORMAT = [ZH|@|Z|1.3]
START = "G92"
START = "G0 Z10" ; you can change it
RAPID_RATE_MOVE = "G0[X][Y][Z]"
FIRST_FEED_RATE_MOVE = "G1[X][Y][Z][F]"
FEED_RATE_MOVE
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!