This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tamiwiki:projects:drawbot [2025/10/20 01:51] – yair | tamiwiki:projects:drawbot [2025/10/20 02:25] (current) – yair | ||
---|---|---|---|
Line 2: | Line 2: | ||
cat drawbot_skeleton.gcode | llm -m openrouter/ | cat drawbot_skeleton.gcode | llm -m openrouter/ | ||
</ | </ | ||
+ | {{: | ||
+ | |||
< | < | ||
+ | ; drawbot_skeleton.gcode | ||
;extend the following gcode to draw an orthographic view of a rubic cube | ;extend the following gcode to draw an orthographic view of a rubic cube | ||
; speed is F2200 | ; speed is F2200 | ||
Line 19: | Line 22: | ||
</ | </ | ||
+ | we came a long way | ||
+ | < | ||
+ | cat drawbot_skeleton.gcode | llm -m 3.5 -x - | tee drawbot_gpt35-turbo.gcode | ||
+ | |||
+ | G1 X0 Y0 F2200 ; Move to starting position | ||
+ | G1 X60 Y0 ; Draw first square of the rubic cube | ||
+ | G1 X0 Y60 ; Draw second square of the rubic cube | ||
+ | G1 X60 Y60 ; Draw third square of the rubic cube | ||
+ | G1 X60 Y20 ; Draw fourth square of the rubic cube | ||
+ | G1 X60 Y40 ; Draw fifth square of the rubic cube | ||
+ | G1 X20 Y60 ; Draw sixth square of the rubic cube | ||
+ | G1 X40 Y60 ; Draw seventh square of the rubic cube | ||
+ | G1 X20 Y0 ; Draw eighth square of the rubic cube | ||
+ | G1 X40 Y0 ; Draw ninth square of the rubic cube | ||
+ | |||
+ | M5 ; Pen up | ||
+ | G4 P1 ; Wait 1 second | ||
+ | M2 ; End of program | ||
+ | |||
+ | </ | ||
old | old |