Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD July 12, 2014 04:45AM |
Registered: 11 years ago Posts: 735 |
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD December 09, 2014 11:03AM |
Registered: 11 years ago Posts: 9 |
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD December 09, 2014 11:24AM |
Registered: 10 years ago Posts: 55 |
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD July 15, 2015 07:25PM |
Registered: 9 years ago Posts: 1 |
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD September 08, 2015 04:06AM |
Registered: 10 years ago Posts: 4 |
Quote
shafri
i posted on a request for available GCode Editor around in [forums.reprap.org] but very cold respond. As suggested, i'm posting this in General section even though this is software specific. Anyway in the mean time i've made my GCode Editor and by doing hard selection, i named it RapR3D Visual GCode Editor. Since (i think) its ready for BETA testing, i've made it available for download at [www.soasystem.com] i hope some of you will try. Its free (as usual).
some briefing. the motivation came from when i tried to generate a STL from slic3r and it produced nasty output, (bleading extrusion crossing the hollow space, anyway that is solved in KISSlicer) and also my limited skill and CAD software which cant produce smooth curvature like i want in my artistic boat design. so i will fine tune and touch it up in my GCode Editor later before printing, while at the same time testing and rectifying the Editor myself, please dont expect it to be bugless, but waiting it to be bugless and producing it probaly will take eternity. i hope some of you artistic guys with limited CAD capability like i am will find it usefull. Cheers. and sorry my english.
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD September 11, 2015 08:08PM |
Registered: 12 years ago Posts: 75 |
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD April 10, 2016 05:59PM |
Registered: 10 years ago Posts: 6 |
Re: RapR3D Visual GCode Editor - Now you can edit GCode just like a CAD March 25, 2018 12:20AM |
Registered: 7 years ago Posts: 13 |
;Generated by Cura LulzBot Edition GCodeWriter Version: 2.6.69 ;FLAVOR:RepRap ;TIME:10886 ;Filament used: 2.34368m ;Layer height: 0.25 ;Generated with Cura_SteamEngine 2.6.69 ; This profile is designed specifically for LulzBot TAZ6 3D Printer with the Yellowfin Dual V3 M107 ; Sliced at: Sun 18-03-2018 18:48:55 M107 ; Nozzle Size: 0.5 0.5 M107 ; Layer height: 0.25 M107 ; Walls: 1.0 M107 ; Fill: 20 M107 ; Estimated Print time: 03:01:27 M107 ; Filament used: [2.34, 0.99]m [18.68905517578125, 7.910078735351562]g G26 ; clear potential 'probe fail' condition G21 ; set units to Millimetres M107 ; disable fans G90 ; absolute positioning M218 T0 X0 Y0 ; Clear any tool offsets in firmware M218 T1 X0 Y0 ; offset for right extruder M104 S185 T0 ; soften filament M104 S185 T1 ; soften filament M140 S70 ; get bed heating up G28 X Y ; home X and Y G1 X-17 F3000 ; clear X endstop G1 Y258 F3000 ; move over the Z_MIN switch G1 X-19 F3000 ; move left as far as possible M117 Heating... ; LCD status message
Quote
Spaces and tabs are allowed anywhere on a line of code and do not change the meaning of the line, except inside comments. This makes some strange-looking input legal. The line G0X +0. 12 34Y 7 is equivalent to G0 x+0.1234 Y7, for example.
G1 X-17 Y100 F3000 ; move above wiper pad G1 Z1 ; push nozzle into wiper G1 X -18 Y95 F1000 ; slow wipe G1 X -18 Y90 F1000 ; slow wipe G1 X -18 Y85 F1000 ; slow wipe G1 X -17 Y90 F1000 ; slow wipe