User Tools

Site Tools


tamiwiki:projects:drawbot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tamiwiki:projects:drawbot [2025/10/20 01:51] yairtamiwiki:projects:drawbot [2025/10/20 02:25] (current) yair
Line 2: Line 2:
 cat drawbot_skeleton.gcode | llm -m openrouter/anthropic/claude-3.7-sonnet -x - | tee drawbot_claude37.gcode cat drawbot_skeleton.gcode | llm -m openrouter/anthropic/claude-3.7-sonnet -x - | tee drawbot_claude37.gcode
 </code> </code>
 +{{:tamiwiki:projects:pxl_20251019_225657827.jpg?400|}}
 +
  
 <code> <code>
 +; 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:
 </code> </code>
  
 +we came a long way
 +<code>
 +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
 +
 +</code>
  
 old  old 
tamiwiki/projects/drawbot.1760914293.txt.gz · Last modified: 2025/10/20 01:51 by yair